Searched refs:emitDebugInfo (Results 1 – 6 of 6) sorted by relevance
148 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()
68 return mLshal.emitDebugInfo( in main()
50 Status emitDebugInfo(
140 const std::function<std::string(const std::string&)>& emitDebugInfo = nullptr) const;
97 Status Lshal::emitDebugInfo( in emitDebugInfo() function in android::lshal::Lshal
549 std::function<std::string(const std::string&)> emitDebugInfo = nullptr; in dumpTable() local551 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()