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);
/external/okhttp/src/main/java/com/squareup/okhttp/
Connection.java
297
public final void updateReadTimeout(int
newTimeout
) throws IOException {
299
socket.setSoTimeout(
newTimeout
);
/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
...]
InputDispatcher.h
[
all
...]
Completed in 68 milliseconds