Searched refs:mPolicyPluginInterface (Results 1 – 6 of 6) sorted by relevance
42 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()
30 mPolicyPluginInterface(mPolicySubsystem->getPolicyPluginInterface()) in Stream()39 mPolicyPluginInterface->addStream(name, mId); in Stream()47 mPolicyPluginInterface->setVolumeProfileForStream( in sendToHW()
35 mPolicyPluginInterface(mPolicySubsystem->getPolicyPluginInterface()) in InputSource()43 mPolicyPluginInterface->addInputSource(name, mId); in InputSource()50 return mPolicyPluginInterface->setDeviceForInputSource(mId, applicableInputDevice); in sendToHW()
44 android::AudioPolicyPluginInterface *mPolicyPluginInterface; variable
50 android::AudioPolicyPluginInterface *mPolicyPluginInterface; variable
56 android::AudioPolicyPluginInterface *mPolicyPluginInterface; variable