OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mInterfaceLock
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.cpp
106
Mutex::Autolock il(
mInterfaceLock
);
339
Mutex::Autolock il(
mInterfaceLock
);
658
bool gotInterfaceLock = tryLockSpinRightRound(
mInterfaceLock
);
792
if (gotInterfaceLock)
mInterfaceLock
.unlock();
[
all
...]
Camera3Device.h
250
Mutex
mInterfaceLock
;
582
* Must be called with mLock and
mInterfaceLock
held.
604
* Must be called with mLock and
mInterfaceLock
both held.
610
* Must be called with mLock and
mInterfaceLock
both held.
619
* Needs to be called with mLock and
mInterfaceLock
held. This means there
630
* Need to be called with mLock and
mInterfaceLock
held.
[
all
...]
Completed in 49 milliseconds