Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp174 AttributionSourceState checkedAttributionSource = attributionSource; in checkAttributionSourcePackage() local
178 checkedAttributionSource.packageName = in checkAttributionSourcePackage()
189 checkedAttributionSource.packageName = std::optional<std::string>(); in checkAttributionSourcePackage()
192 return checkedAttributionSource; in checkAttributionSourcePackage()
H A DTracks.cpp533 AttributionSourceState checkedAttributionSource = AudioFlinger::checkAttributionSourcePackage( in createIfNeeded() local
535 return new OpPlayAudioMonitor(checkedAttributionSource, attr.usage, id); in createIfNeeded()
H A DThreads.cpp8141 AttributionSourceState checkedAttributionSource = AudioFlinger::checkAttributionSourcePackage( in createRecordTrack_l() local
8157 if (!captureHotwordAllowed(checkedAttributionSource)) { in createRecordTrack_l()
8279 && mSharedAudioPackageName == checkedAttributionSource.packageName in createRecordTrack_l()
8281 && captureHotwordAllowed(checkedAttributionSource)) { in createRecordTrack_l()
8288 checkedAttributionSource, *flags, TrackBase::TYPE_DEFAULT, portId, in createRecordTrack_l()