HomeSort by relevance Sort by last modified time
    Searched refs:current_interface (Results 1 - 3 of 3) sorted by null

  /external/oprofile/libop/
op_get_interface.c 20 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/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.c 725 int current_interface = *interface_number; local
737 if (current_interface < 0) // No serviceable interface was found
739 for (current_interface=0; current_interface<USB_MAXINTERFACES; current_interface++) {
741 if ( (priv->usb_interface[current_interface].apib->id == api_type)
742 && (libusb_claim_interface(transfer->dev_handle, current_interface) == LIBUSB_SUCCESS) ) {
743 usbi_dbg("auto-claimed interface %d for control request", current_interface);
744 if (handle_priv->autoclaim_count[current_interface] != 0) {
747 handle_priv->autoclaim_count[current_interface]++
2872 int current_interface; local
2965 int current_interface; local
3018 int current_interface; local
3059 int current_interface; local
3889 int current_interface, config; local
3999 int current_interface, length; local
4091 int current_interface; local
4106 int current_interface; local
4126 int current_interface; local
4310 int current_interface; local
4326 int current_interface; local
4342 int current_interface; local
    [all...]
  /external/libusb/libusb/os/
darwin_usb.c 731 uint8_t current_interface; local
747 for ( current_interface = 0 ; current_interface <= ifc ; current_interface++ )
    [all...]

Completed in 326 milliseconds