Home
last modified time | relevance | path

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

/frameworks/base/services/jni/
Dcom_android_server_input_InputManagerService.cpp66 jmethodID notifyInputDevicesChanged; member
185 virtual void notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices);
464 void NativeInputManager::notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices) { in notifyInputDevicesChanged() function in android::NativeInputManager
484 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyInputDevicesChanged, in notifyInputDevicesChanged()
1376 GET_METHOD_ID(gServiceClassInfo.notifyInputDevicesChanged, clazz, in register_android_server_InputManager()
/frameworks/base/services/java/com/android/server/input/
DInputManagerService.java662 mTempInputDevicesChangedListenersToNotify.get(i).notifyInputDevicesChanged( in deliverInputDevicesChanged()
1259 private void notifyInputDevicesChanged(InputDevice[] inputDevices) { in notifyInputDevicesChanged() method in InputManagerService
1610 public void notifyInputDevicesChanged(int[] info) { in notifyInputDevicesChanged() method in InputManagerService.InputDevicesChangedListenerRecord
/frameworks/base/services/input/
DInputReader.h281 virtual void notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices) = 0;
DInputReader.cpp297 mPolicy->notifyInputDevicesChanged(inputDevices); in loopOnce()
/frameworks/base/services/input/tests/
DInputReader_test.cpp185 virtual void notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices) { in notifyInputDevicesChanged() function in android::FakeInputReaderPolicy