Home
last modified time | relevance | path

Searched refs:FormatAsciiMessage (Results 1 – 2 of 2) sorted by relevance

/system/connectivity/wifilogd/
Dcommand_processor.h74 std::string FormatAsciiMessage(MemoryReader memory_reader);
Dcommand_processor.cpp228 output_string += ' ' + FormatAsciiMessage(buffer_reader); in Dump()
255 std::string CommandProcessor::FormatAsciiMessage(MemoryReader buffer_reader) { in FormatAsciiMessage() function in android::wifilogd::CommandProcessor