Searched refs:PROXY_STUB (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Audio/
H A Dalsa_stubs.c30 #define PROXY_STUB(function, rettype, signature, shortsig) \ macro
39 PROXY_STUB(snd_pcm_hw_params_any, int,
42 PROXY_STUB(snd_pcm_close, int, (snd_pcm_t *pcm), (pcm))
43 PROXY_STUB(snd_pcm_avail_update, snd_pcm_sframes_t, (snd_pcm_t *pcm),
45 PROXY_STUB(snd_pcm_hw_params_set_channels_near, int,
48 PROXY_STUB(snd_pcm_hw_params_set_period_time_near, int,
51 PROXY_STUB(snd_pcm_prepare, int, (snd_pcm_t *pcm), (pcm))
52 PROXY_STUB(snd_pcm_sw_params_sizeof, size_t, (void), ())
53 PROXY_STUB(snd_pcm_hw_params_set_period_size_near, int,
56 PROXY_STUB(snd_pcm_hw_params_get_period_siz
[all...]
H A Dpulse_stubs.c30 #define PROXY_STUB(function, rettype, signature, shortsig) \ macro
49 PROXY_STUB (pa_stream_connect_playback, int,
54 PROXY_STUB (pa_stream_connect_playback, int,
59 PROXY_STUB (pa_stream_connect_record, int,
63 PROXY_STUB (pa_stream_disconnect, int,
66 PROXY_STUB (pa_stream_get_sample_spec, const pa_sample_spec*,
72 PROXY_STUB (pa_stream_write, int,
79 PROXY_STUB (pa_stream_get_state, pa_stream_state_t,
85 PROXY_STUB (pa_stream_flush, pa_operation*,
88 PROXY_STUB (pa_stream_drai
[all...]

Completed in 43 milliseconds