Home
last modified time | relevance | path

Searched refs:scheduleNotification (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
DMediaPlayer.java5545 private void scheduleNotification(int type, long delayUs) { in scheduleNotification() method in MediaPlayer.TimeProvider
5577 scheduleNotification(NOTIFY_TIME, 0 /* delay */); in onNotifyTime()
5588 scheduleNotification(NOTIFY_SEEK, 0 /* delay */); in onPaused()
5592 scheduleNotification(NOTIFY_TIME, 0 /* delay */); in onPaused()
5602 scheduleNotification(NOTIFY_TIME, 0 /* delay */); in onBuffering()
5614 scheduleNotification(NOTIFY_STOP, 0 /* delay */); in onStopped()
5624 scheduleNotification(NOTIFY_SEEK, 0 /* delay */); in onSeekComplete()
5635 scheduleNotification(NOTIFY_SEEK, 0 /* delay */); in onNewPlayer()
5706 scheduleNotification(NOTIFY_TIME, 0 /* delay */); in notifyAt()
5717 scheduleNotification(NOTIFY_TIME, 0 /* delay */); in scheduleUpdate()
[all …]
/frameworks/base/config/
Dboot-image-profile.txt13191 HSPLandroid/media/MediaPlayer$TimeProvider;->scheduleNotification(IJ)V