Home
last modified time | relevance | path

Searched defs:timestampNanos (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
DDisplayEventReceiver.java140 public void onVsync(long timestampNanos, int builtInDisplayId, int frame) { in onVsync()
152 public void onHotplug(long timestampNanos, int builtInDisplayId, boolean connected) { in onHotplug()
170 private void dispatchVsync(long timestampNanos, int builtInDisplayId, int frame) { in dispatchVsync()
176 private void dispatchHotplug(long timestampNanos, int builtInDisplayId, boolean connected) { in dispatchHotplug()
DChoreographer.java887 public void onVsync(long timestampNanos, int builtInDisplayId, int frame) { in onVsync()
/frameworks/base/core/java/android/bluetooth/le/
DScanResult.java106 long timestampNanos) { in ScanResult()
135 ScanRecord scanRecord, long timestampNanos) { in ScanResult()
/frameworks/av/media/libaaudio/tests/
Dtest_timestamps.cpp44 int64_t timestampNanos; member
/frameworks/base/services/core/java/com/android/server/
DNetworkManagementService.java854 long timestampNanos = 0; in onEvent() local