Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h243 DEVICE_MODE_DISABLED, // input is disabled enumerator
DTouchInputMapper.cpp167 mDeviceMode(DEVICE_MODE_DISABLED), in TouchInputMapper()
187 if (mDeviceMode != DEVICE_MODE_DISABLED) { in populateDeviceInfo()
331 case DEVICE_MODE_DISABLED: in modeToString()
658 mDeviceMode = DEVICE_MODE_DISABLED; in configureSurface()
669 mDeviceMode = DEVICE_MODE_DISABLED; in configureSurface()
1480 if (mDeviceMode == DEVICE_MODE_DISABLED) { in processRawTouches()