HomeSort by relevance Sort by last modified time
    Searched refs:newTimeout (Results 1 - 4 of 4) sorted by null

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Connection.java 326 public void updateReadTimeout(int newTimeout) throws IOException {
328 socket.setSoTimeout(newTimeout);
  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 589 jlong newTimeout = env->CallLongMethod(mServiceObj,
593 newTimeout = 0; // abort dispatch
595 assert(newTimeout >= 0);
601 return newTimeout;
    [all...]
  /frameworks/native/services/inputflinger/
InputDispatcher.cpp     [all...]
InputDispatcher.h     [all...]

Completed in 67 milliseconds