Searched refs:ST_LOGV (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/libs/gui/
H A DSurfaceTexture.cpp63 #define ST_LOGV(x, ...) LOGV("[%s] "x, mName.string(), ##__VA_ARGS__) macro
145 ST_LOGV("SurfaceTexture");
154 ST_LOGV("~SurfaceTexture");
198 ST_LOGV("setBufferCount: count=%d", bufferCount);
246 ST_LOGV("setDefaultBufferSize: w=%d, h=%d", w, h);
260 ST_LOGV("requestBuffer: slot=%d", slot);
278 ST_LOGV("dequeueBuffer: w=%d h=%d fmt=%#x usage=%#x", w, h, format, usage);
501 ST_LOGV("dequeueBuffer: returning slot=%d buf=%p flags=%#x", *outBuf,
508 ST_LOGV("setSynchronousMode: enabled=%d", enabled);
540 ST_LOGV("queueBuffe
[all...]

Completed in 31 milliseconds