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