Home
last modified time | relevance | path

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

/system/extras/perfprofd/tests/
Dperfprofd_test.cc237 static std::string encodedLoadModuleToString(const wireless_android_play_playlog::LoadModule &lm) in encodedLoadModuleToString() argument
240 ss << "name: \"" << lm.name() << "\"\n"; in encodedLoadModuleToString()
241 if (lm.build_id() != "") { in encodedLoadModuleToString()
242 ss << "build_id: \"" << lm.build_id() << "\"\n"; in encodedLoadModuleToString()