Searched refs:forceDeviceUpdate (Results 1 – 2 of 2) sorted by relevance
492 bool forceDeviceUpdate);
1355 bool forceDeviceUpdate = false; in stopOutput() local1358 forceDeviceUpdate = (mOutputRoutes.hasRoute(session) && (activityCount == 0)); in stopOutput()1360 if (forceDeviceUpdate) { in stopOutput()1365 return stopSource(outputDesc, stream, forceDeviceUpdate); in stopOutput()1370 bool forceDeviceUpdate) in stopSource() argument1385 if (outputDesc->mRefCount[stream] == 0 || forceDeviceUpdate) { in stopSource()