Home
last modified time | relevance | path

Searched refs:MyPlayerEventCallback (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/packages/MediaComponents/src/com/android/media/
DSessionPlaylistAgent.java50 private final MyPlayerEventCallback mPlayerCallback;
73 private class MyPlayerEventCallback extends PlayerEventCallback { class in SessionPlaylistAgent
145 mPlayerCallback = new MyPlayerEventCallback(); in SessionPlaylistAgent()
DMediaSession2Impl.java151 mPlayerEventCallback = new MyPlayerEventCallback(this); in MediaSession2Impl()
834 private static class MyPlayerEventCallback extends PlayerEventCallback { class in MediaSession2Impl
837 private MyPlayerEventCallback(MediaSession2Impl session) { in MyPlayerEventCallback() method in MediaSession2Impl.MyPlayerEventCallback
/frameworks/support/media/src/main/java/androidx/media/
DSessionPlaylistAgentImplBase.java46 private final MyPlayerEventCallback mPlayerCallback;
69 private class MyPlayerEventCallback extends PlayerEventCallback { class in SessionPlaylistAgentImplBase
146 mPlayerCallback = new MyPlayerEventCallback(); in SessionPlaylistAgentImplBase()
DMediaSession2ImplBase.java120 mPlayerEventCallback = new MyPlayerEventCallback(this); in MediaSession2ImplBase()
1165 private static class MyPlayerEventCallback extends PlayerEventCallback { class in MediaSession2ImplBase
1168 private MyPlayerEventCallback(MediaSession2ImplBase session) { in MyPlayerEventCallback() method in MediaSession2ImplBase.MyPlayerEventCallback
1188 item = MyPlayerEventCallback.this.getMediaItem(session, dsd); in onCurrentDataSourceChanged()
1215 MediaItem2 item = MyPlayerEventCallback.this.getMediaItem(session, dsd); in onMediaPrepared()
1300 final MediaItem2 item = MyPlayerEventCallback.this.getMediaItem(session, dsd); in onBufferingStateChanged()