Home | History | Annotate | Download | only in hdmi

Lines Matching refs:DeviceInfo

69     private static final class DeviceInfo {
78 private DeviceInfo(int logicalAddress) {
88 private final ArrayList<DeviceInfo> mDevices = new ArrayList<>();
128 DeviceInfo info = new DeviceInfo(i);
249 DeviceInfo current = mDevices.get(mProcessedDeviceCount);
275 DeviceInfo current = mDevices.get(mProcessedDeviceCount);
298 DeviceInfo current = mDevices.get(mProcessedDeviceCount);
324 for (DeviceInfo info : mDevices) {
326 Slog.v(TAG, " DeviceInfo: " + cecDeviceInfo);