Home
last modified time | relevance | path

Searched refs:cras_system_state_get_active_streams_by_direction (Results 1 – 4 of 4) sorted by relevance

/external/adhd/cras/src/tests/
Dsystem_state_unittest.cc434 cras_system_state_get_active_streams_by_direction( in TEST()
437 cras_system_state_get_active_streams_by_direction( in TEST()
440 cras_system_state_get_active_streams_by_direction( in TEST()
448 cras_system_state_get_active_streams_by_direction( in TEST()
451 cras_system_state_get_active_streams_by_direction( in TEST()
454 cras_system_state_get_active_streams_by_direction( in TEST()
/external/adhd/cras/src/server/
Dcras_system_state.h241 unsigned cras_system_state_get_active_streams_by_direction(
Dcras_dbus_control.c684 num += cras_system_state_get_active_streams_by_direction(i); in handle_get_num_active_streams_use_input_hw()
701 num += cras_system_state_get_active_streams_by_direction(i); in handle_get_num_active_streams_use_output_hw()
Dcras_system_state.c516 unsigned cras_system_state_get_active_streams_by_direction( in cras_system_state_get_active_streams_by_direction() function