Home
last modified time | relevance | path

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

/frameworks/av/services/audioflinger/
DPlaybackTracks.h224 return mOpPlayAudioMonitor ? !mOpPlayAudioMonitor->hasOpPlayAudio() : false; } in isPlaybackRestricted()
254 sp<OpPlayAudioMonitor> mOpPlayAudioMonitor; variable
DTracks.cpp534 mOpPlayAudioMonitor(OpPlayAudioMonitor::createIfNeeded(uid, attr, id(), streamType)), in Track()