Home
last modified time | relevance | path

Searched refs:INDEV_TYPE_UNKNOWN (Results 1 – 5 of 5) sorted by relevance

/drivers/peripheral/input/interfaces/include/
Dinput_type.h107 INDEV_TYPE_UNKNOWN, /**< Unknown input device type */ enumerator
/drivers/hdf_core/framework/model/input/driver/
Dhdf_input_device_manager.h146 INDEV_TYPE_UNKNOWN, /* Unknown input device type */ enumerator
Dhdf_input_device_manager.c36 … if ((inputDev->devType > INDEV_TYPE_HID_BEGIN_POS) && (inputDev->devType < INDEV_TYPE_UNKNOWN)) { in IsHidDevice()
/drivers/peripheral/input/udriver/src/
Dinput_device_manager.cpp237 uint32_t type {INDEV_TYPE_UNKNOWN}; in GetInputDeviceInfoList()
267 if (type != INDEV_TYPE_UNKNOWN) { in GetInputDeviceInfoList()
/drivers/peripheral/input/hal/src/
Dinput_controller.c289 if (*deviceType >= INDEV_TYPE_UNKNOWN) { in GetDeviceType()