Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/android/hardware/audio/core/
DIStreamCommon.aidl116 void setVendorParameters(in VendorParameter[] parameters, boolean async); in setVendorParameters() method
DIModule.aidl839 void setVendorParameters(in VendorParameter[] parameters, boolean async); in setVendorParameters() method
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/2/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
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/current/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
/hardware/interfaces/audio/aidl/aidl_api/android.hardware.audio.core/1/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
/hardware/interfaces/audio/aidl/default/
DStreamSwitcher.cpp91 ndk::ScopedAStatus StreamSwitcher::setVendorParameters( in setVendorParameters() function in aidl::android::hardware::audio::core::StreamSwitcher
101 return mStream->setVendorParameters(in_parameters, in_async); in setVendorParameters()
226 if (auto status = mStream->setVendorParameters(vndParam.first, vndParam.second); in setConnectedDevices()
DStream.cpp725 ndk::ScopedAStatus StreamCommonImpl::setVendorParameters( in setVendorParameters() function in aidl::android::hardware::audio::core::StreamCommonImpl
DModule.cpp1427 ndk::ScopedAStatus Module::setVendorParameters(const std::vector<VendorParameter>& in_parameters, in setVendorParameters() function in aidl::android::hardware::audio::core::Module
/hardware/interfaces/audio/aidl/default/include/core-impl/
DStreamSwitcher.h112 ndk::ScopedAStatus setVendorParameters(const std::vector<VendorParameter>& in_parameters,
DStream.h315 virtual ndk::ScopedAStatus setVendorParameters(
372 ndk::ScopedAStatus setVendorParameters(const std::vector<VendorParameter>& in_parameters, in setVendorParameters() function
375 return delegate != nullptr ? delegate->setVendorParameters(in_parameters, in_async) in setVendorParameters()
418 ndk::ScopedAStatus setVendorParameters(const std::vector<VendorParameter>& in_parameters,
DModule.h126 ndk::ScopedAStatus setVendorParameters(const std::vector<VendorParameter>& in_parameters,
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp253 EXPECT_IS_OK(mModule->setVendorParameters({parameter}, false)); in ~WithModuleParameter()
266 result = module->setVendorParameters({parameter}, false); in SetUpNoChecks()
431 ndk::ScopedAStatus status = inst->setVendorParameters(params, false); in TestSetVendorParameters()
438 EXPECT_STATUS(kStatuses, inst->setVendorParameters(params, true)) in TestSetVendorParameters()
2216 ndk::ScopedAStatus status = module->setVendorParameters({}, false); in TEST_P()
3273 ndk::ScopedAStatus status = module->setVendorParameters({}, false); in GetVendorParameters()