HomeSort by relevance Sort by last modified time
    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 104 milliseconds