Home
last modified time | relevance | path

Searched refs:found_interface (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/media/video/capture/mac/
Dvideo_capture_device_mac.mm178 io_service_t found_interface;
179 found_interface = IOIteratorNext(interface_iterator);
180 if (!found_interface) {
184 base::mac::ScopedIOObject<io_service_t> found_interface_ref(found_interface);
188 kr = IOCreatePlugInInterfaceForService(found_interface,
/external/ppp/pppd/
Dsys-linux.c1757 int found_interface = 0; in get_ether_addr() local
1799 found_interface = 1; in get_ether_addr()
1806 if (!found_interface) return 0; in get_ether_addr()