Lines Matching refs:adjAttributionSource

325     AttributionSourceState adjAttributionSource = attributionSource;  in getOutputForAttr()  local
333 adjAttributionSource.uid = callingUidAidl; in getOutputForAttr()
336 aidl2legacy_int32_t_uid_t(adjAttributionSource.uid)))) { in getOutputForAttr()
340 && !bypassInterruptionPolicyAllowed(adjAttributionSource)) { in getOutputForAttr()
348 adjAttributionSource, in getOutputForAttr()
361 if (!modifyPhoneStateAllowed(adjAttributionSource)) { in getOutputForAttr()
363 __func__, adjAttributionSource.uid); in getOutputForAttr()
368 if (!modifyAudioRoutingAllowed(adjAttributionSource)) { in getOutputForAttr()
370 __func__, adjAttributionSource.uid); in getOutputForAttr()
383 new AudioPlaybackClient(attr, output, adjAttributionSource, session, in getOutputForAttr()
564 AttributionSourceState adjAttributionSource = attributionSource; in getInputForAttr() local
574 adjAttributionSource.uid = VALUE_OR_RETURN_BINDER_STATUS(legacy2aidl_uid_t_int32_t( in getInputForAttr()
584 __func__, adjAttributionSource.uid, callingPid, attributionSource.pid); in getInputForAttr()
585 adjAttributionSource.pid = callingPid; in getInputForAttr()
589 adjAttributionSource))); in getInputForAttr()
595 if (!(recordingAllowed(adjAttributionSource, attr.source) in getInputForAttr()
598 __func__, adjAttributionSource.toString().c_str()); in getInputForAttr()
602 bool canCaptureOutput = captureAudioOutputAllowed(adjAttributionSource); in getInputForAttr()
612 && !captureTunerAudioInputAllowed(adjAttributionSource) in getInputForAttr()
617 bool canCaptureHotword = captureHotwordAllowed(adjAttributionSource); in getInputForAttr()
625 " for uid %d pid %d", __func__, adjAttributionSource.uid, adjAttributionSource.pid); in getInputForAttr()
639 adjAttributionSource, &config, in getInputForAttr()
663 if (!modifyAudioRoutingAllowed(adjAttributionSource)) { in getInputForAttr()
684 selectedDeviceId, adjAttributionSource, in getInputForAttr()