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