Searched refs:ALOGVV (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/services/camera/libcameraservice/camera2/
H A DZslProcessor.cpp23 #define ALOGVV(...) ALOGV(__VA_ARGS__) macro
25 #define ALOGVV(...) ((void)0) macro
77 ALOGVV("Got preview frame for timestamp %lld", timestamp);
409 ALOGVV("Trying to get next buffer");
418 ALOGVV(" No buffer");
426 ALOGVV("In capture, discarding new ZSL buffers");
431 ALOGVV("Got ZSL buffer: head: %d, tail: %d", mZslQueueHead, mZslQueueTail);
434 ALOGVV("Releasing oldest buffer");
447 ALOGVV(" Acquired buffer, timestamp %lld", queueHead.buffer.mTimestamp);
455 ALOGVV("Scannin
[all...]
/frameworks/native/libs/gui/tests/
H A DCpuConsumer_test.cpp22 #define ALOGVV(...) ALOGV(__VA_ARGS__) macro
24 #define ALOGVV(...) ((void)0) macro
196 ALOGVV("fillBayerRawBuffer: %p with %d x %d, stride %d", buf, w, h ,stride);
288 ALOGVV("Setting buffer count to %d",
303 ALOGVV("Dequeue buffer from %p", anw.get());
314 ALOGVV("Lock buffer from %p for write", anw.get());
329 ALOGVV("Unlock buffer from %p", anw.get());
333 ALOGVV("Set timestamp to %p", anw.get());
337 ALOGVV("Queue buffer to %p", anw.get());
/frameworks/av/services/camera/libcameraservice/
H A DCamera2Device.cpp23 #define ALOGVV(...) ALOGV(__VA_ARGS__) macro
25 #define ALOGVV(...) ((void)0) macro
206 ALOGVV("%s: E", __FUNCTION__);
620 ALOGVV("%s: E", __FUNCTION__);
642 ALOGVV("%s: E", __FUNCTION__);
648 ALOGVV("%s: Empty", __FUNCTION__);
653 ALOGVV("%s: Streaming %d frames to queue", __FUNCTION__,
669 ALOGVV("MetadataQueue: deque (%d buffers)", mCount);
1233 ALOGVV("Stream %d dequeue: Buffer %p dequeued", stream->mId, (void*)(**buffer));
1244 ALOGVV("Strea
[all...]
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp98 #define ALOGVV ALOGV macro
100 #define ALOGVV(a...) do { } while(0) macro
5076 ALOGVV("setMediaTimeTransform az=%lld bz=%lld n=%d d=%u tgt=%d",
5184 ALOGVV("*** getNextBuffer head.pts=%lld head.pos=%d pts=%lld"
5207 ALOGVV("*** on time: head.pos=%d frameCount=%u",

Completed in 78 milliseconds