Home
last modified time | relevance | path

Searched defs:setVendorParameters (Results 1 – 22 of 22) 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/
DIStreamCommon.cpp316 ::ndk::ScopedAStatus BpStreamCommon::setVendorParameters(const std::vector<::aidl::android::hardwar… in setVendorParameters() function in aidl::android::hardware::audio::core::BpStreamCommon
604 ::ndk::ScopedAStatus IStreamCommonDefault::setVendorParameters(const std::vector<::aidl::android::h… in setVendorParameters() function in aidl::android::hardware::audio::core::IStreamCommonDefault
DIModule.cpp1974 ::ndk::ScopedAStatus BpModule::setVendorParameters(const std::vector<::aidl::android::hardware::aud… in setVendorParameters() function in aidl::android::hardware::audio::core::BpModule
2601 ::ndk::ScopedAStatus IModuleDefault::setVendorParameters(const std::vector<::aidl::android::hardwar… in setVendorParameters() function in aidl::android::hardware::audio::core::IModuleDefault
/aosp_15_r20/frameworks/av/media/libaudioclient/aidl/fuzzer/libaudiomockhal/include/core-mock/
H A DStreamCommonMock.h32 ndk::ScopedAStatus setVendorParameters(const std::vector<VendorParameter>&, bool) override { in setVendorParameters() function
H A DModuleMock.h104 ndk::ScopedAStatus setVendorParameters(const std::vector<VendorParameter>&, bool) override { in setVendorParameters() function
/aosp_15_r20/hardware/interfaces/audio/aidl/android/hardware/audio/core/
H A DIStreamCommon.aidl116 void setVendorParameters(in VendorParameter[] parameters, boolean async); in setVendorParameters() method
H A DIModule.aidl839 void setVendorParameters(in VendorParameter[] parameters, boolean async); in setVendorParameters() method
/aosp_15_r20/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/current/android/hardware/audio/core/
H A DIStreamCommon.aidl41 …void setVendorParameters(in android.hardware.audio.core.VendorParameter[] parameters, boolean asyn… in setVendorParameters() method
H A DIModule.aidl70 …void setVendorParameters(in android.hardware.audio.core.VendorParameter[] parameters, boolean asyn… in setVendorParameters() method
/aosp_15_r20/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/2/android/hardware/audio/core/
H A DIStreamCommon.aidl41 …void setVendorParameters(in android.hardware.audio.core.VendorParameter[] parameters, boolean asyn… in setVendorParameters() method
H A DIModule.aidl70 …void setVendorParameters(in android.hardware.audio.core.VendorParameter[] parameters, boolean asyn… in setVendorParameters() method
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/aidl/android.hardware.audio.core_interface/dump/android/hardware/audio/core/
DIStreamCommon.aidl41 …void setVendorParameters(in android.hardware.audio.core.VendorParameter[] parameters, boolean asyn… in setVendorParameters() method
DIModule.aidl70 …void setVendorParameters(in android.hardware.audio.core.VendorParameter[] parameters, boolean asyn… in setVendorParameters() method
/aosp_15_r20/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/1/android/hardware/audio/core/
H A DIStreamCommon.aidl41 …void setVendorParameters(in android.hardware.audio.core.VendorParameter[] parameters, boolean asyn… in setVendorParameters() method
H A DIModule.aidl70 …void setVendorParameters(in android.hardware.audio.core.VendorParameter[] parameters, boolean asyn… in setVendorParameters() 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/
DBnStreamCommon.h61 …::ndk::ScopedAStatus setVendorParameters(const std::vector<::aidl::android::hardware::audio::core:… in setVendorParameters() function
DBnModule.h148 …::ndk::ScopedAStatus setVendorParameters(const std::vector<::aidl::android::hardware::audio::core:… in setVendorParameters() function
/aosp_15_r20/hardware/interfaces/audio/aidl/default/deprecated/
H A DStreamSwitcher.cpp91 ndk::ScopedAStatus StreamSwitcher::setVendorParameters( in setVendorParameters() function in aidl::android::hardware::audio::core::deprecated::StreamSwitcher
/aosp_15_r20/frameworks/av/media/libaudiohal/tests/
H A DCoreAudioHalAidl_test.cpp74 ndk::ScopedAStatus setVendorParameters(const std::vector<VendorParameter>& in_parameters, in setVendorParameters() function in __anon5a59cc030111::VendorParameterMock
225 ndk::ScopedAStatus setVendorParameters(const std::vector<VendorParameter>& in_parameters, in setVendorParameters() function in __anon5a59cc030111::StreamCommonMock
583 ndk::ScopedAStatus setVendorParameters(const std::vector<VendorParameter>& in_parameters, in setVendorParameters() function in __anon5a59cc030111::ModuleMock
/aosp_15_r20/hardware/interfaces/audio/aidl/default/
H A DStream.cpp778 ndk::ScopedAStatus StreamCommonImpl::setVendorParameters( in setVendorParameters() function in aidl::android::hardware::audio::core::StreamCommonImpl
H A DModule.cpp1572 ndk::ScopedAStatus Module::setVendorParameters(const std::vector<VendorParameter>& in_parameters, in setVendorParameters() function in aidl::android::hardware::audio::core::Module
/aosp_15_r20/hardware/interfaces/audio/aidl/default/include/core-impl/
H A DStream.h392 ndk::ScopedAStatus setVendorParameters(const std::vector<VendorParameter>& in_parameters, in setVendorParameters() function
/aosp_15_r20/frameworks/av/media/libstagefright/
H A DACodec.cpp8348 status_t ACodec::setVendorParameters(const sp<AMessage> &params) { in setVendorParameters() function in android::ACodec