Searched refs:sendMessageToInputDeviceListenersLocked (Results 1 – 1 of 1) sorted by relevance
988 sendMessageToInputDeviceListenersLocked(MSG_DEVICE_REMOVED, deviceId); in onInputDevicesChanged()1004 sendMessageToInputDeviceListenersLocked(MSG_DEVICE_CHANGED, deviceId); in onInputDevicesChanged()1012 sendMessageToInputDeviceListenersLocked(MSG_DEVICE_ADDED, deviceId); in onInputDevicesChanged()1018 private void sendMessageToInputDeviceListenersLocked(int what, int deviceId) { in sendMessageToInputDeviceListenersLocked() method in InputManager