Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Stream.cpp714 Mutex::Autolock l(mOutstandingBuffersLock); in getBuffer()
727 Mutex::Autolock l(mOutstandingBuffersLock); in isOutstandingBuffer()
742 Mutex::Autolock l(mOutstandingBuffersLock); in removeOutstandingBuffer()
830 Mutex::Autolock l(mOutstandingBuffersLock); in getInputBuffer()
1120 Mutex::Autolock l(mOutstandingBuffersLock); in getBuffers()
DCamera3Stream.h618 mutable Mutex mOutstandingBuffersLock; variable