Searched refs:MyPlayerEventCallback (Results 1 – 4 of 4) sorted by relevance
50 private final MyPlayerEventCallback mPlayerCallback;73 private class MyPlayerEventCallback extends PlayerEventCallback { class in SessionPlaylistAgent145 mPlayerCallback = new MyPlayerEventCallback(); in SessionPlaylistAgent()
151 mPlayerEventCallback = new MyPlayerEventCallback(this); in MediaSession2Impl()834 private static class MyPlayerEventCallback extends PlayerEventCallback { class in MediaSession2Impl837 private MyPlayerEventCallback(MediaSession2Impl session) { in MyPlayerEventCallback() method in MediaSession2Impl.MyPlayerEventCallback
46 private final MyPlayerEventCallback mPlayerCallback;69 private class MyPlayerEventCallback extends PlayerEventCallback { class in SessionPlaylistAgentImplBase146 mPlayerCallback = new MyPlayerEventCallback(); in SessionPlaylistAgentImplBase()
120 mPlayerEventCallback = new MyPlayerEventCallback(this); in MediaSession2ImplBase()1165 private static class MyPlayerEventCallback extends PlayerEventCallback { class in MediaSession2ImplBase1168 private MyPlayerEventCallback(MediaSession2ImplBase session) { in MyPlayerEventCallback() method in MediaSession2ImplBase.MyPlayerEventCallback1188 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()