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.cc404 1, cras_system_state_get_active_streams_by_direction(CRAS_STREAM_OUTPUT)); in TEST()
406 1, cras_system_state_get_active_streams_by_direction(CRAS_STREAM_INPUT)); in TEST()
407 EXPECT_EQ(1, cras_system_state_get_active_streams_by_direction( in TEST()
417 0, cras_system_state_get_active_streams_by_direction(CRAS_STREAM_OUTPUT)); in TEST()
419 0, cras_system_state_get_active_streams_by_direction(CRAS_STREAM_INPUT)); in TEST()
420 EXPECT_EQ(0, cras_system_state_get_active_streams_by_direction( in TEST()
/external/adhd/cras/src/server/
Dcras_system_state.h269 unsigned cras_system_state_get_active_streams_by_direction(
Dcras_system_state.c612 unsigned cras_system_state_get_active_streams_by_direction( in cras_system_state_get_active_streams_by_direction() function
Dcras_dbus_control.c790 num += cras_system_state_get_active_streams_by_direction( in handle_get_num_active_streams_use_input_hw()
807 num += cras_system_state_get_active_streams_by_direction( in handle_get_num_active_streams_use_output_hw()