Searched refs:ConvertErrorToString (Results 1 – 6 of 6) sorted by relevance
108 ConvertErrorToString(device_count); in RefreshDevices()123 << ConvertErrorToString(rv); in RefreshDevices()164 LOG(ERROR) << "Failed to initialize libusb: " << ConvertErrorToString(rv); in GetInstance()
164 LOG(ERROR) << "Failed to claim interface: " << ConvertErrorToString(rv); in Claim()358 << ", " << alternate_setting << "): " << ConvertErrorToString(rv); in SetInterfaceAlternateSetting()370 LOG(ERROR) << "Failed to reset device: " << ConvertErrorToString(rv); in ResetDevice()383 << ConvertErrorToString(rv); in GetSerial()401 << ConvertErrorToString(size); in GetSerial()418 << ConvertErrorToString(size); in GetSerial()656 LOG(ERROR) << "Failed to submit transfer: " << ConvertErrorToString(rv); in SubmitTransfer()
107 LOG(ERROR) << "Failed to open device: " << ConvertErrorToString(rv); in Open()136 << ConvertErrorToString(rv); in ListInterfaces()
14 std::string ConvertErrorToString(int errcode);
11 std::string ConvertErrorToString(int errcode) { in ConvertErrorToString() function
62 LOG(WARNING) << "Failed to handle events: " << ConvertErrorToString(rv); in ThreadMain()