• Home
  • Raw
  • Download

Lines Matching defs:attributionSource

115 static bool checkRecordingInternal(const AttributionSourceState& attributionSource,  in checkRecordingInternal()
151 bool recordingAllowed(const AttributionSourceState& attributionSource, audio_source_t source) { in recordingAllowed()
155 bool startRecording(const AttributionSourceState& attributionSource, const String16& msg, in startRecording()
160 void finishRecording(const AttributionSourceState& attributionSource, audio_source_t source) { in finishRecording()
181 bool captureAudioOutputAllowed(const AttributionSourceState& attributionSource) { in captureAudioOutputAllowed()
195 bool captureMediaOutputAllowed(const AttributionSourceState& attributionSource) { in captureMediaOutputAllowed()
205 bool captureTunerAudioInputAllowed(const AttributionSourceState& attributionSource) { in captureTunerAudioInputAllowed()
215 bool captureVoiceCommunicationOutputAllowed(const AttributionSourceState& attributionSource) { in captureVoiceCommunicationOutputAllowed()
226 bool accessUltrasoundAllowed(const AttributionSourceState& attributionSource) { in accessUltrasoundAllowed()
237 bool captureHotwordAllowed(const AttributionSourceState& attributionSource) { in captureHotwordAllowed()
268 bool modifyAudioRoutingAllowed(const AttributionSourceState& attributionSource) { in modifyAudioRoutingAllowed()
283 bool modifyDefaultAudioEffectsAllowed(const AttributionSourceState& attributionSource) { in modifyDefaultAudioEffectsAllowed()
306 bool modifyPhoneStateAllowed(const AttributionSourceState& attributionSource) { in modifyPhoneStateAllowed()
315 bool bypassInterruptionPolicyAllowed(const AttributionSourceState& attributionSource) { in bypassInterruptionPolicyAllowed()
327 bool callAudioInterceptionAllowed(const AttributionSourceState& attributionSource) { in callAudioInterceptionAllowed()
339 AttributionSourceState attributionSource = AttributionSourceState(); in getCallingAttributionSource() local