Searched defs:ALOGVV (Results 1 - 14 of 14) sorted by relevance

/frameworks/av/services/audioflinger/
H A DPatchPanel.cpp40 #define ALOGVV ALOGV macro
42 #define ALOGVV(a...) do { } while(0) macro
H A DAudioMixer.cpp62 #define ALOGVV ALOGV macro
63 //define ALOGVV printf // for test-mixer.cpp
65 #define ALOGVV(a...) do { } while (0) macro
511 ALOGVV("mMixerFormat:%#x mMixerInFormat:%#x\n", t->mMixerFormat, t->mMixerInFormat);
945 ALOGVV("Creating resampler:"
1213 ALOGVV("track__genericResample\n");
1324 ALOGVV("track__16BitsStereo\n");
1416 ALOGVV("track__16BitsMono\n");
1504 ALOGVV("process__nop\n");
1551 ALOGVV("process__genericNoResamplin
[all...]
H A DEffects.cpp42 #define ALOGVV ALOGV macro
44 #define ALOGVV(a...) do { } while(0) macro
545 ALOGVV("command(), cmdCode: %d, mEffectInterface: %p", cmdCode, mEffectInterface);
1200 ALOGVV("command(), cmdCode: %d, mHasControl: %d, mEffect: %p",
H A DTracks.cpp50 #define ALOGVV ALOGV macro
52 #define ALOGVV(a...) do { } while(0) macro
1357 ALOGVV("setMediaTimeTransform az=%lld bz=%lld n=%d d=%u tgt=%d",
1467 ALOGVV("*** getNextBuffer head.pts=%lld head.pos=%d pts=%lld"
1490 ALOGVV("*** on time: head.pos=%d frameCount=%u",
H A DAudioFlinger.cpp76 #define ALOGVV ALOGV macro
78 #define ALOGVV(a...) do { } while(0) macro
1092 ALOGVV("getParameters() io %d, keys %s, calling pid %d",
H A DThreads.cpp82 #define ALOGVV ALOGV macro
84 #define ALOGVV(a...) do { } while(0) macro
3411 ALOGVV("track %d s=%08x [OK] on thread %p", name, cblk->mServer, this);
3607 ALOGVV("track %d s=%08x [NOT READY] on thread %p", name, cblk->mServer, this);
4068 ALOGVV("track %d s=%08x [OK]", track->name(), cblk->mServer);
4576 ALOGVV("OffloadThread: track %d s=%08x [OK]", track->name(), cblk->mServer);
4614 ALOGVV("OffloadThread: track %d s=%08x [NOT READY]", track->name(), cblk->mServer);
4697 ALOGVV("waitingAsyncCallback_l mWriteAckSequence %d mDrainSequence %d",
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DZslProcessor.cpp23 #define ALOGVV(...) ALOGV(__VA_ARGS__) macro
25 #define ALOGVV(...) ((void)0) macro
85 ALOGVV("Got preview frame for timestamp %" PRId64, timestamp);
442 ALOGVV("Trying to get next buffer");
451 ALOGVV(" No buffer");
459 ALOGVV("In capture, discarding new ZSL buffers");
464 ALOGVV("Got ZSL buffer: head: %d, tail: %d", mZslQueueHead, mZslQueueTail);
467 ALOGVV("Releasing oldest buffer");
480 ALOGVV(" Acquired buffer, timestamp %" PRId64, queueHead.buffer.mTimestamp);
488 ALOGVV("Scannin
[all...]
H A DZslProcessor3.cpp23 #define ALOGVV(...) ALOGV(__VA_ARGS__) macro
25 #define ALOGVV(...) ((void)0) macro
119 ALOGVV("Got preview metadata for frame %d with timestamp %" PRId64, frameNumber, timestamp);
564 ALOGVV("%s: ZSL queue frame AE state is %d, need "
595 ALOGVV("%s: ZSL queue frame AF state is %d is not good for capture, skip it",
605 ALOGVV("%s: Saw timestamp %" PRId64, __FUNCTION__, frameTimestamp);
H A DStreamingProcessor.cpp23 #define ALOGVV(...) ALOGV(__VA_ARGS__) macro
25 #define ALOGVV(...) ((void)0) macro
708 ALOGVV("OnRecordingFrame: Frame %d", mRecordingFrameCount);
759 ALOGVV("%s: Camera %d: Timestamp %lld",
772 ALOGVV("%s: Camera %d: Sending out buffer_handle_t %p",
836 ALOGVV("%s: Camera %d: Freeing buffer_handle_t %p", __FUNCTION__,
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_CameraMetadata.cpp47 #define ALOGVV ALOGV macro
50 #define ALOGVV(...) macro
654 ALOGVV("%s: Trying to match against section '%s'",
659 ALOGVV("%s: Key begins with section name", __FUNCTION__);
667 ALOGVV("%s: Found new best section (%s)", __FUNCTION__, section);
/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
199 ALOGVV("%s: E", __FUNCTION__);
675 ALOGVV("%s: E", __FUNCTION__);
697 ALOGVV("%s: E", __FUNCTION__);
703 ALOGVV("%s: Empty", __FUNCTION__);
708 ALOGVV("%s: Streaming %d frames to queue", __FUNCTION__,
724 ALOGVV("MetadataQueue: deque (%d buffers)", mCount);
1304 ALOGVV("Stream %d dequeue: Buffer %p dequeued", stream->mId, (void*)(**buffer));
1315 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
456 ALOGVV("%s: E", __FUNCTION__);
1756 ALOGVV("%s: Camera %d: Frame %d, Request ID %d: AF mode %d, AWB mode %d, "
1854 ALOGVV("%s: Camera %d: Frame %d: No %s provided by HAL!", __FUNCTION__,
1936 ALOGVV("%s: removed frame %d from InFlightMap", __FUNCTION__, frameNumber);
1975 ALOGVV("%s: Camera %d: Set frame# in metadata (%d)",
1998 ALOGVV("%s: result requestId = %" PRId32 ", frameNumber = %" PRId64
2058 ALOGVV("%s: got InFlightRequest requestId = %" PRId32
2323 ALOGVV("Camer
[all...]
/frameworks/av/services/audiopolicy/
H A DAudioPolicyManager.cpp22 #define ALOGVV ALOGV macro
24 #define ALOGVV(a...) do { } while(0) macro
4068 ALOGVV("getOutputsForDevice() device %04x", device);
4070 ALOGVV("output %d isDuplicated=%d device=%04x",
4073 ALOGVV("getOutputsForDevice() found output %d", openOutputs.keyAt(i));
4103 ALOGVV("checkOutputForStrategy(): policy related outputs");
4108 ALOGVV(" previous outputs: adding %d", desc->mIoHandle);
4115 ALOGVV(" new outputs: adding %d", desc->mIoHandle);
4521 ALOGVV("getDeviceForStrategy() from cache strategy %d, device %x",
4800 ALOGVV("getDeviceForStrateg
[all...]

Completed in 5012 milliseconds