Home
last modified time | relevance | path

Searched refs:user_muted (Results 1 – 14 of 14) sorted by relevance

/external/adhd/cras/src/tests/
Dobserver_unittest.cc112 int muted, int user_muted, int mute_locked) { in cb_output_mute_changed() argument
116 cb_output_mute_changed_user_muted.push_back(user_muted); in cb_output_mute_changed()
333 const int user_muted = 0; in TEST_F() local
336 cras_observer_notify_output_mute(muted, user_muted, mute_locked); in TEST_F()
343 EXPECT_EQ(data->user_muted, user_muted); in TEST_F()
352 EXPECT_EQ(cb_output_mute_changed_user_muted[0], user_muted); in TEST_F()
353 EXPECT_EQ(cb_output_mute_changed_user_muted[1], user_muted); in TEST_F()
Dcras_monitor.c28 int user_muted, int mute_locked) in output_mute_changed() argument
31 muted, user_muted, mute_locked); in output_mute_changed()
Drclient_unittest.cc522 const int user_muted = 0; in TEST_F() local
525 send_output_mute_changed(void_client, muted, user_muted, mute_locked); in TEST_F()
530 EXPECT_EQ(msg->user_muted, user_muted); in TEST_F()
Dsystem_state_unittest.cc537 void cras_observer_notify_output_mute(int muted, int user_muted, in cras_observer_notify_output_mute() argument
/external/adhd/cras/src/server/
Dcras_observer.c50 int user_muted; member
122 mute_data->user_muted, in output_mute_alert()
450 void cras_observer_notify_output_mute(int muted, int user_muted, in cras_observer_notify_output_mute() argument
456 data.user_muted = user_muted; in cras_observer_notify_output_mute()
476 data.user_muted = 0; in cras_observer_notify_capture_mute()
Dcras_dbus_control.c393 dbus_bool_t user_muted; in handle_get_volume_state() local
401 user_muted = cras_system_get_user_mute(); in handle_get_volume_state()
410 DBUS_TYPE_BOOLEAN, &user_muted, in handle_get_volume_state()
967 static void signal_output_mute(void *context, int muted, int user_muted, in signal_output_mute() argument
979 user_muted = cras_system_get_user_mute(); in signal_output_mute()
982 DBUS_TYPE_BOOLEAN, &user_muted, in signal_output_mute()
Dcras_observer.h62 void cras_observer_notify_output_mute(int muted, int user_muted,
Dcras_rclient.c211 int user_muted, int mute_locked) in send_output_mute_changed() argument
217 user_muted, mute_locked); in send_output_mute_changed()
Dcras_iodev_list.c341 static void sys_mute_change(void *context, int muted, int user_muted, in sys_mute_change() argument
345 int should_mute = muted || user_muted; in sys_mute_change()
/external/adhd/cras/src/common/
Dcras_messages.h637 int32_t user_muted; member
642 int32_t user_muted, int32_t mute_locked) in cras_fill_client_output_mute_changed() argument
647 m->user_muted = user_muted; in cras_fill_client_output_mute_changed()
657 m->user_muted = 0; in cras_fill_client_capture_mute_changed()
Dcras_observer_ops.h21 int muted, int user_muted, int mute_locked);
/external/adhd/cras/
DREADME.dbus-api190 OutputMuteChanged(boolean muted, boolean user_muted)
194 as suspend or device switch. user_muted is set if the
/external/adhd/cras/src/libcras/
Dcras_client.h1158 void* context, int muted, int user_muted, int mute_locked);
Dcras_client.c1787 cmsg->user_muted, in handle_message_from_server()