Searched defs:gHandleMutex (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/jni/
H A Dcom_android_server_input_InputApplicationHandle.cpp34 static Mutex gHandleMutex; member in namespace:android
91 AutoMutex _l(gHandleMutex);
111 AutoMutex _l(gHandleMutex);
H A Dcom_android_server_input_InputWindowHandle.cpp59 static Mutex gHandleMutex; member in namespace:android
174 AutoMutex _l(gHandleMutex);
200 AutoMutex _l(gHandleMutex);

Completed in 46 milliseconds