Searched defs:timestampNanos (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | DisplayEventReceiver.java | 140 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()
|
D | Choreographer.java | 887 public void onVsync(long timestampNanos, int builtInDisplayId, int frame) { in onVsync()
|
/frameworks/base/core/java/android/bluetooth/le/ |
D | ScanResult.java | 106 long timestampNanos) { in ScanResult() 135 ScanRecord scanRecord, long timestampNanos) { in ScanResult()
|
/frameworks/av/media/libaaudio/tests/ |
D | test_timestamps.cpp | 44 int64_t timestampNanos; member
|
/frameworks/base/services/core/java/com/android/server/ |
D | NetworkManagementService.java | 854 long timestampNanos = 0; in onEvent() local
|