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 439 int mDebugDDMS;
SurfaceFlinger.cpp 97 mDebugDDMS(0),
115 mDebugDDMS = atoi(value);
116 if (mDebugDDMS) {
119 mDebugDDMS = 0;
123 ALOGI_IF(mDebugDDMS, "DDMS debugging enabled");
    [all...]

Completed in 19 milliseconds