Home
last modified time | relevance | path

Searched refs:DEBUG_MAPPING (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/input/
DKeyLayoutMap.cpp49 const bool DEBUG_MAPPING = variable
171 ALOGD_IF(DEBUG_MAPPING, "mapKey: scanCode=%d, usageCode=0x%08x ~ Failed.", scanCode, in mapKey()
181 ALOGD_IF(DEBUG_MAPPING, in mapKey()
191 ALOGD_IF(DEBUG_MAPPING, "mapSensor: absCode=%d, ~ Failed.", absCode); in mapSensor()
195 ALOGD_IF(DEBUG_MAPPING, "mapSensor: absCode=%d, sensorType=%s, sensorDataIndex=0x%x.", absCode, in mapSensor()
230 ALOGD_IF(DEBUG_MAPPING, "mapAxis: scanCode=%d ~ Failed.", scanCode); in mapAxis()
236 ALOGD_IF(DEBUG_MAPPING, in mapAxis()
250 ALOGD_IF(DEBUG_MAPPING, "findScanCodeForLed: ledCode=%d, scanCode=%d.", ledCode, in findScanCodeForLed()
255 ALOGD_IF(DEBUG_MAPPING, "findScanCodeForLed: ledCode=%d ~ Not found.", ledCode); in findScanCodeForLed()
264 ALOGD_IF(DEBUG_MAPPING, "%s: ledCode=%d, usage=%x.", __func__, ledCode, *outUsageCode); in findUsageCodeForLed()
[all …]
DKeyCharacterMap.cpp44 #define DEBUG_MAPPING 0 macro
76 #if DEBUG_MAPPING
287 #if DEBUG_MAPPING in getDisplayLabel()
299 #if DEBUG_MAPPING in getNumber()
312 #if DEBUG_MAPPING in getCharacter()
333 #if DEBUG_MAPPING in getFallbackAction()
365 #if DEBUG_MAPPING in getMatch()
380 #if DEBUG_MAPPING in getEvents()
393 #if DEBUG_MAPPING in getEvents()
410 #if DEBUG_MAPPING in mapKey()
[all …]