Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DTableEntry.cpp150 const std::function<std::string(const std::string&)>& emitDebugInfo) const { in createTextTable()
171 if (emitDebugInfo) { in createTextTable()
172 std::string debugInfo = emitDebugInfo(entry.interfaceName); in createTextTable()
DDebugCommand.cpp68 return mLshal.emitDebugInfo( in main()
DLshal.h50 Status emitDebugInfo(
DTableEntry.h145 const std::function<std::string(const std::string&)>& emitDebugInfo = nullptr) const;
DListCommand.cpp478 std::function<std::string(const std::string&)> emitDebugInfo = nullptr; in dumpTable() local
480 emitDebugInfo = [this](const auto& iName) { in dumpTable()
483 mLshal.emitDebugInfo(pair.first, pair.second, {}, in dumpTable()
489 table.createTextTable(mNeat, emitDebugInfo).dump(out.buf()); in dumpTable()
DLshal.cpp101 Status Lshal::emitDebugInfo( in emitDebugInfo() function in android::lshal::Lshal