OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gHandleMutex
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/jni/
com_android_server_input_InputApplicationHandle.cpp
34
static Mutex
gHandleMutex
;
91
AutoMutex _l(
gHandleMutex
);
111
AutoMutex _l(
gHandleMutex
);
com_android_server_input_InputWindowHandle.cpp
59
static Mutex
gHandleMutex
;
174
AutoMutex _l(
gHandleMutex
);
200
AutoMutex _l(
gHandleMutex
);
Completed in 156 milliseconds