/hardware/interfaces/audio/aidl/android/hardware/audio/core/ |
D | IStreamCommon.aidl | 102 VendorParameter[] getVendorParameters(in @utf8InCpp String[] ids); in getVendorParameters() method
|
D | IModule.aidl | 825 VendorParameter[] getVendorParameters(in @utf8InCpp String[] ids); in getVendorParameters() method
|
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/2/android/hardware/audio/core/ |
D | IStreamCommon.aidl | 40 android.hardware.audio.core.VendorParameter[] getVendorParameters(in @utf8InCpp String[] ids); in getVendorParameters() method
|
D | IModule.aidl | 69 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/ |
D | IStreamCommon.aidl | 40 android.hardware.audio.core.VendorParameter[] getVendorParameters(in @utf8InCpp String[] ids); in getVendorParameters() method
|
D | IModule.aidl | 69 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/ |
D | IStreamCommon.aidl | 40 android.hardware.audio.core.VendorParameter[] getVendorParameters(in @utf8InCpp String[] ids); in getVendorParameters() method
|
D | IModule.aidl | 69 android.hardware.audio.core.VendorParameter[] getVendorParameters(in @utf8InCpp String[] ids); in getVendorParameters() method
|
/hardware/interfaces/audio/aidl/default/ |
D | StreamSwitcher.cpp | 78 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()
|
D | Stream.cpp | 718 ndk::ScopedAStatus StreamCommonImpl::getVendorParameters( in getVendorParameters() function in aidl::android::hardware::audio::core::StreamCommonImpl
|
D | Module.cpp | 1388 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/ |
D | StreamSwitcher.h | 110 ndk::ScopedAStatus getVendorParameters(const std::vector<std::string>& in_ids,
|
D | Stream.h | 313 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,
|
D | Module.h | 124 ndk::ScopedAStatus getVendorParameters(const std::vector<std::string>& in_ids,
|
/hardware/interfaces/audio/aidl/vts/ |
D | VtsHalAudioCoreModuleTargetTest.cpp | 258 ScopedAStatus result = module->getVendorParameters({mParameterId}, ¶meters); in SetUpNoChecks() 400 if (ndk::ScopedAStatus status = inst->getVendorParameters(ids, ¶ms); status.isOk()) { in TestGetVendorParameters()
|