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

/frameworks/base/services/jni/
H A Dcom_android_server_input_InputManagerService.cpp66 jmethodID notifyInputDevicesChanged; member in struct:android::__anon1190
185 virtual void notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices);
464 void NativeInputManager::notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices) { function in class:android::NativeInputManager
484 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyInputDevicesChanged,
491 checkAndClearExceptionFromCallback(env, "notifyInputDevicesChanged");
1376 GET_METHOD_ID(gServiceClassInfo.notifyInputDevicesChanged, clazz,
1377 "notifyInputDevicesChanged", "([Landroid/view/InputDevice;)V");
/frameworks/base/services/java/com/android/server/input/
H A DInputManagerService.java662 mTempInputDevicesChangedListenersToNotify.get(i).notifyInputDevicesChanged(
1259 private void notifyInputDevicesChanged(InputDevice[] inputDevices) { method in class:InputManagerService
1610 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 149 milliseconds