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

/external/libusb/libusb/os/
H A Dhaiku_usb.h58 map<uint8,uint8> fConfigToIndex; member in class:USBDevice
H A Dhaiku_usb_backend.cpp406 if (fConfigToIndex.count(config) == 0)
409 return fConfigToIndex[(uint8)config];
459 fConfigToIndex[tmp_config.configuration_value] = i;

Completed in 205 milliseconds