Home
last modified time | relevance | path

Searched defs:attributionSourceState (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/opt/net/voip/src/java/android/net/rtp/
H A DAudioGroup.java173 try (AttributionSource.ScopedParcelState attributionSourceState = mContext in add()
/aosp12/frameworks/base/core/java/android/content/
H A DAttributionSource.java162 public AttributionSource(@NonNull AttributionSourceState attributionSourceState) { in AttributionSource()
/aosp12/frameworks/base/media/java/android/media/
H A DAudioRecord.java466 try (ScopedParcelState attributionSourceState = attributionSource.asScopedParcelState()) { in AudioRecord()
525 try (ScopedParcelState attributionSourceState = AttributionSource.myAttributionSource() in deferred_connect()
2239 try (ScopedParcelState attributionSourceState = attributionSource.asScopedParcelState()) { in native_setup()
H A DMediaRecorder.java166 try (ScopedParcelState attributionSourceState = context.getAttributionSource() in MediaRecorder()
1909 try (ScopedParcelState attributionSourceState = attributionSource.asScopedParcelState()) { in native_setup()
H A DMediaPlayer.java696 try (ScopedParcelState attributionSourceState = attributionSource.asScopedParcelState()) { in MediaPlayer()
/aosp12/frameworks/base/media/java/android/media/audiofx/
H A DVisualizer.java227 try (ScopedParcelState attributionSourceState = AttributionSource.myAttributionSource() in Visualizer()
H A DAudioEffect.java521 try (ScopedParcelState attributionSourceState = AttributionSource.myAttributionSource() in AudioEffect()