Home
last modified time | relevance | path

Searched refs:mPolicyParameterMgr (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audiopolicy/engineconfigurable/src/
DEngine.cpp87 mPolicyParameterMgr(new ParameterManagerWrapper()), in Engine()
109 if (mPolicyParameterMgr == NULL || mPolicyParameterMgr->start() != NO_ERROR) { in initCheck()
203 return mPolicyParameterMgr->setPhoneState(mode); in setPhoneState()
208 return mPolicyParameterMgr->getPhoneState(); in getPhoneState()
214 return mPolicyParameterMgr->setForceUse(usage, config); in setForceUse()
219 return mPolicyParameterMgr->getForceUse(usage); in getForceUse()
226 return mPolicyParameterMgr->setAvailableOutputDevices( in setDeviceConnectionState()
229 return mPolicyParameterMgr->setAvailableInputDevices( in setDeviceConnectionState()
DEngine.h192 ParameterManagerWrapper *mPolicyParameterMgr; variable