Searched refs:notifyInputDevicesChanged (Results 1 – 4 of 4) sorted by relevance
80 jmethodID notifyInputDevicesChanged; member231 virtual void notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices);572 void NativeInputManager::notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices) { in notifyInputDevicesChanged() function in android::NativeInputManager593 env->CallVoidMethod(mServiceObj, gServiceClassInfo.notifyInputDevicesChanged, in notifyInputDevicesChanged()1753 GET_METHOD_ID(gServiceClassInfo.notifyInputDevicesChanged, clazz, in register_android_server_InputManager()
779 mTempInputDevicesChangedListenersToNotify.get(i).notifyInputDevicesChanged( in deliverInputDevicesChanged()1768 private void notifyInputDevicesChanged(InputDevice[] inputDevices) { in notifyInputDevicesChanged() method in InputManagerService2141 public void notifyInputDevicesChanged(int[] info) { in notifyInputDevicesChanged() method in InputManagerService.InputDevicesChangedListenerRecord
269 virtual void notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices) = 0;
234 virtual void notifyInputDevicesChanged(const Vector<InputDeviceInfo>& inputDevices) { in notifyInputDevicesChanged() function in android::FakeInputReaderPolicy