Home
last modified time | relevance | path

Searched refs:reportPlaybackErrorEvent (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/media/java/android/media/metrics/
H A DPlaybackSession.java58 public void reportPlaybackErrorEvent(@NonNull PlaybackErrorEvent event) { in reportPlaybackErrorEvent() method in PlaybackSession
59 mManager.reportPlaybackErrorEvent(mId, event); in reportPlaybackErrorEvent()
H A DMediaMetricsManager.java123 public void reportPlaybackErrorEvent(@NonNull String sessionId, PlaybackErrorEvent event) { in reportPlaybackErrorEvent() method in MediaMetricsManager
125 mService.reportPlaybackErrorEvent(sessionId, event, mUserId); in reportPlaybackErrorEvent()
H A DIMediaMetricsManager.aidl34 void reportPlaybackErrorEvent(in String sessionId, in PlaybackErrorEvent event, int userId); in reportPlaybackErrorEvent() method
/aosp12/frameworks/base/services/core/java/com/android/server/media/metrics/
H A DMediaMetricsManagerService.java225 public void reportPlaybackErrorEvent( in reportPlaybackErrorEvent() method in MediaMetricsManagerService.BinderService
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt24915 method public void reportPlaybackErrorEvent(@NonNull android.media.metrics.PlaybackErrorEvent);
/aosp12/frameworks/base/services/
H A Dart-profile25096 …server/media/metrics/MediaMetricsManagerService$BinderService;->reportPlaybackErrorEvent(Ljava/lan…