Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DTracks.cpp639 bool shouldChange = !hasAppOps; // check if we need to update. in checkPlayAudioForUsage() local
640 if (mHasOpPlayAudio.compare_exchange_strong(shouldChange, hasAppOps)) { in checkPlayAudioForUsage()