Searched refs:removedAddress (Results 1 – 1 of 1) sorted by relevance
241 private void removeDevice(int removedAddress) { in removeDevice() argument243 mayChangeRoutingPath(removedAddress); in removeDevice()244 mayCancelOneTouchRecord(removedAddress); in removeDevice()245 mayDisableSystemAudioAndARC(removedAddress); in removeDevice()247 mayCancelDeviceSelect(removedAddress); in removeDevice()248 localDevice().mService.getHdmiCecNetwork().removeCecDevice(localDevice(), removedAddress); in removeDevice() local