Searched refs:fEndpointToIndex (Results 1 – 2 of 2) sorted by relevance
319 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()
59 map<uint8,uint8>* fEndpointToIndex; variable