Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.h464 int mDebugDDMS; variable
DSurfaceFlinger.cpp140 mDebugDDMS(0), in SurfaceFlinger()
165 mDebugDDMS = atoi(value); in SurfaceFlinger()
166 if (mDebugDDMS) { in SurfaceFlinger()
169 mDebugDDMS = 0; in SurfaceFlinger()
173 ALOGI_IF(mDebugDDMS, "DDMS debugging enabled"); in SurfaceFlinger()