Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Stream.cpp677 Mutex::Autolock l(mOutstandingBuffersLock); in getBuffer()
690 Mutex::Autolock l(mOutstandingBuffersLock); in isOutstandingBuffer()
705 Mutex::Autolock l(mOutstandingBuffersLock); in removeOutstandingBuffer()
793 Mutex::Autolock l(mOutstandingBuffersLock); in getInputBuffer()
1071 Mutex::Autolock l(mOutstandingBuffersLock); in getBuffers()
DCamera3Stream.h604 mutable Mutex mOutstandingBuffersLock; variable