Searched refs:current_ports (Results 1 – 1 of 1) sorted by relevance
3914 ArrayList<AudioDevicePort> current_ports = new ArrayList<AudioDevicePort>(); in broadcastDeviceListChange() local3915 status = AudioManager.listAudioDevicePorts(current_ports); in broadcastDeviceListChange()3923 infoListFromPortList(current_ports, GET_DEVICES_ALL); in broadcastDeviceListChange()3928 calcListDeltas(mPreviousPorts, current_ports, GET_DEVICES_ALL); in broadcastDeviceListChange()3930 calcListDeltas(current_ports, mPreviousPorts, GET_DEVICES_ALL); in broadcastDeviceListChange()3953 mPreviousPorts = current_ports; in broadcastDeviceListChange()