Searched refs:ALOGD_IF (Results 1 - 18 of 18) sorted by relevance

/frameworks/native/services/sensorservice/
H A DSensorDevice.cpp159 ALOGD_IF(DEBUG_CONNECTIONS,
164 ALOGD_IF(DEBUG_CONNECTIONS, "enable index=%zd", info.batchParams.indexOfKey(ident));
180 ALOGD_IF(DEBUG_CONNECTIONS, "disable index=%zd", info.batchParams.indexOfKey(ident));
192 ALOGD_IF(DEBUG_CONNECTIONS,
211 ALOGD_IF(DEBUG_CONNECTIONS, "\t>>> actuating h/w activate handle=%d enabled=%d", handle,
226 ALOGD_IF(DEBUG_CONNECTIONS, "\t>>> actuating h/w setDelay %d %" PRId64, handle,
249 ALOGD_IF(DEBUG_CONNECTIONS,
268 ALOGD_IF(DEBUG_CONNECTIONS,
278 ALOGD_IF(DEBUG_CONNECTIONS, "\t>>> actuating h/w BATCH %d %d %" PRId64 " %" PRId64, handle,
334 ALOGD_IF(DEBUG_CONNECTION
[all...]
H A DSensorEventConnection.cpp42 ALOGD_IF(DEBUG_CONNECTIONS, "~SensorEventConnection(%p)", this);
158 ALOGD_IF(DEBUG_CONNECTIONS, "%p removeFd fd=%d", this,
179 ALOGD_IF(DEBUG_CONNECTIONS, "removeFd fd=%d", mChannel->getSendFd());
190 ALOGD_IF(DEBUG_CONNECTIONS, "%p addFd fd=%d", this, mChannel->getSendFd());
218 ALOGD_IF(DEBUG_CONNECTIONS, "flush complete event sensor==%d ",
239 ALOGD_IF(DEBUG_CONNECTIONS, "First flush event for sensor==%d ",
373 ALOGD_IF(DEBUG_CONNECTIONS, "reAllocateCacheLocked maxCacheSize=%d %d", mMaxCacheSize,
408 ALOGD_IF(DEBUG_CONNECTIONS, "sent dropped flush complete event==%d ",
453 ALOGD_IF(DEBUG_CONNECTIONS, "wrote %d events from cache size==%d ",
463 ALOGD_IF(DEBUG_CONNECTION
[all...]
H A DSensorService.cpp944 ALOGD_IF(DEBUG_CONNECTIONS, "%zu active sensors", size);
948 ALOGD_IF(DEBUG_CONNECTIONS, "%zu: disabling handle=0x%08x", i, handle);
959 ALOGD_IF(DEBUG_CONNECTIONS,
964 ALOGD_IF(DEBUG_CONNECTIONS, "... and it was the last connection");
1060 ALOGD_IF(DEBUG_CONNECTIONS, "Calling batch handle==%d flags=%d"
1087 ALOGD_IF(DEBUG_CONNECTIONS, "Calling activate on %d", handle);
H A DSensorFusion.cpp125 ALOGD_IF(DEBUG_CONNECTIONS,
/frameworks/ex/framesequence/jni/utils/
H A Dlog.h83 #ifndef ALOGD_IF
84 #define ALOGD_IF(cond, ...) \ macro
/frameworks/base/libs/hwui/
H A DGlopBuilder.cpp706 ALOGD_IF(fill.colorEnabled, " color (argb) %.2f %.2f %.2f %.2f",
708 ALOGD_IF(fill.filterMode != ProgramDescription::ColorFilterMode::None,
710 ALOGD_IF(fill.skiaShaderData.skiaShaderType, " shader type %d",
716 ALOGD_IF(glop.transform.transformFlags, " transformFlags 0x%x", glop.transform.transformFlags);
718 ALOGD_IF(glop.roundRectClipState, "Glop RRCS %p", glop.roundRectClipState);
/frameworks/av/camera/
H A DCamera.cpp165 ALOGD_IF(bufferProducer == 0, "app passed NULL surface");
174 ALOGD_IF(bufferProducer == 0, "app passed NULL video surface");
/frameworks/native/libs/binder/
H A DIMemory.cpp417 ALOGD_IF(VERBOSE,
450 ALOGD_IF(VERBOSE,
/frameworks/native/opengl/libs/EGL/
H A Degl_display.cpp395 ALOGD_IF(!mDpyValid || !cnx->egl.eglAwakenProcessIMG,
/frameworks/av/services/camera/libcameraservice/api1/
H A DCameraClient.cpp30 #define LOG1(...) ALOGD_IF(gLogLevel >= 1, __VA_ARGS__);
31 #define LOG2(...) ALOGD_IF(gLogLevel >= 2, __VA_ARGS__);
H A DCamera2Client.cpp37 #define ALOG1(...) ALOGD_IF(gLogLevel >= 1, __VA_ARGS__);
38 #define ALOG2(...) ALOGD_IF(gLogLevel >= 2, __VA_ARGS__);
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp57 ALOGD_IF(DEBUG >= (level), #fn "(%x:%s, " fmt ")", mNodeID, mName, ##__VA_ARGS__)
65 ALOGD_IF(cond, #fn "(%x, " fmt ")", mNodeID, ##__VA_ARGS__)
/frameworks/av/services/audioflinger/
H A DAudioMixer.cpp550 ALOGD_IF(*pPrevVolume != *pSetVolume, "previous float ramp hasn't finished,"
581 ALOGD_IF(*pIntPrevVolume != *pIntSetVolume << 16, "previous int ramp hasn't finished,"
H A DThreads.cpp1426 ALOGD_IF((mType == OFFLOAD) && !effect->isOffloadable(),
3196 ALOGD_IF(!audio_is_a2dp_out_device(outDevice()),
/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp78 #define LOG1(...) ALOGD_IF(gLogLevel >= 1, __VA_ARGS__);
79 #define LOG2(...) ALOGD_IF(gLogLevel >= 2, __VA_ARGS__);
/frameworks/native/services/surfaceflinger/
H A DLayer.cpp1388 ALOGD_IF(DEBUG_RESIZE,
1823 ALOGD_IF(DEBUG_RESIZE,
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp1269 ALOGD_IF(mResetting, "resetting, onResume discarded");
H A DNuPlayerRenderer.cpp495 ALOGD_IF(delayUs > maxDrainDelayUs, "postDrainAudioQueue long delay: %lld > %lld",

Completed in 1225 milliseconds