Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/
DSensorEventConnection.cpp38 #if DEBUG_CONNECTIONS in SensorEventConnection()
45 ALOGD_IF(DEBUG_CONNECTIONS, "~SensorEventConnection(%p)", this); in ~SensorEventConnection()
93 #if DEBUG_CONNECTIONS in dump()
173 ALOGD_IF(DEBUG_CONNECTIONS, "%p removeFd fd=%d", this, in updateLooperRegistrationLocked()
194 ALOGD_IF(DEBUG_CONNECTIONS, "removeFd fd=%d", mChannel->getSendFd()); in updateLooperRegistrationLocked()
205 ALOGD_IF(DEBUG_CONNECTIONS, "%p addFd fd=%d", this, mChannel->getSendFd()); in updateLooperRegistrationLocked()
236 ALOGD_IF(DEBUG_CONNECTIONS, "flush complete event sensor==%d ", in sendEvents()
257 ALOGD_IF(DEBUG_CONNECTIONS, "First flush event for sensor==%d ", in sendEvents()
312 #if DEBUG_CONNECTIONS in sendEvents()
355 #if DEBUG_CONNECTIONS in sendEvents()
[all …]
DSensorDevice.cpp244 ALOGD_IF(DEBUG_CONNECTIONS, in activate()
249 ALOGD_IF(DEBUG_CONNECTIONS, "enable index=%zd", info.batchParams.indexOfKey(ident)); in activate()
267 ALOGD_IF(DEBUG_CONNECTIONS, "disable index=%zd", info.batchParams.indexOfKey(ident)); in activate()
285 ALOGD_IF(DEBUG_CONNECTIONS, in activate()
301 ALOGD_IF(DEBUG_CONNECTIONS, "\t>>> actuating h/w activate handle=%d enabled=%d", handle, in activate()
331 ALOGD_IF(DEBUG_CONNECTIONS, in batch()
355 ALOGD_IF(DEBUG_CONNECTIONS, in batch()
364 ALOGD_IF(DEBUG_CONNECTIONS, "\t>>> actuating h/w BATCH 0x%08x %" PRId64 " %" PRId64, handle, in batch()
391 ALOGD_IF(DEBUG_CONNECTIONS, "\t>>> actuating h/w flush %d", handle); in flush()
414 ALOGD_IF(DEBUG_CONNECTIONS, "\t>> reenable actuating h/w sensor enable handle=%d ", in enableAllSensors()
[all …]
DSensorDirectConnection.cpp31 ALOGD_IF(DEBUG_CONNECTIONS, "Created SensorDirectConnection"); in SensorDirectConnection()
35 ALOGD_IF(DEBUG_CONNECTIONS, "~SensorDirectConnection %p", this); in ~SensorDirectConnection()
DSensorEventConnection.h166 #if DEBUG_CONNECTIONS
DSensorService.cpp1257 ALOGD_IF(DEBUG_CONNECTIONS, "%zu active sensors", size); in cleanupConnection()
1261 ALOGD_IF(DEBUG_CONNECTIONS, "%zu: disabling handle=0x%08x", i, handle); in cleanupConnection()
1272 ALOGD_IF(DEBUG_CONNECTIONS, in cleanupConnection()
1277 ALOGD_IF(DEBUG_CONNECTIONS, "... and it was the last connection"); in cleanupConnection()
1389 ALOGD_IF(DEBUG_CONNECTIONS, "Calling batch handle==%d flags=%d" in enable()
1416 ALOGD_IF(DEBUG_CONNECTIONS, "Calling activate on %d", handle); in enable()
DSensorService.h51 #define DEBUG_CONNECTIONS false macro
DSensorFusion.cpp125 ALOGD_IF(DEBUG_CONNECTIONS, in activate()