Searched defs:mute_locked (Results 1 – 10 of 10) sorted by relevance
/external/adhd/cras/src/tests/ |
D | observer_unittest.cc | 112 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
|
D | cras_monitor.c | 28 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()
|
D | system_state_unittest.cc | 538 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()
|
D | rclient_unittest.cc | 523 const int mute_locked = 1; in TEST_F() local 556 const int mute_locked = 0; in TEST_F() local
|
/external/adhd/cras/src/server/ |
D | cras_observer.c | 51 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()
|
D | cras_rclient.c | 211 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()
|
D | cras_dbus_control.c | 968 int mute_locked) in signal_output_mute() 1005 static void signal_capture_mute(void *context, int muted, int mute_locked) in signal_capture_mute()
|
D | cras_iodev_list.c | 342 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/ |
D | cras_messages.h | 638 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()
|
D | cras_types.h | 369 int32_t mute_locked; member
|