OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mApiLock
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/include/surfaceflinger/
Surface.h
256
mutable Mutex
mApiLock
;
/frameworks/base/libs/surfaceflinger_client/
Surface.cpp
687
if (
mApiLock
.tryLock() != NO_ERROR) {
695
/* Here we're holding
mApiLock
*/
699
mApiLock
.unlock();
764
mApiLock
.unlock();
Completed in 11 milliseconds