Home
last modified time | relevance | path

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

/aosp12/packages/apps/Camera2/src/com/android/camera/async/
H A DCountableBufferQueue.java45 private final Object mCountLock; field in CountableBufferQueue
58 mCountLock = new Object(); in CountableBufferQueue()
74 synchronized (mCountLock) { in decrementSize()
115 synchronized (mCountLock) { in update()