Home
last modified time | relevance | path

Searched refs:getVendorParameters (Results 1 – 15 of 15) sorted by relevance

/hardware/interfaces/audio/aidl/android/hardware/audio/core/
DIStreamCommon.aidl102 VendorParameter[] getVendorParameters(in @utf8InCpp String[] ids); in getVendorParameters() method
DIModule.aidl825 VendorParameter[] getVendorParameters(in @utf8InCpp String[] ids); in getVendorParameters() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/2/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
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/current/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
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/1/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
/hardware/interfaces/audio/aidl/default/
DStreamSwitcher.cpp78 ndk::ScopedAStatus StreamSwitcher::getVendorParameters(const std::vector<std::string>& in_ids, in getVendorParameters() function in aidl::android::hardware::audio::core::StreamSwitcher
88 return mStream->getVendorParameters(in_ids, _aidl_return); in getVendorParameters()
DStream.cpp718 ndk::ScopedAStatus StreamCommonImpl::getVendorParameters( in getVendorParameters() function in aidl::android::hardware::audio::core::StreamCommonImpl
DModule.cpp1388 ndk::ScopedAStatus Module::getVendorParameters(const std::vector<std::string>& in_ids, in getVendorParameters() function in aidl::android::hardware::audio::core::Module
/hardware/interfaces/audio/aidl/default/include/core-impl/
DStreamSwitcher.h110 ndk::ScopedAStatus getVendorParameters(const std::vector<std::string>& in_ids,
DStream.h313 virtual ndk::ScopedAStatus getVendorParameters(const std::vector<std::string>& in_ids,
366 ndk::ScopedAStatus getVendorParameters(const std::vector<std::string>& in_ids, in getVendorParameters() function
369 return delegate != nullptr ? delegate->getVendorParameters(in_ids, _aidl_return) in getVendorParameters()
416 ndk::ScopedAStatus getVendorParameters(const std::vector<std::string>& in_ids,
DModule.h124 ndk::ScopedAStatus getVendorParameters(const std::vector<std::string>& in_ids,
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp258 ScopedAStatus result = module->getVendorParameters({mParameterId}, &parameters); in SetUpNoChecks()
400 if (ndk::ScopedAStatus status = inst->getVendorParameters(ids, &params); status.isOk()) { in TestGetVendorParameters()