Lines Matching defs:ELEMENT

200 #define ELEMENT(function) { #function , (void (**)(void)) & g_pfn_ ## function }
203 ELEMENT(pa_stream_connect_playback),
204 ELEMENT(pa_stream_connect_record),
205 ELEMENT(pa_stream_disconnect),
206 ELEMENT(pa_stream_get_sample_spec),
207 ELEMENT(pa_stream_set_latency_update_callback),
208 ELEMENT(pa_stream_write),
209 ELEMENT(pa_stream_unref),
210 ELEMENT(pa_stream_get_state),
211 ELEMENT(pa_stream_set_state_callback),
212 ELEMENT(pa_stream_flush),
213 ELEMENT(pa_stream_drain),
214 ELEMENT(pa_stream_trigger),
215 ELEMENT(pa_stream_new),
216 ELEMENT(pa_stream_get_buffer_attr),
217 ELEMENT(pa_stream_peek),
218 ELEMENT(pa_stream_cork),
219 ELEMENT(pa_stream_drop),
220 ELEMENT(pa_stream_writable_size),
221 ELEMENT(pa_context_connect),
222 ELEMENT(pa_context_disconnect),
223 ELEMENT(pa_context_get_state),
224 ELEMENT(pa_context_unref),
225 ELEMENT(pa_context_errno),
226 ELEMENT(pa_context_new),
227 ELEMENT(pa_context_set_state_callback),
228 ELEMENT(pa_threaded_mainloop_stop),
229 ELEMENT(pa_threaded_mainloop_get_api),
230 ELEMENT(pa_threaded_mainloop_free),
231 ELEMENT(pa_threaded_mainloop_signal),
232 ELEMENT(pa_threaded_mainloop_unlock),
233 ELEMENT(pa_threaded_mainloop_new),
234 ELEMENT(pa_threaded_mainloop_wait),
235 ELEMENT(pa_threaded_mainloop_start),
236 ELEMENT(pa_threaded_mainloop_lock),
237 ELEMENT(pa_bytes_per_second),
238 ELEMENT(pa_frame_size),
239 ELEMENT(pa_sample_format_to_string),
240 ELEMENT(pa_sample_spec_valid),
241 ELEMENT(pa_channel_map_init_auto),
242 ELEMENT(pa_operation_unref),
243 ELEMENT(pa_operation_get_state),
244 ELEMENT(pa_operation_cancel),
245 ELEMENT(pa_strerror),
246 ELEMENT(pa_stream_readable_size)
248 #undef ELEMENT