Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dcras_observer.h66 void cras_observer_notify_capture_gain(int32_t gain);
Dcras_system_state.c194 cras_observer_notify_capture_gain(state.exp_state->capture_gain); in cras_system_set_capture_gain()
Dcras_observer.c462 void cras_observer_notify_capture_gain(int32_t gain) in cras_observer_notify_capture_gain() function
/external/adhd/cras/src/tests/
Dsystem_state_unittest.cc543 void cras_observer_notify_capture_gain(int32_t gain) in cras_observer_notify_capture_gain() function
Dobserver_unittest.cc364 cras_observer_notify_capture_gain(gain); in TEST_F()