Home
last modified time | relevance | path

Searched refs:mPolicyPluginInterface (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
DProductStrategy.cpp42 mPolicyPluginInterface = mPolicySubsystem->getPolicyPluginInterface(); in ProductStrategy()
43 ALOG_ASSERT(mPolicyPluginInterface != nullptr, "Invalid Policy Plugin Interface"); in ProductStrategy()
45 mId = mPolicyPluginInterface->getProductStrategyByName(name); in ProductStrategy()
57 mPolicyPluginInterface->setDeviceTypesForProductStrategy(mId, deviceParams.applicableDevice); in sendToHW()
58 mPolicyPluginInterface->setDeviceAddressForProductStrategy(mId, deviceParams.deviceAddress); in sendToHW()
DStream.cpp30 mPolicyPluginInterface(mPolicySubsystem->getPolicyPluginInterface()) in Stream()
39 mPolicyPluginInterface->addStream(name, mId); in Stream()
47 mPolicyPluginInterface->setVolumeProfileForStream( in sendToHW()
DInputSource.cpp35 mPolicyPluginInterface(mPolicySubsystem->getPolicyPluginInterface()) in InputSource()
43 mPolicyPluginInterface->addInputSource(name, mId); in InputSource()
50 return mPolicyPluginInterface->setDeviceForInputSource(mId, applicableInputDevice); in sendToHW()
DInputSource.h44 android::AudioPolicyPluginInterface *mPolicyPluginInterface; variable
DStream.h50 android::AudioPolicyPluginInterface *mPolicyPluginInterface; variable
DProductStrategy.h56 android::AudioPolicyPluginInterface *mPolicyPluginInterface; variable