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.cc429 1, cras_system_state_get_active_streams_by_direction(CRAS_STREAM_OUTPUT)); in TEST()
431 1, cras_system_state_get_active_streams_by_direction(CRAS_STREAM_INPUT)); in TEST()
432 EXPECT_EQ(1, cras_system_state_get_active_streams_by_direction( in TEST()
440 0, cras_system_state_get_active_streams_by_direction(CRAS_STREAM_OUTPUT)); in TEST()
442 0, cras_system_state_get_active_streams_by_direction(CRAS_STREAM_INPUT)); in TEST()
443 EXPECT_EQ(0, cras_system_state_get_active_streams_by_direction( in TEST()
/external/adhd/cras/src/server/
Dcras_system_state.h246 unsigned cras_system_state_get_active_streams_by_direction(
Dcras_dbus_control.c669 num += cras_system_state_get_active_streams_by_direction( in handle_get_num_active_streams_use_input_hw()
686 num += cras_system_state_get_active_streams_by_direction( in handle_get_num_active_streams_use_output_hw()
Dcras_system_state.c527 unsigned cras_system_state_get_active_streams_by_direction( in cras_system_state_get_active_streams_by_direction() function