Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/java/android/media/tv/
H A DITvRemoteServiceInput.aidl31 void sendTimestamp(IBinder token, long timestamp); in sendTimestamp() method
/aosp12/frameworks/base/media/lib/tvremote/java/com/android/media/tv/remoteprovider/
H A DTvRemoteProvider.java306 public void sendTimestamp(@NonNull IBinder token, long timestamp) throws RuntimeException { in sendTimestamp() method in TvRemoteProvider
311 mRemoteServiceInput.sendTimestamp(token, timestamp); in sendTimestamp()
/aosp12/frameworks/base/media/lib/tvremote/api/
H A Dcurrent.txt21 …method public void sendTimestamp(@NonNull android.os.IBinder, long) throws java.lang.RuntimeExcept…
/aosp12/frameworks/base/services/core/java/com/android/server/tv/
H A DTvRemoteServiceInput.java176 public void sendTimestamp(IBinder token, long timestamp) { in sendTimestamp() method in TvRemoteServiceInput
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt34178 Landroid/media/tv/ITvRemoteServiceInput$Stub$Proxy;->sendTimestamp(Landroid/os/IBinder;J)V