Searched refs:forceDeviceUpdate (Results 1 – 2 of 2) sorted by relevance
491 bool forceDeviceUpdate);
1248 bool forceDeviceUpdate = false; in stopOutput() local1251 forceDeviceUpdate = (mOutputRoutes.hasRoute(session) && (activityCount == 0)); in stopOutput()1253 if (forceDeviceUpdate) { in stopOutput()1258 return stopSource(outputDesc, stream, forceDeviceUpdate); in stopOutput()1263 bool forceDeviceUpdate) in stopSource() argument1278 if (outputDesc->mRefCount[stream] == 0 || forceDeviceUpdate) { in stopSource()