Home
last modified time | relevance | path

Searched refs:DEBUG_CONNECTIONS (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/services/sensorservice/
DSensorDevice.cpp143 ALOGD_IF(DEBUG_CONNECTIONS, in activate()
148 ALOGD_IF(DEBUG_CONNECTIONS, "enable index=%zd", info.batchParams.indexOfKey(ident)); in activate()
160 ALOGD_IF(DEBUG_CONNECTIONS, "disable index=%zd", info.batchParams.indexOfKey(ident)); in activate()
172 ALOGD_IF(DEBUG_CONNECTIONS, in activate()
187 … ALOGD_IF(DEBUG_CONNECTIONS, "\t>>> actuating h/w activate handle=%d enabled=%d", handle, enabled); in activate()
201 ALOGD_IF(DEBUG_CONNECTIONS, "\t>>> actuating h/w setDelay %d %" PRId64, handle, in activate()
224 ALOGD_IF(DEBUG_CONNECTIONS, in batch()
243 ALOGD_IF(DEBUG_CONNECTIONS, in batch()
253 … ALOGD_IF(DEBUG_CONNECTIONS, "\t>>> actuating h/w BATCH %d %d %" PRId64 " %" PRId64, handle, in batch()
309 ALOGD_IF(DEBUG_CONNECTIONS, "\t>>> actuating h/w flush %d", handle); in flush()
DSensorService.cpp673 ALOGD_IF(DEBUG_CONNECTIONS, "%zu active sensors", size); in cleanupConnection()
677 ALOGD_IF(DEBUG_CONNECTIONS, "%zu: disabling handle=0x%08x", i, handle); in cleanupConnection()
687 ALOGD_IF(DEBUG_CONNECTIONS, in cleanupConnection()
692 ALOGD_IF(DEBUG_CONNECTIONS, "... and it was the last connection"); in cleanupConnection()
775 ALOGD_IF(DEBUG_CONNECTIONS, "Calling batch handle==%d flags=%d" in enable()
798 ALOGD_IF(DEBUG_CONNECTIONS, "Calling activate on %d", handle); in enable()
1038 #if DEBUG_CONNECTIONS in SensorEventConnection()
1045 ALOGD_IF(DEBUG_CONNECTIONS, "~SensorEventConnection(%p)", this); in ~SensorEventConnection()
1079 #if DEBUG_CONNECTIONS in dump()
1154 ALOGD_IF(DEBUG_CONNECTIONS, "%p removeFd fd=%d", this, mChannel->getSendFd()); in updateLooperRegistrationLocked()
[all …]
DSensorService.h42 #define DEBUG_CONNECTIONS false macro
166 #if DEBUG_CONNECTIONS
DSensorFusion.cpp90 ALOGD_IF(DEBUG_CONNECTIONS, in activate()