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

  /frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp 568 jlong newTimeout = env->CallLongMethod(mServiceObj,
571 newTimeout = 0; // abort dispatch
573 assert(newTimeout >= 0);
578 return newTimeout;
    [all...]
  /frameworks/base/services/input/
InputDispatcher.cpp     [all...]
InputDispatcher.h     [all...]

Completed in 55 milliseconds