HomeSort by relevance Sort by last modified time
    Searched refs:timestampNanos (Results 1 - 9 of 9) sorted by null

  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/gatt/
GattServiceTest.java 17 long timestampNanos = service.parseTimestampNanos(new byte[] {
19 assertEquals(99700000000L, timestampNanos);
  /frameworks/base/core/java/android/view/
DisplayEventReceiver.java 104 * @param timestampNanos The timestamp of the pulse, in the {@link System#nanoTime()}
110 public void onVsync(long timestampNanos, int builtInDisplayId, int frame) {
116 * @param timestampNanos The timestamp of the event, in the {@link System#nanoTime()}
122 public void onHotplug(long timestampNanos, int builtInDisplayId, boolean connected) {
140 private void dispatchVsync(long timestampNanos, int builtInDisplayId, int frame) {
141 onVsync(timestampNanos, builtInDisplayId, frame);
146 private void dispatchHotplug(long timestampNanos, int builtInDisplayId, boolean connected) {
147 onHotplug(timestampNanos, builtInDisplayId, connected);
Choreographer.java 796 public void onVsync(long timestampNanos, int builtInDisplayId, int frame) {
    [all...]
  /packages/apps/Camera2/src/com/android/camera/one/v2/stats/
PreviewFpsListener.java 49 public void onStarted(long timestampNanos) {
51 mLastFrameTimeNanos = timestampNanos;
55 long elapsedNanos = (timestampNanos - mLastFrameTimeNanos);
73 mLastFrameTimeNanos = timestampNanos;
  /frameworks/base/core/java/android/bluetooth/le/
ScanResult.java 49 * @param timestampNanos Device timestamp when the scan result was observed.
52 long timestampNanos) {
56 mTimestampNanos = timestampNanos;
  /frameworks/base/services/core/java/com/android/server/display/
LocalDisplayAdapter.java 460 public void onHotplug(long timestampNanos, int builtInDisplayId, boolean connected) {
  /frameworks/base/services/core/java/com/android/server/
NetworkManagementService.java 800 long timestampNanos = 0;
803 timestampNanos = Long.parseLong(cooked[4]);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java     [all...]
  /prebuilts/sdk/21/
android.jar 

Completed in 1313 milliseconds