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

/frameworks/base/media/java/android/media/tv/
H A DITvRemoteServiceInput.aidl27 void sendTimestamp(IBinder token, long timestamp);
/frameworks/base/media/lib/tvremote/java/com/android/media/tv/remoteprovider/
H A DTvRemoteProvider.java167 * sendTimestamp : Send a timestamp for a set of pointer events
174 public void sendTimestamp(IBinder token, long timestamp) throws RuntimeException { method in class:TvRemoteProvider
175 if (DEBUG_KEYS) Log.d(TAG, "sendTimestamp() token: " + token +
178 mRemoteServiceInput.sendTimestamp(token, timestamp);
/frameworks/base/services/core/java/com/android/server/tv/
H A DUinputBridge.java96 public void sendTimestamp(IBinder token, long timestamp) { method in class:UinputBridge
H A DTvRemoteProviderProxy.java402 void sendTimestamp(final IBinder token, final long timestamp) { method in class:TvRemoteProviderProxy.Connection
599 public void sendTimestamp(IBinder token, long timestamp) throws RemoteException { method in class:TvRemoteProviderProxy.RemoteServiceInputProvider
602 connection.sendTimestamp(token, timestamp);
H A DTvRemoteService.java153 inputBridge.sendTimestamp(token, timestamp);

Completed in 193 milliseconds