Searched refs:WithRemoteSubmix (Results 1 – 1 of 1) sorted by relevance
4733 class WithRemoteSubmix { class4735 WithRemoteSubmix() : mStream(true /*isSync*/) {} in WithRemoteSubmix() function in WithRemoteSubmix4736 explicit WithRemoteSubmix(AudioDeviceAddress address) in WithRemoteSubmix() function in WithRemoteSubmix4738 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 …]