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

/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp72 jmethodID notifyInputDevicesChanged; member in struct:android::__anon1112
215 virtual void notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices);
500 void NativeInputManager::notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices) { function in class:android::NativeInputManager
520 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyInputDevicesChanged,
527 checkAndClearExceptionFromCallback(env, "notifyInputDevicesChanged");
1568 GET_METHOD_ID(gServiceClassInfo.notifyInputDevicesChanged, clazz,
1569 "notifyInputDevicesChanged", "([Landroid/view/InputDevice;)V");
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java724 mTempInputDevicesChangedListenersToNotify.get(i).notifyInputDevicesChanged(
1785 private void notifyInputDevicesChanged(InputDevice[] inputDevices) { method in class:InputManagerService
2171 public void notifyInputDevicesChanged(int[] info) { method in class:InputManagerService.InputDevicesChangedListenerRecord
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp194 virtual void notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices) { function in class:android::FakeInputReaderPolicy

Completed in 67 milliseconds