Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/android/hardware/audio/core/
DIStreamIn.aidl37 IStreamCommon getStreamCommon(); in getStreamCommon() method
DIStreamOut.aidl40 IStreamCommon getStreamCommon(); in getStreamCommon() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/current/android/hardware/audio/core/
DIStreamIn.aidl37 android.hardware.audio.core.IStreamCommon getStreamCommon(); in getStreamCommon() method
DIStreamOut.aidl37 android.hardware.audio.core.IStreamCommon getStreamCommon(); in getStreamCommon() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/2/android/hardware/audio/core/
DIStreamIn.aidl37 android.hardware.audio.core.IStreamCommon getStreamCommon(); in getStreamCommon() method
DIStreamOut.aidl37 android.hardware.audio.core.IStreamCommon getStreamCommon(); in getStreamCommon() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/1/android/hardware/audio/core/
DIStreamIn.aidl37 android.hardware.audio.core.IStreamCommon getStreamCommon(); in getStreamCommon() method
DIStreamOut.aidl37 android.hardware.audio.core.IStreamCommon getStreamCommon(); in getStreamCommon() method
/hardware/interfaces/audio/aidl/default/include/core-impl/
DStream.h468 ndk::ScopedAStatus getStreamCommon(std::shared_ptr<IStreamCommon>* _aidl_return) override { in getStreamCommon() function
509 ndk::ScopedAStatus getStreamCommon(std::shared_ptr<IStreamCommon>* _aidl_return) override { in getStreamCommon() function
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp1168 ndk::ScopedAStatus status = stream->getStreamCommon(&common); in callClose()
3043 ASSERT_IS_OK(mStream->getStream()->getStreamCommon(&common)); in JoinWorkerAfterBurstCommands()
3096 EXPECT_IS_OK(stream.getStream()->getStreamCommon(&streamCommon1)); in GetStreamCommon()
3098 EXPECT_IS_OK(stream.getStream()->getStreamCommon(&streamCommon2)); in GetStreamCommon()
3130 ASSERT_IS_OK(stream.getStream()->getStreamCommon(&streamCommon)); in PrepareToCloseTwice()
3249 ASSERT_IS_OK(stream.getStream()->getStreamCommon(&streamCommon)); in UpdateHwAvSyncId()
3268 ASSERT_IS_OK(stream.getStream()->getStreamCommon(&streamCommon)); in GetVendorParameters()
3288 ASSERT_IS_OK(stream.getStream()->getStreamCommon(&streamCommon)); in SetVendorParameters()
3358 ASSERT_IS_OK(stream.getStream()->getStreamCommon(&streamCommon)); in AddRemoveEffectInvalidArguments()