Searched refs:deviceLiteral (Results 1 – 1 of 1) sorted by relevance
288 std::string deviceLiteral; in dump() local289 if (DeviceConverter::toString(mDeviceType, deviceLiteral)) { in dump()290 snprintf(buffer, SIZE, "%*s- type: %-48s\n", spaces, "", deviceLiteral.c_str()); in dump()