OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sendTimestamp
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/media/java/android/media/tv/
ITvRemoteServiceInput.aidl
27
void
sendTimestamp
(IBinder token, long timestamp);
/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 127 milliseconds