Home | History | Annotate | Download | only in src

Lines Matching refs:pValue

2636   char *pValue) {
2640 if (!strcmp(pValue, "none")) {
2642 } else if (!strcmp(pValue, "warn")) {
2644 } else if (!strcmp(pValue, "debug")) {
2646 } else if (!strcmp(pValue, "error")) {
2648 } else if (!strcmp(pValue, "low")) {
2650 } else if (!strcmp(pValue, "high")) {
2652 } else if (!strcmp(pValue, "info")) {
2655 ALOGE("Invalid %s debug log level %s\n", module, pValue);