Searched refs:ackedAddress (Results 1 – 3 of 3) sorted by relevance
131 public void onPollingFinished(List<Integer> ackedAddress) { in pollAllDevices()132 checkHotplug(ackedAddress, false); in pollAllDevices()143 public void onPollingFinished(List<Integer> ackedAddress) { in pollAudioSystem()144 checkHotplug(ackedAddress, true); in pollAudioSystem()150 private void checkHotplug(List<Integer> ackedAddress, boolean audioOnly) { in checkHotplug() argument152 BitSet polledResult = addressListToBitSet(ackedAddress); in checkHotplug()
129 public void onPollingFinished(List<Integer> ackedAddress) { in start()130 if (ackedAddress.isEmpty()) { in start()136 Slog.v(TAG, "Device detected: " + ackedAddress); in start()137 allocateDevices(ackedAddress); in start()
184 void onPollingFinished(List<Integer> ackedAddress); in onPollingFinished() argument