Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:debuggable

153     (void) property_get("ro.debuggable", value, "0");
154 int debuggable = atoi(value);
156 if (debuggable) {