Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp80 jmethodID notifyInputDevicesChanged; member
231 virtual void notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices);
572 void NativeInputManager::notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices) { in notifyInputDevicesChanged() function in android::NativeInputManager
593 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyInputDevicesChanged, in notifyInputDevicesChanged()
1753 GET_METHOD_ID(gServiceClassInfo.notifyInputDevicesChanged, clazz, in register_android_server_InputManager()
/frameworks/base/services/core/java/com/android/server/input/
DInputManagerService.java779 mTempInputDevicesChangedListenersToNotify.get(i).notifyInputDevicesChanged( in deliverInputDevicesChanged()
1768 private void notifyInputDevicesChanged(InputDevice[] inputDevices) { in notifyInputDevicesChanged() method in InputManagerService
2141 public void notifyInputDevicesChanged(int[] info) { in notifyInputDevicesChanged() method in InputManagerService.InputDevicesChangedListenerRecord
/frameworks/native/services/inputflinger/
DInputReader.h269 virtual void notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices) = 0;
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp234 virtual void notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices) { in notifyInputDevicesChanged() function in android::FakeInputReaderPolicy