HomeSort by relevance Sort by last modified time
    Searched defs:inputApplicationHandleObj (Results 1 - 2 of 2) sorted by null

  /frameworks/base/services/core/jni/
com_android_server_input_InputWindowHandle.cpp 185 jobject inputApplicationHandleObj = env->GetObjectField(inputWindowHandleObj,
188 android_server_InputApplicationHandle_getHandle(env, inputApplicationHandleObj);
189 env->DeleteLocalRef(inputApplicationHandleObj);
com_android_server_input_InputManagerService.cpp 583 jobject inputApplicationHandleObj =
590 gServiceClassInfo.notifyANR, inputApplicationHandleObj, inputWindowHandleObj,
600 env->DeleteLocalRef(inputApplicationHandleObj);
    [all...]

Completed in 29 milliseconds