HomeSort by relevance Sort by last modified time
    Searched defs:notifySwitch (Results 1 - 6 of 6) sorted by null

  /frameworks/base/services/input/
InputListener.cpp 118 listener->notifySwitch(this);
163 void QueuedInputListener::notifySwitch(const NotifySwitchArgs* args) {
InputDispatcher.cpp     [all...]
  /frameworks/base/services/input/tests/
InputDispatcher_test.cpp 88 virtual void notifySwitch(nsecs_t when,
InputReader_test.cpp 266 << "Expected notifySwitch() to have been called.";
290 virtual void notifySwitch(const NotifySwitchArgs* args) {
    [all...]
  /frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp 66 jmethodID notifySwitch;
190 virtual void notifySwitch(nsecs_t when, uint32_t switchValues, uint32_t switchMask,
530 void NativeInputManager::notifySwitch(nsecs_t when,
533 ALOGD("notifySwitch - when=%lld, switchValues=0x%08x, switchMask=0x%08x, policyFlags=0x%x",
539 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifySwitch,
541 checkAndClearExceptionFromCallback(env, "notifySwitch");
    [all...]
  /frameworks/base/services/java/com/android/server/input/
InputManagerService.java     [all...]

Completed in 303 milliseconds