Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/log/echo/
DLogcatEchoTrackerCommand.kt124 val levelStr = result.groupValues[2] in parseTagStructure() constant
126 if (levelStr == "-") { in parseTagStructure()
130 parseLevel(levelStr) in parseTagStructure()
131 ?: return Failure("Unrecognized level $levelStr. Must be one of 'v,d,i,w,e,-'") in parseTagStructure()
/frameworks/av/services/camera/libcameraservice/
DCameraService.cpp5758 std::string levelStr = toStdString(args[i+1]); in dump() local
5759 int level = atoi(levelStr.c_str()); in dump()