Home
last modified time | relevance | path

Searched refs:emitDebugInfo (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/native/cmds/lshal/
H A DTableEntry.cpp148 const std::function<std::string(const std::string&)>& emitDebugInfo) const { in createTextTable()
169 if (emitDebugInfo) { in createTextTable()
170 std::string debugInfo = emitDebugInfo(entry.interfaceName); in createTextTable()
H A DDebugCommand.cpp68 return mLshal.emitDebugInfo( in main()
H A DLshal.h49 Status emitDebugInfo(
H A DTableEntry.h145 const std::function<std::string(const std::string&)>& emitDebugInfo = nullptr) const;
H A DListCommand.cpp468 std::function<std::string(const std::string&)> emitDebugInfo = nullptr; in dumpTable() local
470 emitDebugInfo = [this](const auto& iName) { in dumpTable()
473 mLshal.emitDebugInfo(pair.first, pair.second, {}, in dumpTable()
479 table.createTextTable(mNeat, emitDebugInfo).dump(out.buf()); in dumpTable()
H A DLshal.cpp101 Status Lshal::emitDebugInfo( in emitDebugInfo() function in android::lshal::Lshal