Searched defs:mLastCapturedImageTimestamp (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/one/v2/
H A DOneCameraZslImpl.java170 private final AtomicLong mLastCapturedImageTimestamp = new AtomicLong(0); field in class:OneCameraZslImpl
240 synchronized (mLastCapturedImageTimestamp) {
241 if (timestamp > mLastCapturedImageTimestamp.get()) {
242 mLastCapturedImageTimestamp.set(timestamp);
387 if (timestamp <= mLastCapturedImageTimestamp.get()) {

Completed in 31 milliseconds