Home
last modified time | relevance | path

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

/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp228 bool intfLocked = tryLock(mInterfaceLock); in dumpState()
300 mInterfaceLock.unlock(); in dumpState()
350 Mutex::Autolock _il(mInterfaceLock); in configureStreams()
366 Mutex::Autolock _il(mInterfaceLock); in configureStreams_3_3()
379 Mutex::Autolock _il(mInterfaceLock); in configureStreams_3_4()
413 Mutex::Autolock _il(mInterfaceLock); in getCaptureRequestMetadataQueue()
420 Mutex::Autolock _il(mInterfaceLock); in getCaptureResultMetadataQueue()
429 Mutex::Autolock _il(mInterfaceLock); in processCaptureRequest()
449 Mutex::Autolock _il(mInterfaceLock); in processCaptureRequest_3_4()
467 Mutex::Autolock _il(mInterfaceLock); in flush()
[all …]
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraDeviceSession.h340 mutable Mutex mInterfaceLock; member