Searched refs:mInterfaceLock (Results 1 – 2 of 2) sorted by relevance
228 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 …]
340 mutable Mutex mInterfaceLock; member