Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
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()
DDebugCommand.cpp68 return mLshal.emitDebugInfo( in main()
DLshal.h50 Status emitDebugInfo(
DTableEntry.h140 const std::function<std::string(const std::string&)>& emitDebugInfo = nullptr) const;
DLshal.cpp97 Status Lshal::emitDebugInfo( in emitDebugInfo() function in android::lshal::Lshal
DListCommand.cpp549 std::function<std::string(const std::string&)> emitDebugInfo = nullptr; in dumpTable() local
551 emitDebugInfo = [this](const auto& iName) { in dumpTable()
554 mLshal.emitDebugInfo(pair.first, pair.second, {}, in dumpTable()
560 table.createTextTable(mNeat, emitDebugInfo).dump(out.buf()); in dumpTable()