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 182 jobject inputApplicationHandleObj = env->GetObjectField(inputWindowHandleObj,
185 android_server_InputApplicationHandle_getHandle(env, inputApplicationHandleObj);
186 env->DeleteLocalRef(inputApplicationHandleObj);
com_android_server_input_InputManagerService.cpp 682 jobject inputApplicationHandleObj =
689 gServiceClassInfo.notifyANR, inputApplicationHandleObj, inputWindowHandleObj,
699 env->DeleteLocalRef(inputApplicationHandleObj);
    [all...]

Completed in 71 milliseconds