Searched refs:touch_msg (Results 1 – 7 of 7) sorted by relevance
/device/soc/bestechnic/bes2600/liteos_m/components/drivers/touch/ |
D | touch.c | 51 struct touch_msg last_msg = {0}; in touch_task() 58 struct touch_msg msg; in touch_task() 60 … if (msg.event != TOUCH_EVENT_NONE && memcmp(&msg, &last_msg, sizeof(struct touch_msg)) != 0) { in touch_task() 72 int TouchRead(DevHandle handle, struct touch_msg *msg, uint32_t timeout) in TouchRead() 98 dev->mq = osMessageQueueNew(TOUCH_MSG_MAX, sizeof(struct touch_msg), NULL); in TouchOpen()
|
D | touch.h | 34 int (*read)(struct touch_device *, struct touch_msg *);
|
D | touch_ztw523.c | 141 static int ztw_get_point(struct touch_device *dev, struct touch_msg *msg) in ztw_get_point()
|
D | touch_fts.c | 465 static int tpd_get_point(struct touch_device *dev, struct touch_msg *msg) in tpd_get_point()
|
/device/soc/bestechnic/bes2600/liteos_m/components/ui/ |
D | touch_input.h | 30 bool IsValidTouchMsg(struct touch_msg *msg); 33 struct touch_msg msg = {0};
|
D | touch_input.cpp | 35 bool TouchInput::IsValidTouchMsg(struct touch_msg *msg) in IsValidTouchMsg() 49 struct touch_msg tmp[TOUCH_MSG_MAX] = {0}; in Read()
|
/device/soc/bestechnic/bes2600/liteos_m/components/drivers/touch/include/ |
D | touch_if.h | 34 struct touch_msg { struct 44 int TouchRead(DevHandle handle, struct touch_msg *msg, uint32_t timeout); argument
|