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

  /frameworks/base/services/jni/
com_android_server_input_InputWindowHandle.cpp 178 jobject inputApplicationHandleObj = env->GetObjectField(inputWindowHandleObj,
181 android_server_InputApplicationHandle_getHandle(env, inputApplicationHandleObj);
182 env->DeleteLocalRef(inputApplicationHandleObj);
com_android_server_input_InputManagerService.cpp 563 jobject inputApplicationHandleObj =
569 gServiceClassInfo.notifyANR, inputApplicationHandleObj, inputWindowHandleObj);
577 env->DeleteLocalRef(inputApplicationHandleObj);
    [all...]

Completed in 109 milliseconds