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

/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp68 jmethodID notifyInputDevicesChanged; member in struct:android::__anon1000
199 virtual void notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices);
479 void NativeInputManager::notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices) { function in class:android::NativeInputManager
499 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyInputDevicesChanged,
506 checkAndClearExceptionFromCallback(env, "notifyInputDevicesChanged");
1429 GET_METHOD_ID(gServiceClassInfo.notifyInputDevicesChanged, clazz,
1430 "notifyInputDevicesChanged", "([Landroid/view/InputDevice;)V");
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java688 mTempInputDevicesChangedListenersToNotify.get(i).notifyInputDevicesChanged(
1389 private void notifyInputDevicesChanged(InputDevice[] inputDevices) { method in class:InputManagerService
1747 public void notifyInputDevicesChanged(int[] info) { method in class:InputManagerService.InputDevicesChangedListenerRecord
/frameworks/native/services/inputflinger/
H A DInputReader.h308 virtual void notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices) = 0;
H A DInputReader.cpp308 mPolicy->notifyInputDevicesChanged(inputDevices);
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp195 virtual void notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices) { function in class:android::FakeInputReaderPolicy

Completed in 354 milliseconds