Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.h517 bool forceDeviceUpdate);
DAudioPolicyManager.cpp1357 bool forceDeviceUpdate = false; in stopOutput() local
1360 forceDeviceUpdate = (mOutputRoutes.hasRoute(session) && (activityCount == 0)); in stopOutput()
1362 if (forceDeviceUpdate) { in stopOutput()
1367 status_t status = stopSource(outputDesc, stream, forceDeviceUpdate); in stopOutput()
1377 bool forceDeviceUpdate) in stopSource() argument
1392 if (outputDesc->mRefCount[stream] == 0 || forceDeviceUpdate) { in stopSource()