Home | History | Annotate | Download | only in input

Lines Matching refs:callingPid

622             int callingPid = Binder.getCallingPid();
623 if (mInputDevicesChangedListeners.get(callingPid) != null) {
629 new InputDevicesChangedListenerRecord(callingPid, listener);
638 mInputDevicesChangedListeners.put(callingPid, record);