Searched refs:current_ports (Results 1 – 1 of 1) sorted by relevance
5182 ArrayList<AudioDevicePort> current_ports = new ArrayList<AudioDevicePort>(); in broadcastDeviceListChange_sync() local5183 status = AudioManager.listAudioDevicePorts(current_ports); in broadcastDeviceListChange_sync()5191 infoListFromPortList(current_ports, GET_DEVICES_ALL); in broadcastDeviceListChange_sync()5196 calcListDeltas(mPreviousPorts, current_ports, GET_DEVICES_ALL); in broadcastDeviceListChange_sync()5198 calcListDeltas(current_ports, mPreviousPorts, GET_DEVICES_ALL); in broadcastDeviceListChange_sync()5218 mPreviousPorts = current_ports; in broadcastDeviceListChange_sync()