Searched refs: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.cpp58 static Mutex gHandleMutex; member in namespace:android
171 AutoMutex _l(gHandleMutex);
197 AutoMutex _l(gHandleMutex);

Completed in 226 milliseconds