OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:inputApplicationHandleObj
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/jni/
com_android_server_InputWindowHandle.cpp
175
jobject
inputApplicationHandleObj
= env->GetObjectField(inputWindowHandleObj,
178
android_server_InputApplicationHandle_getHandle(env,
inputApplicationHandleObj
);
179
env->DeleteLocalRef(
inputApplicationHandleObj
);
com_android_server_InputManager.cpp
538
jobject
inputApplicationHandleObj
=
544
gCallbacksClassInfo.notifyANR,
inputApplicationHandleObj
, inputWindowHandleObj);
552
env->DeleteLocalRef(
inputApplicationHandleObj
);
[
all
...]
Completed in 407 milliseconds