Home
last modified time | relevance | path

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

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