Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dhaiku_usb_backend.cpp320 fEndpointToInterface(NULL), in USBDevice()
339 if (fEndpointToInterface) in ~USBDevice()
340 delete[] fEndpointToInterface; in ~USBDevice()
429 return fEndpointToInterface[fActiveConfiguration][address]; in EndpointToInterface()
448 fEndpointToInterface = new(std::nothrow) map<uint8,uint8> [fDeviceDescriptor.num_configurations]; in Initialise()
509 fEndpointToInterface[i][tmp_endpoint.endpoint_address] = j; in Initialise()
Dhaiku_usb.h60 map<uint8,uint8>* fEndpointToInterface; variable