Searched defs:notifyInputDevicesChanged (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/jni/
H A Dcom_android_server_input_InputManagerService.cpp65 jmethodID notifyInputDevicesChanged; member in struct:android::__anon1136
184 virtual void notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices);
462 void NativeInputManager::notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices) { function in class:android::NativeInputManager
482 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyInputDevicesChanged,
489 checkAndClearExceptionFromCallback(env, "notifyInputDevicesChanged");
1366 GET_METHOD_ID(gServiceClassInfo.notifyInputDevicesChanged, clazz,
1367 "notifyInputDevicesChanged", "([Landroid/view/InputDevice;)V");
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java661 mTempInputDevicesChangedListenersToNotify.get(i).notifyInputDevicesChanged(
1258 private void notifyInputDevicesChanged(InputDevice[] inputDevices) { method in class:InputManagerService
1608 public void notifyInputDevicesChanged(int[] info) { method in class:InputManagerService.InputDevicesChangedListenerRecord
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp185 virtual void notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices) { function in class:android::FakeInputReaderPolicy

Completed in 119 milliseconds