Searched refs:removedAddress (Results 1 – 1 of 1) sorted by relevance
233 private void removeDevice(int removedAddress) { in removeDevice() argument235 mayChangeRoutingPath(removedAddress); in removeDevice()236 mayCancelOneTouchRecord(removedAddress); in removeDevice()237 mayDisableSystemAudioAndARC(removedAddress); in removeDevice()239 mayCancelDeviceSelect(removedAddress); in removeDevice()240 localDevice().mService.getHdmiCecNetwork().removeCecDevice(localDevice(), removedAddress); in removeDevice() local