Home
last modified time | relevance | path

Searched refs:cras_observer_notify_capture_mute (Results 1 – 5 of 5) sorted by relevance

/external/adhd/cras/src/server/
Dcras_observer.h69 void cras_observer_notify_capture_mute(int muted, int mute_locked);
Dcras_system_state.c272 cras_observer_notify_capture_mute(state.exp_state->capture_mute, in cras_system_notify_capture_mute()
Dcras_observer.c471 void cras_observer_notify_capture_mute(int muted, int mute_locked) in cras_observer_notify_capture_mute() function
/external/adhd/cras/src/tests/
Dsystem_state_unittest.cc548 void cras_observer_notify_capture_mute(int muted, int mute_locked) in cras_observer_notify_capture_mute() function
Dobserver_unittest.cc387 cras_observer_notify_capture_mute(muted, mute_locked); in TEST_F()