Searched refs:ackedAddress (Results 1 – 3 of 3) sorted by relevance
142 public void onPollingFinished(List<Integer> ackedAddress) { in pollAllDevices()143 checkHotplug(ackedAddress, false); in pollAllDevices()158 public void onPollingFinished(List<Integer> ackedAddress) { in pollAudioSystem()159 checkHotplug(ackedAddress, true); in pollAudioSystem()165 private void checkHotplug(List<Integer> ackedAddress, boolean audioOnly) { in checkHotplug() argument169 BitSet polledResult = addressListToBitSet(ackedAddress); in checkHotplug()
137 public void onPollingFinished(List<Integer> ackedAddress) { in start()138 if (ackedAddress.isEmpty()) { in start()150 Slog.v(TAG, "Device detected: " + ackedAddress); in start()151 allocateDevices(ackedAddress); in start()
339 void onPollingFinished(List<Integer> ackedAddress); in onPollingFinished() argument