Searched refs:getCaptureStartTime (Results 1 – 5 of 5) sorted by relevance
102 if (c.getCaptureStartTime() > 0) { in testShotToShotLatency()103 captureTimes.add(c.getCaptureStartTime()); in testShotToShotLatency()
101 if (c.getCaptureStartTime() > 0) { in testShotToShotLatency()102 captureTimes.add(c.getCaptureStartTime()); in testShotToShotLatency()
16 public long getCaptureStartTime();
24 public long getCaptureStartTime();
2794 public long getCaptureStartTime() { in getCaptureStartTime() method in CameraActivity