Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DTableEntry.cpp106 const std::function<std::string(const std::string&)>& emitDebugInfo) const { in createTextTable()
127 if (emitDebugInfo) { in createTextTable()
128 std::string debugInfo = emitDebugInfo(entry.interfaceName); in createTextTable()
DDebugCommand.cpp68 return mLshal.emitDebugInfo( in main()
DLshal.h50 Status emitDebugInfo(
DTableEntry.h129 const std::function<std::string(const std::string&)>& emitDebugInfo = nullptr) const;
DListCommand.cpp446 std::function<std::string(const std::string&)> emitDebugInfo = nullptr; in dumpTable() local
448 emitDebugInfo = [this](const auto& iName) { in dumpTable()
451 mLshal.emitDebugInfo(pair.first, pair.second, {}, in dumpTable()
457 table.createTextTable(mNeat, emitDebugInfo).dump(out.buf()); in dumpTable()
DLshal.cpp97 Status Lshal::emitDebugInfo( in emitDebugInfo() function in android::lshal::Lshal