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

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.h439 int mDebugDDMS; member in class:android::SurfaceFlinger
H A DSurfaceFlinger.cpp97 mDebugDDMS(0),
115 mDebugDDMS = atoi(value);
116 if (mDebugDDMS) {
119 mDebugDDMS = 0;
123 ALOGI_IF(mDebugDDMS, "DDMS debugging enabled");

Completed in 1228 milliseconds