Home
last modified time | relevance | path

Searched refs:notifyInputDevicesChanged (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/services/inputflinger/include/
DInputReaderBase.h343 virtual void notifyInputDevicesChanged(const std::vector<InputDeviceInfo>& inputDevices) = 0;
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp88 jmethodID notifyInputDevicesChanged; member
229 virtual void notifyInputDevicesChanged(const std::vector<InputDeviceInfo>& inputDevices);
585 void NativeInputManager::notifyInputDevicesChanged(const std::vector<InputDeviceInfo>& inputDevices… in notifyInputDevicesChanged() function in android::NativeInputManager
606 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyInputDevicesChanged, in notifyInputDevicesChanged()
1843 GET_METHOD_ID(gServiceClassInfo.notifyInputDevicesChanged, clazz, in register_android_server_InputManager()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java832 mTempInputDevicesChangedListenersToNotify.get(i).notifyInputDevicesChanged( in deliverInputDevicesChanged()
1892 private void notifyInputDevicesChanged(InputDevice[] inputDevices) { in notifyInputDevicesChanged() method in InputManagerService
2406 public void notifyInputDevicesChanged(int[] info) { in notifyInputDevicesChanged() method in InputManagerService.InputDevicesChangedListenerRecord
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp136 mPolicy->notifyInputDevicesChanged(inputDevices); in loopOnce()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp325 virtual void notifyInputDevicesChanged(const std::vector<InputDeviceInfo>& inputDevices) { in notifyInputDevicesChanged() function in android::FakeInputReaderPolicy
/frameworks/base/services/
Dart-profile16443 …server/input/InputManagerService$InputDevicesChangedListenerRecord;->notifyInputDevicesChanged([I)V
16529 HSPLcom/android/server/input/InputManagerService;->notifyInputDevicesChanged([Landroid/view/InputDe…