Searched refs:touchScreenEventArrays (Results 1 – 1 of 1) sorted by relevance
23 …ProcessingTouchScreenDevice::TransformJsonDataToInputData(const DeviceItem &touchScreenEventArrays, in TransformJsonDataToInputData() argument27 if (!touchScreenEventArrays.events.empty()) { in TransformJsonDataToInputData()28 return TransformJsonDataSingleTouchScreen(touchScreenEventArrays, inputEventArray); in TransformJsonDataToInputData()30 std::vector<DeviceEvent> inputData = touchScreenEventArrays.events; in TransformJsonDataToInputData()48 …singTouchScreenDevice::TransformJsonDataSingleTouchScreen(const DeviceItem &touchScreenEventArrays, in TransformJsonDataSingleTouchScreen() argument52 std::vector<DeviceEvent> inputData = touchScreenEventArrays.events; in TransformJsonDataSingleTouchScreen()