Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorDevice.cpp144 ALOGD_IF(DEBUG_CONNECTIONS, in activate()
149 ALOGD_IF(DEBUG_CONNECTIONS, "enable index=%zd", info.batchParams.indexOfKey(ident)); in activate()
165 ALOGD_IF(DEBUG_CONNECTIONS, "disable index=%zd", info.batchParams.indexOfKey(ident)); in activate()
177 ALOGD_IF(DEBUG_CONNECTIONS, in activate()
196 ALOGD_IF(DEBUG_CONNECTIONS, "\t>>> actuating h/w activate handle=%d enabled=%d", handle, in activate()
211 ALOGD_IF(DEBUG_CONNECTIONS, "\t>>> actuating h/w setDelay %d %" PRId64, handle, in activate()
234 ALOGD_IF(DEBUG_CONNECTIONS, in batch()
253 ALOGD_IF(DEBUG_CONNECTIONS, in batch()
263 … ALOGD_IF(DEBUG_CONNECTIONS, "\t>>> actuating h/w BATCH %d %d %" PRId64 " %" PRId64, handle, in batch()
320 ALOGD_IF(DEBUG_CONNECTIONS, "\t>>> actuating h/w flush %d", handle); in flush()
[all …]
DSensorService.cpp790 ALOGD_IF(DEBUG_CONNECTIONS, "%zu active sensors", size); in cleanupConnection()
794 ALOGD_IF(DEBUG_CONNECTIONS, "%zu: disabling handle=0x%08x", i, handle); in cleanupConnection()
804 ALOGD_IF(DEBUG_CONNECTIONS, in cleanupConnection()
809 ALOGD_IF(DEBUG_CONNECTIONS, "... and it was the last connection"); in cleanupConnection()
908 ALOGD_IF(DEBUG_CONNECTIONS, "Calling batch handle==%d flags=%d" in enable()
931 ALOGD_IF(DEBUG_CONNECTIONS, "Calling activate on %d", handle); in enable()
1358 #if DEBUG_CONNECTIONS in SensorEventConnection()
1365 ALOGD_IF(DEBUG_CONNECTIONS, "~SensorEventConnection(%p)", this); in ~SensorEventConnection()
1401 #if DEBUG_CONNECTIONS in dump()
1482 ALOGD_IF(DEBUG_CONNECTIONS, "%p removeFd fd=%d", this, mChannel->getSendFd()); in updateLooperRegistrationLocked()
[all …]
DSensorService.h50 #define DEBUG_CONNECTIONS false macro
226 #if DEBUG_CONNECTIONS
DSensorFusion.cpp90 ALOGD_IF(DEBUG_CONNECTIONS, in activate()