Searched refs:hasAppOps (Results 1 – 1 of 1) sorted by relevance
634 const bool hasAppOps = in checkPlayAudioForUsage() local639 bool shouldChange = !hasAppOps; // check if we need to update. in checkPlayAudioForUsage()640 if (mHasOpPlayAudio.compare_exchange_strong(shouldChange, hasAppOps)) { in checkPlayAudioForUsage()642 String8(mPackageName).c_str(), mUsage, hasAppOps ? "not " : ""); in checkPlayAudioForUsage()