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

/frameworks/base/services/core/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
175 AutoMutex _l(gHandleMutex);
201 AutoMutex _l(gHandleMutex);

Completed in 70 milliseconds