Home
last modified time | relevance | path

Searched defs:getVendorParameters (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.cpp276 ::ndk::ScopedAStatus BpStreamCommon::getVendorParameters(const std::vector<std::string>& in_ids, st… in getVendorParameters() function in aidl::android::hardware::audio::core::BpStreamCommon
599 ::ndk::ScopedAStatus IStreamCommonDefault::getVendorParameters(const std::vector<std::string>& /*in… in getVendorParameters() function in aidl::android::hardware::audio::core::IStreamCommonDefault
DIModule.cpp1934 ::ndk::ScopedAStatus BpModule::getVendorParameters(const std::vector<std::string>& in_ids, std::vec… in getVendorParameters() function in aidl::android::hardware::audio::core::BpModule
2596 ::ndk::ScopedAStatus IModuleDefault::getVendorParameters(const std::vector<std::string>& /*in_ids*/… in getVendorParameters() function in aidl::android::hardware::audio::core::IModuleDefault
/aosp_15_r20/frameworks/av/media/libaudioclient/aidl/fuzzer/libaudiomockhal/include/core-mock/
H A DStreamCommonMock.h28 ndk::ScopedAStatus getVendorParameters(const std::vector<std::string>&, in getVendorParameters() function
H A DModuleMock.h100 ndk::ScopedAStatus getVendorParameters(const std::vector<std::string>&, in getVendorParameters() function
/aosp_15_r20/hardware/interfaces/audio/aidl/android/hardware/audio/core/
H A DIStreamCommon.aidl102 VendorParameter[] getVendorParameters(in @utf8InCpp String[] ids); in getVendorParameters() method
H A DIModule.aidl825 VendorParameter[] getVendorParameters(in @utf8InCpp String[] ids); in getVendorParameters() method
/aosp_15_r20/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/current/android/hardware/audio/core/
H A DIStreamCommon.aidl40 android.hardware.audio.core.VendorParameter[] getVendorParameters(in @utf8InCpp String[] ids); in getVendorParameters() method
H A DIModule.aidl69 android.hardware.audio.core.VendorParameter[] getVendorParameters(in @utf8InCpp String[] ids); in getVendorParameters() method
/aosp_15_r20/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/2/android/hardware/audio/core/
H A DIStreamCommon.aidl40 android.hardware.audio.core.VendorParameter[] getVendorParameters(in @utf8InCpp String[] ids); in getVendorParameters() method
H A DIModule.aidl69 android.hardware.audio.core.VendorParameter[] getVendorParameters(in @utf8InCpp String[] ids); in getVendorParameters() method
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/aidl/android.hardware.audio.core_interface/dump/android/hardware/audio/core/
DIStreamCommon.aidl40 android.hardware.audio.core.VendorParameter[] getVendorParameters(in @utf8InCpp String[] ids); in getVendorParameters() method
DIModule.aidl69 android.hardware.audio.core.VendorParameter[] getVendorParameters(in @utf8InCpp String[] ids); in getVendorParameters() method
/aosp_15_r20/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/1/android/hardware/audio/core/
H A DIStreamCommon.aidl40 android.hardware.audio.core.VendorParameter[] getVendorParameters(in @utf8InCpp String[] ids); in getVendorParameters() method
H A DIModule.aidl69 android.hardware.audio.core.VendorParameter[] getVendorParameters(in @utf8InCpp String[] ids); in getVendorParameters() 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.h58 …::ndk::ScopedAStatus getVendorParameters(const std::vector<std::string>& in_ids, std::vector<::aid… in getVendorParameters() function
DBnModule.h145 …::ndk::ScopedAStatus getVendorParameters(const std::vector<std::string>& in_ids, std::vector<::aid… in getVendorParameters() function
/aosp_15_r20/hardware/interfaces/audio/aidl/default/deprecated/
H A DStreamSwitcher.cpp78 ndk::ScopedAStatus StreamSwitcher::getVendorParameters(const std::vector<std::string>& in_ids, in getVendorParameters() function in aidl::android::hardware::audio::core::deprecated::StreamSwitcher
/aosp_15_r20/frameworks/av/media/libaudiohal/tests/
H A DCoreAudioHalAidl_test.cpp69 ndk::ScopedAStatus getVendorParameters(const std::vector<std::string>& in_parameterIds) { in getVendorParameters() function in __anon5a59cc030111::VendorParameterMock
221 ndk::ScopedAStatus getVendorParameters(const std::vector<std::string>& in_parameterIds, in getVendorParameters() function in __anon5a59cc030111::StreamCommonMock
579 ndk::ScopedAStatus getVendorParameters(const std::vector<std::string>& in_parameterIds, in getVendorParameters() function in __anon5a59cc030111::ModuleMock
/aosp_15_r20/hardware/interfaces/audio/aidl/default/
H A DStream.cpp771 ndk::ScopedAStatus StreamCommonImpl::getVendorParameters( in getVendorParameters() function in aidl::android::hardware::audio::core::StreamCommonImpl
H A DModule.cpp1529 ndk::ScopedAStatus Module::getVendorParameters(const std::vector<std::string>& in_ids, in getVendorParameters() function in aidl::android::hardware::audio::core::Module
/aosp_15_r20/hardware/interfaces/audio/aidl/default/include/core-impl/
H A DStream.h386 ndk::ScopedAStatus getVendorParameters(const std::vector<std::string>& in_ids, in getVendorParameters() function
/aosp_15_r20/frameworks/av/media/libstagefright/
H A DACodec.cpp8490 status_t ACodec::getVendorParameters(OMX_U32 portIndex, sp<AMessage> &format) { in getVendorParameters() function in android::ACodec