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

  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 73 jmethodID notifyInputDevicesChanged;
218 virtual void notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices);
550 void NativeInputManager::notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices) {
570 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyInputDevicesChanged,
577 checkAndClearExceptionFromCallback(env, "notifyInputDevicesChanged");
    [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java 752 mTempInputDevicesChangedListenersToNotify.get(i).notifyInputDevicesChanged(
    [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 217 virtual void notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices) {
    [all...]

Completed in 180 milliseconds