Home
last modified time | relevance | path

Searched refs:getCaptureStartTime (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Camera2/tests/src/com/android/camera/stress/
H A DShotToShotLatency.java101 if (c.getCaptureStartTime() > 0) { in testShotToShotLatency()
102 captureTimes.add(c.getCaptureStartTime()); in testShotToShotLatency()
/aosp12/packages/apps/Camera2/
H A Dproguard.flags16 public long getCaptureStartTime();
/aosp12/packages/apps/Gallery2/
H A Dproguard.flags24 public long getCaptureStartTime();
/aosp12/packages/apps/Camera2/src/com/android/camera/
H A DCameraActivity.java2862 public long getCaptureStartTime() { in getCaptureStartTime() method in CameraActivity