Home
last modified time | relevance | path

Searched refs:current_ports (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/media/java/android/media/
DAudioManager.java4385 ArrayList<AudioDevicePort> current_ports = new ArrayList<AudioDevicePort>(); in broadcastDeviceListChange() local
4386 status = AudioManager.listAudioDevicePorts(current_ports); in broadcastDeviceListChange()
4394 infoListFromPortList(current_ports, GET_DEVICES_ALL); in broadcastDeviceListChange()
4399 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()