OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newTimeout
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp
571
jlong
newTimeout
= env->CallLongMethod(mServiceObj,
575
newTimeout
= 0; // abort dispatch
577
assert(
newTimeout
>= 0);
583
return
newTimeout
;
[
all
...]
/frameworks/base/services/input/
InputDispatcher.cpp
[
all
...]
Completed in 54 milliseconds