Searched refs:mPreviousPorts (Results 1 – 1 of 1) sorted by relevance
4375 private ArrayList<AudioDevicePort> mPreviousPorts = new ArrayList<AudioDevicePort>(); field in AudioManager4399 calcListDeltas(mPreviousPorts, current_ports, GET_DEVICES_ALL); in broadcastDeviceListChange()4401 calcListDeltas(current_ports, mPreviousPorts, GET_DEVICES_ALL); in broadcastDeviceListChange()4424 mPreviousPorts = current_ports; in broadcastDeviceListChange()