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

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DZslProcessor.cpp23 #define ALOGVV(...) ALOGV(__VA_ARGS__) macro
25 #define ALOGVV(...) ((void)0) macro
81 ALOGVV("Got preview frame for timestamp %lld", timestamp);
426 ALOGVV("Trying to get next buffer");
435 ALOGVV(" No buffer");
443 ALOGVV("In capture, discarding new ZSL buffers");
448 ALOGVV("Got ZSL buffer: head: %d, tail: %d", mZslQueueHead, mZslQueueTail);
451 ALOGVV("Releasing oldest buffer");
464 ALOGVV(" Acquired buffer, timestamp %lld", queueHead.buffer.mTimestamp);
472 ALOGVV("Scannin
[all...]
H A DZslProcessor3.cpp23 #define ALOGVV(...) ALOGV(__VA_ARGS__) macro
25 #define ALOGVV(...) ((void)0) macro
71 ALOGVV("Got preview metadata for timestamp %lld", timestamp);
409 ALOGVV("%s: ZSL queue frame AE state is %d, need "
418 ALOGVV("%s: Saw timestamp %lld", __FUNCTION__, frameTimestamp);
H A DStreamingProcessor.cpp23 #define ALOGVV(...) ALOGV(__VA_ARGS__) macro
25 #define ALOGVV(...) ((void)0) macro
648 ALOGVV("OnRecordingFrame: Frame %d", mRecordingFrameCount);
699 ALOGVV("%s: Camera %d: Timestamp %lld",
712 ALOGVV("%s: Camera %d: Sending out buffer_handle_t %p",
776 ALOGVV("%s: Camera %d: Freeing buffer_handle_t %p", __FUNCTION__,
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_CameraMetadata.cpp34 #define ALOGVV ALOGV macro
37 #define ALOGVV(...) macro
483 ALOGVV("%s: Trying to match against section '%s'",
488 ALOGVV("%s: Key begins with section name", __FUNCTION__);
496 ALOGVV("%s: Found new best section (idx %d)", __FUNCTION__, sectionIndex);
/frameworks/native/libs/gui/tests/
H A DCpuConsumer_test.cpp22 #define ALOGVV(...) ALOGV(__VA_ARGS__) macro
24 #define ALOGVV(...) ((void)0) macro
282 ALOGVV("fillBayerRawBuffer: %p with %d x %d, stride %d", buf, w, h ,stride);
474 ALOGVV("Setting buffer count to %d",
489 ALOGVV("Dequeue buffer from %p", anw.get());
500 ALOGVV("Lock buffer from %p for write", anw.get());
527 ALOGVV("Unlock buffer from %p", anw.get());
531 ALOGVV("Set timestamp to %p", anw.get());
535 ALOGVV("Queue buffer to %p", anw.get());
/frameworks/av/services/camera/libcameraservice/device2/
H A DCamera2Device.cpp23 #define ALOGVV(...) ALOGV(__VA_ARGS__) macro
25 #define ALOGVV(...) ((void)0) macro
210 ALOGVV("%s: E", __FUNCTION__);
628 ALOGVV("%s: E", __FUNCTION__);
650 ALOGVV("%s: E", __FUNCTION__);
656 ALOGVV("%s: Empty", __FUNCTION__);
661 ALOGVV("%s: Streaming %d frames to queue", __FUNCTION__,
677 ALOGVV("MetadataQueue: deque (%d buffers)", mCount);
1259 ALOGVV("Stream %d dequeue: Buffer %p dequeued", stream->mId, (void*)(**buffer));
1270 ALOGVV("Strea
[all...]
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp23 #define ALOGVV(...) ALOGV(__VA_ARGS__) macro
25 #define ALOGVV(...) ((void)0) macro
377 ALOGVV("%s: E", __FUNCTION__);
1456 ALOGVV("%s: Camera %d: Frame %d, Request ID %d: AF mode %d, AWB mode %d, "
1544 ALOGVV("%s: Camera %d: Frame %d: No %s provided by HAL!", __FUNCTION__,
1705 ALOGVV("%s: Camera %d: Set frame# in metadata (%d)",
1838 ALOGVV("Camera %d: %s: Shutter fired for frame %d (id %d) at %lld",
2079 ALOGVV("%s: Request settings are NEW", __FUNCTION__);
2097 ALOGVV("%s: Request settings are REUSED",
/frameworks/av/services/audioflinger/
H A DTracks.cpp48 #define ALOGVV ALOGV macro
50 #define ALOGVV(a...) do { } while(0) macro
1196 ALOGVV("setMediaTimeTransform az=%lld bz=%lld n=%d d=%u tgt=%d",
1306 ALOGVV("*** getNextBuffer head.pts=%lld head.pos=%d pts=%lld"
1329 ALOGVV("*** on time: head.pos=%d frameCount=%u",
H A DEffects.cpp42 #define ALOGVV ALOGV macro
44 #define ALOGVV(a...) do { } while(0) macro
521 ALOGVV("command(), cmdCode: %d, mEffectInterface: %p", cmdCode, mEffectInterface);
1068 ALOGVV("command(), cmdCode: %d, mHasControl: %d, mEffect: %p",
H A DThreads.cpp77 #define ALOGVV ALOGV macro
79 #define ALOGVV(a...) do { } while(0) macro
3046 ALOGVV("track %d s=%08x [OK] on thread %p", name, cblk->mServer, this);
3209 ALOGVV("track %d s=%08x [NOT READY] on thread %p", name, cblk->mServer, this);
3623 ALOGVV("track %d s=%08x [OK]", track->name(), cblk->mServer);
3649 ALOGVV("track %d s=%08x [NOT READY]", track->name(), cblk->mServer);
4006 ALOGVV("OffloadThread: track %d s=%08x [OK]", track->name(), cblk->mServer);
4064 ALOGVV("OffloadThread: track %d s=%08x [NOT READY]", track->name(), cblk->mServer);
4155 ALOGVV("waitingAsyncCallback_l mWriteAckSequence %d mDrainSequence %d",
H A DAudioFlinger.cpp76 #define ALOGVV ALOGV macro
78 #define ALOGVV(a...) do { } while(0) macro
959 ALOGVV("getParameters() io %d, keys %s, calling pid %d",

Completed in 2696 milliseconds