HomeSort by relevance Sort by last modified time
    Searched defs:sendTimestamp (Results 1 - 4 of 4) sorted by null

  /frameworks/base/media/lib/tvremote/java/com/android/media/tv/remoteprovider/
TvRemoteProvider.java 167 * sendTimestamp : Send a timestamp for a set of pointer events
174 public void sendTimestamp(IBinder token, long timestamp) throws RuntimeException {
175 if (DEBUG_KEYS) Log.d(TAG, "sendTimestamp() token: " + token +
178 mRemoteServiceInput.sendTimestamp(token, timestamp);
  /frameworks/base/services/core/java/com/android/server/tv/
UinputBridge.java 96 public void sendTimestamp(IBinder token, long timestamp) {
TvRemoteProviderProxy.java 258 void sendTimeStamp(TvRemoteProviderProxy provider, IBinder token, long timestamp);
402 void sendTimestamp(final IBinder token, final long timestamp) {
408 mProviderMethods.sendTimeStamp(TvRemoteProviderProxy.this, token,
417 "sendTimeStamp, Invalid connection or incorrect uid: " + Binder
599 public void sendTimestamp(IBinder token, long timestamp) throws RemoteException {
602 connection.sendTimestamp(token, timestamp);
TvRemoteService.java 153 inputBridge.sendTimestamp(token, timestamp);
301 public void sendTimeStamp(TvRemoteProviderProxy provider, IBinder token, long timestamp) {

Completed in 587 milliseconds