Home
last modified time | relevance | path

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

/external/adhd/cras/src/server/
Dcras_observer.h58 void cras_observer_notify_output_volume(int32_t volume);
Dcras_system_state.c233 cras_observer_notify_output_volume(state.exp_state->volume); in cras_system_set_volume()
Dcras_observer.c475 void cras_observer_notify_output_volume(int32_t volume) in cras_observer_notify_output_volume() function
/external/adhd/cras/src/tests/
Dsystem_state_unittest.cc529 void cras_observer_notify_output_volume(int32_t volume) { in cras_observer_notify_output_volume() function
Dobserver_unittest.cc336 cras_observer_notify_output_volume(volume); in TEST_F()