Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dhaiku_usb_backend.cpp319 fEndpointToIndex(NULL), in USBDevice()
337 if (fEndpointToIndex) in ~USBDevice()
338 delete[] fEndpointToIndex; in ~USBDevice()
423 return fEndpointToIndex[fActiveConfiguration][address]; in EndpointToIndex()
447 fEndpointToIndex = new(std::nothrow) map<uint8,uint8> [fDeviceDescriptor.num_configurations]; in Initialise()
508 fEndpointToIndex[i][tmp_endpoint.endpoint_address] = l; in Initialise()
Dhaiku_usb.h59 map<uint8,uint8>* fEndpointToIndex; variable