HomeSort by relevance Sort by last modified time
    Searched refs:mDebugDDMS (Results 1 - 2 of 2) sorted by null

  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.h 464 int mDebugDDMS;
SurfaceFlinger.cpp 140 mDebugDDMS(0),
165 mDebugDDMS = atoi(value);
166 if (mDebugDDMS) {
169 mDebugDDMS = 0;
173 ALOGI_IF(mDebugDDMS, "DDMS debugging enabled");
    [all...]

Completed in 166 milliseconds