Home
last modified time | relevance | path

Searched refs:mute_locked (Results 1 – 16 of 16) sorted by relevance

/external/adhd/cras/src/tests/
Dobserver_unittest.cc114 int mute_locked) { in cb_output_mute_changed() argument
119 cb_output_mute_changed_mute_locked.push_back(mute_locked); in cb_output_mute_changed()
129 void cb_capture_mute_changed(void* context, int muted, int mute_locked) { in cb_capture_mute_changed() argument
133 cb_capture_mute_changed_mute_locked.push_back(mute_locked); in cb_capture_mute_changed()
339 const int mute_locked = 0; in TEST_F() local
341 cras_observer_notify_output_mute(muted, user_muted, mute_locked); in TEST_F()
349 EXPECT_EQ(data->mute_locked, mute_locked); in TEST_F()
359 EXPECT_EQ(cb_output_mute_changed_mute_locked[0], mute_locked); in TEST_F()
360 EXPECT_EQ(cb_output_mute_changed_mute_locked[1], mute_locked); in TEST_F()
390 const int mute_locked = 0; in TEST_F() local
[all …]
Dcontrol_rclient_unittest.cc614 const int mute_locked = 1; in TEST_F() local
616 send_output_mute_changed(void_client, muted, user_muted, mute_locked); in TEST_F()
622 EXPECT_EQ(msg->mute_locked, mute_locked); in TEST_F()
646 const int mute_locked = 0; in TEST_F() local
648 send_capture_mute_changed(void_client, muted, mute_locked); in TEST_F()
653 EXPECT_EQ(msg->mute_locked, mute_locked); in TEST_F()
Dsystem_state_unittest.cc520 int mute_locked) { in cras_observer_notify_output_mute() argument
528 void cras_observer_notify_capture_mute(int muted, int mute_locked) { in cras_observer_notify_capture_mute() argument
/external/adhd/cras/src/server/
Dcras_observer.c51 int mute_locked; member
121 mute_data->mute_locked); in output_mute_alert()
148 mute_data->mute_locked); in capture_mute_alert()
440 int mute_locked) in cras_observer_notify_output_mute() argument
446 data.mute_locked = mute_locked; in cras_observer_notify_output_mute()
460 void cras_observer_notify_capture_mute(int muted, int mute_locked) in cras_observer_notify_capture_mute() argument
466 data.mute_locked = mute_locked; in cras_observer_notify_capture_mute()
Dcras_observer.h62 int mute_locked);
68 void cras_observer_notify_capture_mute(int muted, int mute_locked);
Dcras_system_state.c104 exp_state->mute_locked = 0; in cras_system_state_init()
209 state.exp_state->mute_locked); in cras_system_notify_mute()
231 if (state.exp_state->mute_locked) in cras_system_set_mute()
247 if (state.exp_state->mute_locked == !!locked) in cras_system_set_mute_locked()
250 state.exp_state->mute_locked = !!locked; in cras_system_set_mute_locked()
270 return state.exp_state->mute_locked; in cras_system_get_mute_locked()
Dcras_control_rclient.c104 int mute_locked) in send_output_mute_changed() argument
110 mute_locked); in send_output_mute_changed()
123 static void send_capture_mute_changed(void *context, int muted, int mute_locked) in send_capture_mute_changed() argument
128 cras_fill_client_capture_mute_changed(&msg, muted, mute_locked); in send_capture_mute_changed()
Dcras_dbus_control.c940 int mute_locked) in signal_output_mute() argument
975 static void signal_capture_mute(void *context, int muted, int mute_locked) in signal_capture_mute() argument
Dcras_iodev_list.c310 int mute_locked) in sys_mute_change() argument
555 static void sys_cap_mute_change(void *context, int muted, int mute_locked) in sys_cap_mute_change() argument
/external/adhd/cras/src/common/
Dcras_observer_ops.h21 int mute_locked);
25 void (*capture_mute_changed)(void *context, int muted, int mute_locked);
Dcras_messages.h658 int32_t mute_locked; member
663 int32_t mute_locked) in cras_fill_client_output_mute_changed() argument
669 m->mute_locked = mute_locked; in cras_fill_client_output_mute_changed()
673 int32_t muted, int32_t mute_locked) in cras_fill_client_capture_mute_changed() argument
679 m->mute_locked = mute_locked; in cras_fill_client_capture_mute_changed()
Dcras_types.h502 int32_t mute_locked; member
/external/adhd/cras/src/tools/cras_monitor/
Dcras_monitor.c28 int mute_locked) in output_mute_changed() argument
31 muted, user_muted, mute_locked); in output_mute_changed()
39 static void capture_mute_changed(void *context, int muted, int mute_locked) in capture_mute_changed() argument
42 mute_locked); in capture_mute_changed()
/external/adhd/cras/src/libcras/
Dcras_client.h1195 int mute_locked);
1218 int mute_locked);
Dcras_client.c1753 cmsg->user_muted, cmsg->mute_locked); in handle_message_from_server()
1770 cmsg->mute_locked); in handle_message_from_server()
/external/adhd/cras/client/cras-sys/src/
Dgen.rs1768 pub mute_locked: i32, field
1876 unsafe { &(*(::std::ptr::null::<cras_server_state>())).mute_locked as *const _ as usize }, in bindgen_test_layout_cras_server_state()
1882 stringify!(mute_locked) in bindgen_test_layout_cras_server_state()
4080 pub mute_locked: i32, field
4128 &(*(::std::ptr::null::<cras_client_mute_changed>())).mute_locked as *const _ as usize in bindgen_test_layout_cras_client_mute_changed()
4135 stringify!(mute_locked) in bindgen_test_layout_cras_client_mute_changed()