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

  /frameworks/base/services/core/jni/
com_android_server_input_InputManagerService.cpp 68 jmethodID notifyInputDevicesChanged;
199 virtual void notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices);
479 void NativeInputManager::notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices) {
499 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyInputDevicesChanged,
506 checkAndClearExceptionFromCallback(env, "notifyInputDevicesChanged");
    [all...]
  /frameworks/base/services/core/java/com/android/server/input/
InputManagerService.java 688 mTempInputDevicesChangedListenersToNotify.get(i).notifyInputDevicesChanged(
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.h 308 virtual void notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices) = 0;
    [all...]
InputReader.cpp 308 mPolicy->notifyInputDevicesChanged(inputDevices);
    [all...]
  /frameworks/native/services/inputflinger/tests/
InputReader_test.cpp 195 virtual void notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices) {
    [all...]

Completed in 140 milliseconds