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

/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp73 jmethodID notifyInputDevicesChanged; member in struct:android::__anon1309
218 virtual void notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices);
550 void NativeInputManager::notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices) { function in class:android::NativeInputManager
570 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyInputDevicesChanged,
577 checkAndClearExceptionFromCallback(env, "notifyInputDevicesChanged");
1658 GET_METHOD_ID(gServiceClassInfo.notifyInputDevicesChanged, clazz,
1659 "notifyInputDevicesChanged", "([Landroid/view/InputDevice;)V");
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java752 mTempInputDevicesChangedListenersToNotify.get(i).notifyInputDevicesChanged(
1842 private void notifyInputDevicesChanged(InputDevice[] inputDevices) { method in class:InputManagerService
2228 public void notifyInputDevicesChanged(int[] info) { method in class:InputManagerService.InputDevicesChangedListenerRecord
/frameworks/native/services/inputflinger/
H A DInputReader.h261 virtual void notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices) = 0;
H A DInputReader.cpp379 mPolicy->notifyInputDevicesChanged(inputDevices);
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp217 virtual void notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices) { function in class:android::FakeInputReaderPolicy

Completed in 289 milliseconds