Home
last modified time | relevance | path

Searched defs:getStreamCommon (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/aidl/android.hardware.audio.core-V3-ndk-source/gen/android/hardware/audio/core/
DIStreamIn.cpp202 ::ndk::ScopedAStatus BpStreamIn::getStreamCommon(std::shared_ptr<::aidl::android::hardware::audio::… in getStreamCommon() function in aidl::android::hardware::audio::core::BpStreamIn
689 ::ndk::ScopedAStatus IStreamInDefault::getStreamCommon(std::shared_ptr<::aidl::android::hardware::a… in getStreamCommon() function in aidl::android::hardware::audio::core::IStreamInDefault
DIStreamOut.cpp276 ::ndk::ScopedAStatus BpStreamOut::getStreamCommon(std::shared_ptr<::aidl::android::hardware::audio:… in getStreamCommon() function in aidl::android::hardware::audio::core::BpStreamOut
951 ::ndk::ScopedAStatus IStreamOutDefault::getStreamCommon(std::shared_ptr<::aidl::android::hardware::… in getStreamCommon() function in aidl::android::hardware::audio::core::IStreamOutDefault
/aosp_15_r20/hardware/interfaces/audio/aidl/default/include/core-impl/
H A DStream.h497 ndk::ScopedAStatus getStreamCommon(std::shared_ptr<IStreamCommon>* _aidl_return) override { in getStreamCommon() function
538 ndk::ScopedAStatus getStreamCommon(std::shared_ptr<IStreamCommon>* _aidl_return) override { in getStreamCommon() function
/aosp_15_r20/frameworks/av/media/libaudioclient/aidl/fuzzer/libaudiomockhal/
H A DStreamInMock.cpp22 ndk::ScopedAStatus StreamInMock::getStreamCommon(std::shared_ptr<IStreamCommon>* _aidl_return) { in getStreamCommon() function in aidl::android::hardware::audio::core::StreamInMock
H A DStreamOutMock.cpp22 ndk::ScopedAStatus StreamOutMock::getStreamCommon(std::shared_ptr<IStreamCommon>* _aidl_return) { in getStreamCommon() function in aidl::android::hardware::audio::core::StreamOutMock
/aosp_15_r20/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/1/android/hardware/audio/core/
H A DIStreamIn.aidl37 android.hardware.audio.core.IStreamCommon getStreamCommon(); in getStreamCommon() method
H A DIStreamOut.aidl37 android.hardware.audio.core.IStreamCommon getStreamCommon(); in getStreamCommon() method
/aosp_15_r20/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/2/android/hardware/audio/core/
H A DIStreamIn.aidl37 android.hardware.audio.core.IStreamCommon getStreamCommon(); in getStreamCommon() method
H A DIStreamOut.aidl37 android.hardware.audio.core.IStreamCommon getStreamCommon(); in getStreamCommon() method
/aosp_15_r20/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/current/android/hardware/audio/core/
H A DIStreamIn.aidl37 android.hardware.audio.core.IStreamCommon getStreamCommon(); in getStreamCommon() method
H A DIStreamOut.aidl37 android.hardware.audio.core.IStreamCommon getStreamCommon(); in getStreamCommon() method
/aosp_15_r20/hardware/interfaces/audio/aidl/android/hardware/audio/core/
H A DIStreamIn.aidl37 IStreamCommon getStreamCommon(); in getStreamCommon() method
H A DIStreamOut.aidl40 IStreamCommon getStreamCommon(); in getStreamCommon() method
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/aidl/android.hardware.audio.core_interface/dump/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
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/aidl/android.hardware.audio.core-V3-ndk-source/gen/include/aidl/android/hardware/audio/core/
DBnStreamIn.h49 …::ndk::ScopedAStatus getStreamCommon(std::shared_ptr<::aidl::android::hardware::audio::core::IStre… in getStreamCommon() function
DBnStreamOut.h49 …::ndk::ScopedAStatus getStreamCommon(std::shared_ptr<::aidl::android::hardware::audio::core::IStre… in getStreamCommon() function
/aosp_15_r20/frameworks/av/media/libaudiohal/impl/
H A DStreamHalAidl.cpp76 std::shared_ptr<IStreamCommon> StreamHalAidl::getStreamCommon(const std::shared_ptr<T>& stream) { in getStreamCommon() function in android::StreamHalAidl
/aosp_15_r20/frameworks/av/media/libaudiohal/tests/
H A DCoreAudioHalAidl_test.cpp285 ndk::ScopedAStatus getStreamCommon( in getStreamCommon() function in __anon5a59cc030111::StreamOutMock