Searched refs:m_dev (Results 1 – 2 of 2) sorted by relevance
72 : m_dev(d), m_model_identifier() {} function92 : m_dev(d), m_os_version() {} function97 return [m_dev available];108 return (State)([m_dev state]);199 auto utf8_name = [[m_dev name] UTF8String];343 if (m_dev == nil) {370 if ([m_dev shutdownWithError:&nserror]) {526 BOOL success = [m_dev573 return [m_dev count];589 [array addObject:(id)d.m_dev];[all …]
96 id m_dev = nullptr;132 id m_dev = nullptr;172 id m_dev = nullptr;214 DeviceSet(id arr) : m_dev(arr) {} in DeviceSet()216 id m_dev; variable