Lines Matching refs:OpPlayAudioMonitor
565 sp<OpPlayAudioMonitor> OpPlayAudioMonitor::createIfNeeded( in createIfNeeded()
591 return sp<OpPlayAudioMonitor>::make(thread, attributionSource, attr.usage, id, uid); in createIfNeeded()
594 OpPlayAudioMonitor::OpPlayAudioMonitor(IAfThreadBase* thread, in OpPlayAudioMonitor() function in android::OpPlayAudioMonitor
605 OpPlayAudioMonitor::~OpPlayAudioMonitor() in ~OpPlayAudioMonitor()
613 void OpPlayAudioMonitor::onFirstRef() in onFirstRef()
626 bool OpPlayAudioMonitor::hasOpPlayAudio() const { in hasOpPlayAudio()
633 void OpPlayAudioMonitor::checkPlayAudioForUsage(bool doBroadcast) { in checkPlayAudioForUsage()
654 OpPlayAudioMonitor::PlayAudioOpCallback::PlayAudioOpCallback( in PlayAudioOpCallback()
655 const wp<OpPlayAudioMonitor>& monitor) : mMonitor(monitor) in PlayAudioOpCallback()
658 void OpPlayAudioMonitor::PlayAudioOpCallback::opChanged(int32_t op, in opChanged()
665 sp<OpPlayAudioMonitor> monitor = mMonitor.promote(); in opChanged()
672 void OpPlayAudioMonitor::getPackagesForUid( in getPackagesForUid()
776 mOpPlayAudioMonitor(OpPlayAudioMonitor::createIfNeeded(thread, attributionSource, attr, id(), in Track()