Searched refs:shouldChange (Results 1 – 1 of 1) sorted by relevance
639 bool shouldChange = !hasAppOps; // check if we need to update. in checkPlayAudioForUsage() local640 if (mHasOpPlayAudio.compare_exchange_strong(shouldChange, hasAppOps)) { in checkPlayAudioForUsage()