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

/external/oprofile/libop/
H A Dop_get_interface.c20 static op_interface current_interface = OP_INTERFACE_NO_GOOD; local
22 if (current_interface != OP_INTERFACE_NO_GOOD)
23 return current_interface;
26 current_interface = OP_INTERFACE_24;
28 current_interface = OP_INTERFACE_26;
31 return current_interface;
/external/libusb/libusb/os/
H A Ddarwin_usb.c731 uint8_t current_interface; local
747 for ( current_interface = 0 ; current_interface <= ifc ; current_interface++ )

Completed in 77 milliseconds