Searched refs:current_ports (Results 1 – 1 of 1) sorted by relevance
6853 ArrayList<AudioDevicePort> current_ports = new ArrayList<AudioDevicePort>(); in broadcastDeviceListChange_sync() local6854 status = AudioManager.listAudioDevicePorts(current_ports); in broadcastDeviceListChange_sync()6862 infoListFromPortList(current_ports, GET_DEVICES_ALL); in broadcastDeviceListChange_sync()6867 calcListDeltas(mPreviousPorts, current_ports, GET_DEVICES_ALL); in broadcastDeviceListChange_sync()6869 calcListDeltas(current_ports, mPreviousPorts, GET_DEVICES_ALL); in broadcastDeviceListChange_sync()6889 mPreviousPorts = current_ports; in broadcastDeviceListChange_sync()