Searched refs:memoryAsHexString (Results 1 – 2 of 2) sorted by relevance
27 static std::string memoryAsHexString(const void* const address, size_t numBytes) { in memoryAsHexString() function239 ALOGE("Received message: %s", memoryAsHexString(&clientMsg, clientMsg.size()).c_str()); in checkMessage()241 memoryAsHexString(&sanitizedClientMsg, clientMsg.size()).c_str()); in checkMessage()
197 inline std::string memoryAsHexString(const void *memory, const uint32_t size) in memoryAsHexString() function210 << memoryAsHexString(expected, size) << " but got " in logValueMismatch()211 …yValue ? de::toString(memoryAsInteger(actual, size)) + " " : "") << memoryAsHexString(actual, size) in logValueMismatch()