Searched refs:primary_interface (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/rlz/mac/lib/
H A Dmachine_id_mac.cc33 base::ScopedCFTypeRef<CFMutableDictionaryRef> primary_interface(
38 if (!primary_interface)
42 primary_interface, CFSTR(kIOPrimaryInterface), kCFBooleanTrue);
44 matching_dict, CFSTR(kIOPropertyMatchKey), primary_interface);
60 base::mac::ScopedIOObject<io_object_t> primary_interface; local
61 while (primary_interface.reset(IOIteratorNext(primary_interface_iterator)),
62 primary_interface) {
65 primary_interface, kIOServicePlane, &primary_interface_parent);

Completed in 617 milliseconds