Searched refs:ports_A (Results 1 – 1 of 1) sorted by relevance
4994 ArrayList<AudioDevicePort> ports_A, ArrayList<AudioDevicePort> ports_B, int flags) { in calcListDeltas() argument5003 prev_index < ports_A.size() && !cur_port_found; in calcListDeltas()5005 cur_port_found = (cur_port.id() == ports_A.get(prev_index).id()); in calcListDeltas()