Home
last modified time | relevance | path

Searched defs:notifyInputDevicesChanged (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java2311 private void notifyInputDevicesChanged(InputDevice[] inputDevices) { in notifyInputDevicesChanged() method in InputManagerService
3068 public void notifyInputDevicesChanged(int[] info) { in notifyInputDevicesChanged() method in InputManagerService.InputDevicesChangedListenerRecord
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp101 jmethodID notifyInputDevicesChanged; member
755 void NativeInputManager::notifyInputDevicesChanged(const std::vector<InputDeviceInfo>& inputDevices… in notifyInputDevicesChanged() function in android::NativeInputManager