OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:newtimeout
(Results
1 - 5
of
5
) sorted by null
/external/libpcap/
pcap-win32.c
726
int
newtimeout
;
local
732
newtimeout
= -1;
739
newtimeout
= p->timeout;
741
if (!PacketSetReadTimeout(p->adapter,
newtimeout
)) {
746
p->nonblock = (
newtimeout
== -1);
/frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp
615
jlong
newTimeout
= env->CallLongMethod(mServiceObj,
618
newTimeout
= 0; // abort dispatch
620
assert(
newTimeout
>= 0);
625
return
newTimeout
;
[
all
...]
/frameworks/base/services/input/
InputDispatcher.cpp
[
all
...]
InputDispatcher.h
[
all
...]
/frameworks/base/services/java/com/android/server/
PowerManagerService.java
[
all
...]
Completed in 568 milliseconds