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