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