Home
last modified time | relevance | path

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

/system/libvintf/include/vintf/
DLevel.h54 std::string GetDescription(Level level);
/system/libvintf/analyze_matrix/
Danalyze_matrix.cpp72 std::string GetDescription(Level level) { in GetDescription() function
137 std::cout << GetDescription(mat->level()) << std::endl; in main()
/system/vold/
DIdleMaint.cpp367 template <IDL idl, typename Service, typename GcCallbackImpl, typename GetDescription>
368 static void runDevGcOnHal(Service service, GcCallbackImpl cb, GetDescription get_description) { in runDevGcOnHal()