HomeSort by relevance Sort by last modified time
    Searched defs:LOGVV (Results 1 - 3 of 3) sorted by null

  /bootable/recovery/minzip/
Log.h 69 #define LOGVV LOGV
  /dalvik/vm/
Common.h 74 # define LOGVV ALOGV
77 # define LOGVV(...) ((void)0)
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraGLTest.java 67 private static final boolean LOGVV = false;
211 if (LOGVV) Log.v(TAG, "SurfaceTextureBurstCallback, frame #" + mBurstCount);
217 if (LOGVV) Log.v(TAG, "SurfaceTextureBurstCallback preview stopped.");
229 if (LOGVV) Log.v(TAG, "Wait for surface texture callback");
241 if (LOGVV) Log.v(TAG, "Wait for preview callback");
556 if (LOGVV) Log.v(TAG, "Preview started");
569 if (LOGVV) Log.v(TAG, "Frame #" + i + " completed");
610 if (LOGVV) {
618 if (LOGVV) {
666 if (LOGVV) Log.v(TAG, "onDrawFrame()")
    [all...]

Completed in 211 milliseconds