Searched refs:sendMessageToInputDeviceListenersLocked (Results 1 – 1 of 1) sorted by relevance
957 sendMessageToInputDeviceListenersLocked(MSG_DEVICE_REMOVED, deviceId); in onInputDevicesChanged()973 sendMessageToInputDeviceListenersLocked(MSG_DEVICE_CHANGED, deviceId); in onInputDevicesChanged()981 sendMessageToInputDeviceListenersLocked(MSG_DEVICE_ADDED, deviceId); in onInputDevicesChanged()987 private void sendMessageToInputDeviceListenersLocked(int what, int deviceId) { in sendMessageToInputDeviceListenersLocked() method in InputManager