Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp4733 class WithRemoteSubmix { class
4735 WithRemoteSubmix() : mStream(true /*isSync*/) {} in WithRemoteSubmix() function in WithRemoteSubmix
4736 explicit WithRemoteSubmix(AudioDeviceAddress address) in WithRemoteSubmix() function in WithRemoteSubmix
4738 WithRemoteSubmix(const WithRemoteSubmix&) = delete;
4739 WithRemoteSubmix& operator=(const WithRemoteSubmix&) = delete;
4798 WithRemoteSubmix<IStreamOut> streamOut; in TEST_P()
4806 WithRemoteSubmix<IStreamOut> streamOut; in TEST_P()
4812 WithRemoteSubmix<IStreamIn> streamIn(address.value()); in TEST_P()
4820 WithRemoteSubmix<IStreamOut> streamOut; in TEST_P()
4826 WithRemoteSubmix<IStreamIn> streamIn(address.value()); in TEST_P()
[all …]