Searched defs:candidates (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecController.java363 * @param pickStrategy strategy how to pick polling candidates
371 // Extract polling candidates. No need to poll against local devices.
436 final List<Integer> candidates, final int retryCount,
439 if (candidates.isEmpty()) {
447 final Integer candidate = candidates.remove(0);
459 runDevicePolling(sourceAddress, candidates, retryCount, callback,
435 runDevicePolling(final int sourceAddress, final List<Integer> candidates, final int retryCount, final DevicePollingCallback callback, final List<Integer> allocated) argument

Completed in 43 milliseconds