Lines Matching defs:attributionSource
110 static bool checkRecordingInternal(const AttributionSourceState& attributionSource, in checkRecordingInternal()
146 bool recordingAllowed(const AttributionSourceState& attributionSource, audio_source_t source) { in recordingAllowed()
150 bool startRecording(const AttributionSourceState& attributionSource, const String16& msg, in startRecording()
155 void finishRecording(const AttributionSourceState& attributionSource, audio_source_t source) { in finishRecording()
176 bool captureAudioOutputAllowed(const AttributionSourceState& attributionSource) { in captureAudioOutputAllowed()
186 bool captureMediaOutputAllowed(const AttributionSourceState& attributionSource) { in captureMediaOutputAllowed()
196 bool captureTunerAudioInputAllowed(const AttributionSourceState& attributionSource) { in captureTunerAudioInputAllowed()
206 bool captureVoiceCommunicationOutputAllowed(const AttributionSourceState& attributionSource) { in captureVoiceCommunicationOutputAllowed()
217 bool captureHotwordAllowed(const AttributionSourceState& attributionSource) { in captureHotwordAllowed()
248 bool modifyAudioRoutingAllowed(const AttributionSourceState& attributionSource) { in modifyAudioRoutingAllowed()
263 bool modifyDefaultAudioEffectsAllowed(const AttributionSourceState& attributionSource) { in modifyDefaultAudioEffectsAllowed()
286 bool modifyPhoneStateAllowed(const AttributionSourceState& attributionSource) { in modifyPhoneStateAllowed()
295 bool bypassInterruptionPolicyAllowed(const AttributionSourceState& attributionSource) { in bypassInterruptionPolicyAllowed()
308 AttributionSourceState attributionSource = AttributionSourceState(); in getCallingAttributionSource() local