Home
last modified time | relevance | path

Searched defs:mute (Results 51 - 75 of 91) sorted by relevance

1234

/third_party/ffmpeg/libavdevice/
H A Dpulse_audio_enc.c52 int mute; member
[all...]
/third_party/pulseaudio/src/modules/
H A Dmodule-solaris.c452 bool mute; in sink_set_state_in_io_thread_cb() local
618 static int sink_get_mute(pa_sink *s, bool *mute) { in sink_get_mute() argument
1105 bool mute; in pa__init() local
H A Dmodule-stream-restore.c836 dbus_bool_t mute; in handle_entry_get_mute() local
853 dbus_bool_t mute; in handle_entry_set_mute() local
892 dbus_bool_t mute; in handle_entry_get_all() local
[all...]
/third_party/pulseaudio/src/pulse/
H A Dintrospect.h275 int mute; /**< Mute switch of the sink */ member
380 int mute; /**< Mute switch of the sink */ member
659 int mute; /**< Stream muted \\since 0.9.7 */ global() member
713 int mute; /**< Stream muted \\since 1.0 */ global() member
[all...]
H A Dintrospect.c160 bool mute; in context_get_sink_info_callback() local
440 bool mute; in context_get_source_info_callback() local
1226 bool mute = false, corked = false, has_volume = false, volume_writable = true; context_get_sink_input_info_callback() local
1331 bool mute = false, corked = false, has_volume = false, volume_writable = true; context_get_source_output_info_callback() local
1468 pa_context_set_sink_mute_by_index(pa_context *c, uint32_t idx, int mute, pa_context_success_cb_t cb, void *userdata) pa_context_set_sink_mute_by_index() argument
1491 pa_context_set_sink_mute_by_name(pa_context *c, const char *name, int mute, pa_context_success_cb_t cb, void *userdata) pa_context_set_sink_mute_by_name() argument
1541 pa_context_set_sink_input_mute(pa_context *c, uint32_t idx, int mute, pa_context_success_cb_t cb, void *userdata) pa_context_set_sink_input_mute() argument
1617 pa_context_set_source_mute_by_index(pa_context *c, uint32_t idx, int mute, pa_context_success_cb_t cb, void *userdata) pa_context_set_source_mute_by_index() argument
1640 pa_context_set_source_mute_by_name(pa_context *c, const char *name, int mute, pa_context_success_cb_t cb, void *userdata) pa_context_set_source_mute_by_name() argument
1691 pa_context_set_source_output_mute(pa_context *c, uint32_t idx, int mute, pa_context_success_cb_t cb, void *userdata) pa_context_set_source_output_mute() argument
[all...]
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/player/src/
H A Dcast_stream_player.cpp1085 bool CastStreamPlayer::SetMute(bool mute) in SetMute() argument
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/player/src/
H A Dcast_stream_player.cpp1085 bool CastStreamPlayer::SetMute(bool mute) in SetMute() argument
/foundation/multimedia/audio_framework/services/audio_service/client/src/
H A Daudio_manager_proxy.cpp1187 int32_t AudioManagerProxy::SetSinkMuteForSwitchDevice(const std::string &devceClass, int32_t durationUs, bool mute) in SetSinkMuteForSwitchDevice() argument
H A Dfast_audio_stream.cpp254 int32_t FastAudioStream::SetMute(bool mute) in SetMute() argument
/third_party/alsa-lib/include/
H A Dtopology.h840 int mute; /*!< is min dB value mute ? */ member
/third_party/pulseaudio/src/pulsecore/
H A Dcli-command.c722 int mute; in pa_cli_command_sink_mute() local
756 int mute; pa_cli_command_source_mute() local
951 int mute; pa_cli_command_sink_input_mute() local
991 int mute; pa_cli_command_source_output_mute() local
[all...]
H A Dsource-output.c120 void pa_source_output_new_data_set_muted(pa_source_output_new_data *data, bool mute) { in pa_source_output_new_data_set_muted() argument
1112 void pa_source_output_set_mute(pa_source_output *o, bool mute, bool save) { in pa_source_output_set_mute() argument
H A Dsink-input.c237 void pa_sink_input_new_data_set_muted(pa_sink_input_new_data *data, bool mute) { in pa_sink_input_new_data_set_muted() argument
1586 void pa_sink_input_set_mute(pa_sink_input *i, bool mute, bool save) { in pa_sink_input_set_mute() argument
H A Dsource.c121 void pa_source_new_data_set_muted(pa_source_new_data *data, bool mute) { in pa_source_new_data_set_muted() argument
1884 void pa_source_set_mute(pa_source *s, bool mute, bool save) { in pa_source_set_mute() argument
1923 bool mute; in pa_source_get_mute() local
[all...]
/third_party/pulseaudio/src/modules/dbus/
H A Diface-stream.c54 dbus_bool_t mute; member
432 dbus_bool_t mute = FALSE; in handle_set_mute() local
[all...]
H A Diface-device.c87 dbus_bool_t mute; member
519 dbus_bool_t mute = FALSE; in handle_set_mute() local
[all...]
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/primary/
H A Daudio_renderer_sink.cpp1678 int32_t AudioRendererSinkInner::SetSinkMuteForSwitchDevice(bool mute) in SetSinkMuteForSwitchDevice() argument
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/offload/
H A Doffload_audio_renderer_sink.cpp209 int32_t OffloadAudioRendererSinkInner::SetSinkMuteForSwitchDevice(bool mute) in SetSinkMuteForSwitchDevice() argument
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/manager/
H A Daudio_adapter_manager.cpp348 void AudioAdapterManager::HandleStreamMuteStatus(AudioStreamType streamType, bool mute, StreamUsage streamUsage) in HandleStreamMuteStatus() argument
513 int32_t AudioAdapterManager::SetStreamMute(AudioStreamType streamType, bool mute, StreamUsage streamUsage) in SetStreamMute() argument
518 int32_t AudioAdapterManager::SetStreamMuteInternal(AudioStreamType streamType, bool mute, in SetStreamMuteInternal() argument
1915 SetAbsVolumeMute(bool mute) SetAbsVolumeMute() argument
[all...]
/foundation/multimedia/audio_framework/services/audio_service/server/src/
H A Daudio_manager_stub.cpp973 int32_t mute = data.ReadBool(); in HandleSetSinkMuteForSwitchDevice() local
/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/bluetooth/
H A Dbluetooth_renderer_sink.cpp1173 int32_t BluetoothRendererSinkInner::SetSinkMuteForSwitchDevice(bool mute) in SetSinkMuteForSwitchDevice() argument
/foundation/multimedia/audio_framework/services/audio_policy/client/src/proxy/
H A Daudio_policy_proxy.cpp189 int32_t AudioPolicyProxy::SetStreamMuteLegacy(AudioVolumeType volumeType, bool mute) in SetStreamMuteLegacy() argument
205 int32_t AudioPolicyProxy::SetStreamMute(AudioVolumeType volumeType, bool mute) in SetStreamMute() argument
/third_party/alsa-lib/include/sound/uapi/
H A Dasoc.h255 __le32 mute; member
/third_party/pulseaudio/src/modules/alsa/
H A Dalsa-sink.c1635 static int sink_get_mute_cb(pa_sink *s, bool *mute) { in sink_get_mute_cb() argument
2808 bool mute; in pa_alsa_sink_new() local
H A Dalsa-source.c1509 static int source_get_mute_cb(pa_source *s, bool *mute) { in source_get_mute_cb() argument
2466 bool mute; in pa_alsa_source_new() local

Completed in 57 milliseconds

1234