Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/tv/
DITvRemoteServiceInput.aidl31 void sendTimestamp(IBinder token, long timestamp); in sendTimestamp() method
/frameworks/base/media/lib/tvremote/java/com/android/media/tv/remoteprovider/
DTvRemoteProvider.java245 public void sendTimestamp(IBinder token, long timestamp) throws RuntimeException { in sendTimestamp() method in TvRemoteProvider
250 mRemoteServiceInput.sendTimestamp(token, timestamp); in sendTimestamp()
/frameworks/base/media/lib/tvremote/api/
Dcurrent.txt17 method public void sendTimestamp(android.os.IBinder, long) throws java.lang.RuntimeException;
/frameworks/base/services/core/java/com/android/server/tv/
DTvRemoteServiceInput.java176 public void sendTimestamp(IBinder token, long timestamp) { in sendTimestamp() method in TvRemoteServiceInput