Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DTracks.cpp634 const bool hasAppOps = in checkPlayAudioForUsage() local
639 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()