Home
last modified time | relevance | path

Searched defs:mute_locked (Results 1 – 10 of 10) sorted by relevance

/external/adhd/cras/src/tests/
Dobserver_unittest.cc112 int muted, int user_muted, int mute_locked) { in cb_output_mute_changed()
127 void cb_capture_mute_changed(void *context, int muted, int mute_locked) { in cb_capture_mute_changed()
334 const int mute_locked = 0; in TEST_F() local
385 const int mute_locked = 0; in TEST_F() local
Dcras_monitor.c28 int user_muted, int mute_locked) in output_mute_changed()
39 static void capture_mute_changed(void *context, int muted, int mute_locked) in capture_mute_changed()
Dsystem_state_unittest.cc538 int mute_locked) in cras_observer_notify_output_mute()
548 void cras_observer_notify_capture_mute(int muted, int mute_locked) in cras_observer_notify_capture_mute()
Drclient_unittest.cc523 const int mute_locked = 1; in TEST_F() local
556 const int mute_locked = 0; in TEST_F() local
/external/adhd/cras/src/server/
Dcras_observer.c51 int mute_locked; member
451 int mute_locked) in cras_observer_notify_output_mute()
471 void cras_observer_notify_capture_mute(int muted, int mute_locked) in cras_observer_notify_capture_mute()
Dcras_rclient.c211 int user_muted, int mute_locked) in send_output_mute_changed()
230 static void send_capture_mute_changed(void *context, int muted, int mute_locked) in send_capture_mute_changed()
Dcras_dbus_control.c968 int mute_locked) in signal_output_mute()
1005 static void signal_capture_mute(void *context, int muted, int mute_locked) in signal_capture_mute()
Dcras_iodev_list.c342 int mute_locked) in sys_mute_change()
605 static void sys_cap_mute_change(void *context, int muted, int mute_locked) in sys_cap_mute_change()
/external/adhd/cras/src/common/
Dcras_messages.h638 int32_t mute_locked; member
642 int32_t user_muted, int32_t mute_locked) in cras_fill_client_output_mute_changed()
652 int32_t mute_locked) in cras_fill_client_capture_mute_changed()
Dcras_types.h369 int32_t mute_locked; member