/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/pulse/ |
volume.h | 44 * the time, applications will use the aggregated pa_cvolume structure that 73 * To handle the pa_cvolume structure, the PulseAudio library provides a 76 * \li pa_cvolume_valid() - Tests if a pa_cvolume structure is valid. 77 * \li pa_cvolume_equal() - Tests if two pa_cvolume structures are identical. 78 * \li pa_cvolume_channels_equal_to() - Tests if all channels of a pa_cvolume 80 * \li pa_cvolume_is_muted() - Tests if all channels of a pa_cvolume 82 * \li pa_cvolume_is_norm() - Tests if all channels of a pa_cvolume structure 84 * \li pa_cvolume_set() - Set all channels of a pa_cvolume structure to a 86 * \li pa_cvolume_reset() - Set all channels of a pa_cvolume structure to a 88 * \li pa_cvolume_mute() - Set all channels of a pa_cvolume structure to 119 typedef struct pa_cvolume { struct 122 } pa_cvolume; typedef in typeref:struct:pa_cvolume [all...] |
introspect.h | 215 pa_cvolume volume; /**< Volume of the sink */ 246 pa_operation* pa_context_set_sink_volume_by_index(pa_context *c, uint32_t idx, const pa_cvolume *volume, pa_context_success_cb_t cb, void *userdata); 249 pa_operation* pa_context_set_sink_volume_by_name(pa_context *c, const char *name, const pa_cvolume *volume, pa_context_success_cb_t cb, void *userdata); 292 pa_cvolume volume; /**< Volume of the source */ 323 pa_operation* pa_context_set_source_volume_by_index(pa_context *c, uint32_t idx, const pa_cvolume *volume, pa_context_success_cb_t cb, void *userdata); 326 pa_operation* pa_context_set_source_volume_by_name(pa_context *c, const char *name, const pa_cvolume *volume, pa_context_success_cb_t cb, void *userdata); 496 pa_cvolume volume; /**< The volume of this sink input */ 521 pa_operation* pa_context_set_sink_input_volume(pa_context *c, uint32_t idx, const pa_cvolume *volume, pa_context_success_cb_t cb, void *userdata); 600 pa_cvolume volume; /**< Default volume of this entry */ [all...] |
ext-stream-restore.h | 42 pa_cvolume volume; /**< The volume of the stream when it was seen last, if applicable and saved */
|
stream.h | 425 const pa_cvolume *volume /**< Initial volume, or NULL for default */, [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/ |
volume.h | 44 * the time, applications will use the aggregated pa_cvolume structure that 73 * To handle the pa_cvolume structure, the PulseAudio library provides a 76 * \li pa_cvolume_valid() - Tests if a pa_cvolume structure is valid. 77 * \li pa_cvolume_equal() - Tests if two pa_cvolume structures are identical. 78 * \li pa_cvolume_channels_equal_to() - Tests if all channels of a pa_cvolume 80 * \li pa_cvolume_is_muted() - Tests if all channels of a pa_cvolume 82 * \li pa_cvolume_is_norm() - Tests if all channels of a pa_cvolume structure 84 * \li pa_cvolume_set() - Set all channels of a pa_cvolume structure to a 86 * \li pa_cvolume_reset() - Set all channels of a pa_cvolume structure to a 88 * \li pa_cvolume_mute() - Set all channels of a pa_cvolume structure to 119 typedef struct pa_cvolume { struct 122 } pa_cvolume; typedef in typeref:struct:pa_cvolume [all...] |
introspect.h | 215 pa_cvolume volume; /**< Volume of the sink */ 246 pa_operation* pa_context_set_sink_volume_by_index(pa_context *c, uint32_t idx, const pa_cvolume *volume, pa_context_success_cb_t cb, void *userdata); 249 pa_operation* pa_context_set_sink_volume_by_name(pa_context *c, const char *name, const pa_cvolume *volume, pa_context_success_cb_t cb, void *userdata); 292 pa_cvolume volume; /**< Volume of the source */ 323 pa_operation* pa_context_set_source_volume_by_index(pa_context *c, uint32_t idx, const pa_cvolume *volume, pa_context_success_cb_t cb, void *userdata); 326 pa_operation* pa_context_set_source_volume_by_name(pa_context *c, const char *name, const pa_cvolume *volume, pa_context_success_cb_t cb, void *userdata); 496 pa_cvolume volume; /**< The volume of this sink input */ 521 pa_operation* pa_context_set_sink_input_volume(pa_context *c, uint32_t idx, const pa_cvolume *volume, pa_context_success_cb_t cb, void *userdata); 600 pa_cvolume volume; /**< Default volume of this entry */ [all...] |
ext-stream-restore.h | 42 pa_cvolume volume; /**< The volume of the stream when it was seen last, if applicable and saved */
|
stream.h | 425 const pa_cvolume *volume /**< Initial volume, or NULL for default */, [all...] |
/external/chromium_org/media/audio/pulse/ |
pulse.sigs | 27 pa_operation* pa_context_set_source_volume_by_index(pa_context* c, uint32_t idx, const pa_cvolume* volume, pa_context_success_cb_t cb, void* userdata); 33 int pa_stream_connect_playback(pa_stream* s, const char* dev, const pa_buffer_attr* attr, pa_stream_flags_t flags, const pa_cvolume* volume,pa_stream* sync_stream); 52 pa_cvolume* pa_cvolume_set(pa_cvolume* a, unsigned channels, pa_volume_t v);
|
pulse_input.cc | 162 pa_cvolume pa_volume;
|
/external/chromium_org/third_party/webrtc/sound/ |
pulseaudiosoundsystem.cc | 100 static pa_volume_t MaxChannelVolume(pa_cvolume *channel_volumes) { 219 pa_cvolume *channel_volumes; 262 pa_cvolume channel_volumes; 345 pa_cvolume channel_volumes; 508 pa_cvolume **channel_volumes) { 583 pa_cvolume *channel_volumes; 635 pa_cvolume channel_volumes; 687 pa_cvolume channel_volumes; 923 pa_cvolume **channel_volumes) { [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_device/linux/ |
audio_mixer_manager_pulse_linux.cc | 265 pa_cvolume cVolumes; 868 pa_cvolume cVolumes; [all...] |
audio_device_pulse_linux.cc | [all...] |
/external/qemu/distrib/sdl-1.2.15/src/audio/pulse/ |
SDL_pulseaudio.c | 109 pa_cvolume *volume, pa_stream *sync_stream);
|