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

  /frameworks/base/services/jni/
com_android_server_input_InputManagerService.cpp 65 jmethodID notifyInputDevicesChanged;
184 virtual void notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices);
462 void NativeInputManager::notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices) {
482 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyInputDevicesChanged,
489 checkAndClearExceptionFromCallback(env, "notifyInputDevicesChanged");
    [all...]
  /frameworks/base/services/java/com/android/server/input/
InputManagerService.java 661 mTempInputDevicesChangedListenersToNotify.get(i).notifyInputDevicesChanged(
    [all...]
  /frameworks/base/services/input/tests/
InputReader_test.cpp 185 virtual void notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices) {
    [all...]

Completed in 728 milliseconds