Home
last modified time | relevance | path

Searched refs:new_mute (Results 1 – 3 of 3) sorted by relevance

/external/adhd/cras/src/server/
Dcras_dbus_control.c354 dbus_bool_t new_mute; in handle_set_output_mute() local
356 rc = get_single_arg(message, DBUS_TYPE_BOOLEAN, &new_mute); in handle_set_output_mute()
360 cras_system_set_mute(new_mute); in handle_set_output_mute()
372 dbus_bool_t new_mute; in handle_set_output_user_mute() local
374 rc = get_single_arg(message, DBUS_TYPE_BOOLEAN, &new_mute); in handle_set_output_user_mute()
378 cras_system_set_user_mute(new_mute); in handle_set_output_user_mute()
379 MAINLOG(main_log, MAIN_THREAD_SET_OUTPUT_USER_MUTE, new_mute, 0, 0); in handle_set_output_user_mute()
432 dbus_bool_t new_mute; in handle_set_input_mute() local
434 rc = get_single_arg(message, DBUS_TYPE_BOOLEAN, &new_mute); in handle_set_input_mute()
438 cras_system_set_capture_mute(new_mute); in handle_set_input_mute()
/external/webrtc/modules/audio_device/win/
Dcore_audio_base_win.h189 BOOL new_mute,
Dcore_audio_base_win.cc859 BOOL new_mute, in OnSimpleVolumeChanged() argument