Home
last modified time | relevance | path

Searched refs:streamInCount (Results 1 – 2 of 2) sorted by relevance

/hardware/libhardware/modules/audio_remote_submix/tests/
Dremote_submix_tests.cpp321 const size_t streamInCount = 3; in TEST_F() local
322 audio_stream_in_t* streamIn[streamInCount]; in TEST_F()
323 for (size_t i = 0; i < streamInCount; ++i) { in TEST_F()
327 for (size_t i = 0; i < streamInCount; ++i) { in TEST_F()
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp4844 const size_t streamInCount = 3; in TEST_P() local
4845 std::vector<std::unique_ptr<WithRemoteSubmix<IStreamIn>>> streamIns(streamInCount); in TEST_P()
4846 for (size_t i = 0; i < streamInCount; i++) { in TEST_P()
4854 for (size_t i = 0; i < streamInCount; i++) { in TEST_P()
4857 for (size_t i = 0; i < streamInCount; i++) { in TEST_P()
4863 for (size_t i = streamInCount; i != 0; --i) { in TEST_P()