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

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioGain.cpp22 #define ALOGVV ALOGV macro
24 #define ALOGVV(a...) do { } while(0) macro
H A DStreamDescriptor.cpp22 #define ALOGVV ALOGV macro
24 #define ALOGVV(a...) do { } while(0) macro
/frameworks/av/services/audiopolicy/enginedefault/src/
H A DGains.cpp22 #define ALOGVV ALOGV macro
24 #define ALOGVV(a...) do { } while(0) macro
234 ALOGVV("VOLUME vol index=[%d %d %d], dB=[%.1f %.1f %.1f]",
H A DEngine.cpp22 #define ALOGVV ALOGV macro
24 #define ALOGVV(a...) do { } while(0) macro
587 ALOGVV("getDeviceForStrategy() strategy %d, device %x", strategy, device);
/frameworks/av/services/audioflinger/
H A DPatchPanel.cpp40 #define ALOGVV ALOGV macro
42 #define ALOGVV(a...) do { } while(0) macro
H A DAudioMixer.cpp59 #define ALOGVV ALOGV macro
60 //define ALOGVV printf // for test-mixer.cpp
62 #define ALOGVV(a...) do { } while (0) macro
240 ALOGVV("mMixerFormat:%#x mMixerInFormat:%#x\n", t->mMixerFormat, t->mMixerInFormat);
782 ALOGVV("Creating resampler:"
1081 ALOGVV("track__genericResample\n");
1192 ALOGVV("track__16BitsStereo\n");
1284 ALOGVV("track__16BitsMono\n");
1372 ALOGVV("process__nop\n");
1419 ALOGVV("process__genericNoResamplin
[all...]
H A DEffects.cpp42 #define ALOGVV ALOGV macro
44 #define ALOGVV(a...) do { } while(0) macro
553 ALOGVV("command(), cmdCode: %d, mEffectInterface: %p", cmdCode, mEffectInterface);
1208 ALOGVV("command(), cmdCode: %d, mHasControl: %d, mEffect: %p",
H A DTracks.cpp51 #define ALOGVV ALOGV macro
53 #define ALOGVV(a...) do { } while(0) macro
1347 ALOGVV("setMediaTimeTransform az=%lld bz=%lld n=%d d=%u tgt=%d",
1457 ALOGVV("*** getNextBuffer head.pts=%lld head.pos=%d pts=%lld"
1480 ALOGVV("*** on time: head.pos=%d frameCount=%u",
H A DAudioFlinger.cpp78 #define ALOGVV ALOGV macro
80 #define ALOGVV(a...) do { } while(0) macro
1118 ALOGVV("getParameters() io %d, keys %s, calling pid %d",
H A DThreads.cpp85 #define ALOGVV ALOGV macro
87 #define ALOGVV(a...) do { } while(0) macro
3900 ALOGVV("track %d s=%08x [OK] on thread %p", name, cblk->mServer, this);
4106 ALOGVV("track %d s=%08x [NOT READY] on thread %p", name, cblk->mServer, this);
4589 ALOGVV("track %d s=%08x [OK]", track->name(), cblk->mServer);
5119 ALOGVV("OffloadThread: track %d s=%08x [OK]", track->name(), cblk->mServer);
5157 ALOGVV("OffloadThread: track %d s=%08x [NOT READY]", track->name(), cblk->mServer);
5239 ALOGVV("waitingAsyncCallback_l mWriteAckSequence %d mDrainSequence %d",
6547 ALOGVV("NO RESAMPLING sampleRate:%u mSrcFormat:%#x mDstFormat:%#x",
6566 ALOGVV("RESAMPLIN
[all...]
/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DEngine.cpp22 #define ALOGVV ALOGV macro
24 #define ALOGVV(a...) do { } while(0) macro
/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
765 ALOGVV("OnRecordingFrame: Frame %d", mRecordingFrameCount);
816 ALOGVV("%s: Camera %d: Timestamp %lld",
831 ALOGVV("%s: Camera %d: Sending out ANWBuffer %p",
894 ALOGVV("%s: Camera %d: Freeing returned ANW buffer %p index %d", __FUNCTION__,
/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);
477 ALOGVV("Setting buffer count to %d",
492 ALOGVV("Dequeue buffer from %p", anw.get());
503 ALOGVV("Lock buffer from %p for write", anw.get());
530 ALOGVV("Unlock buffer from %p", anw.get());
534 ALOGVV("Set timestamp to %p", anw.get());
538 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
198 ALOGVV("%s: E", __FUNCTION__);
695 ALOGVV("%s: E", __FUNCTION__);
717 ALOGVV("%s: E", __FUNCTION__);
723 ALOGVV("%s: Empty", __FUNCTION__);
728 ALOGVV("%s: Streaming %d frames to queue", __FUNCTION__,
744 ALOGVV("MetadataQueue: deque (%d buffers)", mCount);
1324 ALOGVV("Stream %d dequeue: Buffer %p dequeued", stream->mId, (void*)(**buffer));
1335 ALOGVV("Strea
[all...]
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp22 #define ALOGVV ALOGV macro
24 #define ALOGVV(a...) do { } while(0) macro
3782 ALOGVV("getOutputsForDevice() device %04x", device);
3784 ALOGVV("output %d isDuplicated=%d device=%04x",
3788 ALOGVV("getOutputsForDevice() found output %d", openOutputs.keyAt(i));
3818 ALOGVV("checkOutputForStrategy(): policy related outputs");
3823 ALOGVV(" previous outputs: adding %d", desc->mIoHandle);
3830 ALOGVV(" new outputs: adding %d", desc->mIoHandle);
4167 ALOGVV("getDeviceForStrategy() from cache strategy %d, device %x",
4218 ALOGVV("checkDeviceMuteStrategie
[all...]
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp23 #define ALOGVV(...) ALOGV(__VA_ARGS__) macro
25 #define ALOGVV(...) ((void)0) macro
507 ALOGVV("%s: E", __FUNCTION__);
1974 ALOGVV("%s: Camera %d: Frame %d, Request ID %d: AF mode %d, AWB mode %d, "
2072 ALOGVV("%s: Camera %d: Frame %d: No %s provided by HAL!", __FUNCTION__,
2153 ALOGVV("%s: removed frame %d from InFlightMap", __FUNCTION__, frameNumber);
2208 ALOGVV("%s: Camera %d: Set frame# in metadata (%d)",
2233 ALOGVV("%s: result requestId = %" PRId32 ", frameNumber = %" PRId64
2293 ALOGVV("%s: got InFlightRequest requestId = %" PRId32
2570 ALOGVV("Camer
[all...]

Completed in 6929 milliseconds