Searched refs:MAX_DEVICES (Results 1 – 3 of 3) sorted by relevance
38 const MAX_DEVICES: usize = 128; constant193 devices: [Option<Device>; MAX_DEVICES],199 Scene { next_id: 0, waker: None, devices: [NONE; MAX_DEVICES] } in default()215 for n in 0..MAX_DEVICES { in add_device()229 for other_n in 0..MAX_DEVICES { in disconnect()252 for n in 0..MAX_DEVICES { in send()269 for n in 0..MAX_DEVICES { in poll()
39 const MAX_DEVICES: usize = 128; constant207 devices: [Option<Device>; MAX_DEVICES],217 devices: [NONE; MAX_DEVICES], in new()229 for n in 0..MAX_DEVICES { in add_device()245 for other_n in 0..MAX_DEVICES { in disconnect()267 for n in 0..MAX_DEVICES { in send()286 for n in 0..MAX_DEVICES { in poll()
35 private static final int MAX_DEVICES = 1; field in HdHomeRunInterface62 MAX_DEVICES); in scanDevices()