Searched refs:ALOGV_IF (Results 1 - 14 of 14) sorted by relevance

/frameworks/ex/framesequence/jni/utils/
H A Dlog.h65 #ifndef ALOGV_IF
67 #define ALOGV_IF(cond, ...) ((void)0) macro
69 #define ALOGV_IF(cond, ...) \ macro
/frameworks/av/services/camera/libcameraservice/
H A DCameraDeviceFactory.cpp60 ALOGV_IF(device != 0, "Created a new camera device for version %d",
/frameworks/av/services/camera/libcameraservice/device3/
H A DStatusTracker.cpp130 ALOGV_IF(!fencesDone, "%s: Fences still to wait on", __FUNCTION__);
/frameworks/av/services/audioflinger/
H A DTracks.cpp414 ALOGV_IF(sharedBuffer != 0, "sharedBuffer: %p, size: %d", sharedBuffer->pointer(),
1904 ALOGV_IF(status != NO_ERROR, "PatchTrack() %p getNextBuffer status %d", this, status);
2184 ALOGV_IF(status != NO_ERROR,
H A DAudioMixer.cpp476 ALOGV_IF(audio_channel_mask_get_bits(channelMask) != AUDIO_CHANNEL_OUT_STEREO,
1112 ALOGV_IF((n & NEEDS_CHANNEL_COUNT__MASK) > NEEDS_CHANNEL_2,
1126 ALOGV_IF((n & NEEDS_CHANNEL_COUNT__MASK) > NEEDS_CHANNEL_2,
H A DThreads.cpp517 ALOGV_IF(mConfigEvents.isEmpty(), "processConfigEvents_l() DONE thread %p", this);
3165 ALOGV_IF(mBytesWritten == 0 && (mMixerStatus == MIXER_TRACKS_ENABLED),
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp1108 ALOGV_IF(quirks.triggerAfWithAuto, "Camera %d: Quirk triggerAfWithAuto enabled",
1113 ALOGV_IF(quirks.useZslFormat, "Camera %d: Quirk useZslFormat enabled",
1118 ALOGV_IF(quirks.meteringCropRegion, "Camera %d: Quirk meteringCropRegion"
1123 ALOGV_IF(quirks.partialResults, "Camera %d: Quirk usePartialResult"
H A DStreamingProcessor.cpp849 ALOGV_IF(mRecordingHeapFree == mRecordingHeapCount,
/frameworks/av/media/libmedia/
H A DAudioTrack.cpp268 ALOGV_IF(sharedBuffer != 0, "sharedBuffer: %p, size: %d", sharedBuffer->pointer(),
1966 ALOGV_IF(status != WOULD_BLOCK, "getTimestamp error:%#x", status);
H A DToneGenerator.cpp955 ALOGV_IF(lResult, "Tone started, time %d", (unsigned int)(systemTime()/1000000));
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerRenderer.cpp1498 ALOGV_IF(err == OK, "openAudioSink: offload succeeded");
/frameworks/av/media/libeffects/testlibs/
H A DEffectReverb.c1170 ALOGV_IF(delta > (1<<30), " delta overflow %d", delta);
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp1642 ALOGV_IF(bothOffloaded, "both tracks offloaded");
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp1032 ALOGV_IF(mDisplays[dpy]->getDisplayType() == DisplayDevice::DISPLAY_VIRTUAL,

Completed in 971 milliseconds