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 181 jobject inputApplicationHandleObj = env->GetObjectField(inputWindowHandleObj,
184 android_server_InputApplicationHandle_getHandle(env, inputApplicationHandleObj);
185 env->DeleteLocalRef(inputApplicationHandleObj);
com_android_server_input_InputManagerService.cpp 565 jobject inputApplicationHandleObj =
572 gServiceClassInfo.notifyANR, inputApplicationHandleObj, inputWindowHandleObj,
582 env->DeleteLocalRef(inputApplicationHandleObj);
    [all...]

Completed in 345 milliseconds