Home | History | Annotate | Download | only in input

Lines Matching full:pointercount

78             return body.motion.pointerCount > 0
79 && body.motion.pointerCount <= MAX_POINTERS;
301 uint32_t pointerCount,
309 "pointerCount=%" PRIu32,
312 xOffset, yOffset, xPrecision, yPrecision, downTime, eventTime, pointerCount);
320 if (pointerCount > MAX_POINTERS || pointerCount < 1) {
322 mChannel->getName().string(), pointerCount);
344 msg.body.motion.pointerCount = pointerCount;
345 for (uint32_t i = 0; i < pointerCount; i++) {
670 for (uint32_t i = 0; i < msg.body.motion.pointerCount; i++) {
718 size_t pointerCount = event->getPointerCount();
719 for (size_t i = 0; i < pointerCount; i++) {
788 for (size_t i = 0; i < pointerCount; i++) {
929 uint32_t pointerCount = msg->body.motion.pointerCount;
930 PointerProperties pointerProperties[pointerCount];
931 PointerCoords pointerCoords[pointerCount];
932 for (uint32_t i = 0; i < pointerCount; i++) {
952 pointerCount,
958 uint32_t pointerCount = msg->body.motion.pointerCount;
959 PointerCoords pointerCoords[pointerCount];
960 for (uint32_t i = 0; i < pointerCount; i++) {
970 uint32_t pointerCount = msg->body.motion.pointerCount;
971 if (head.body.motion.pointerCount != pointerCount
975 for (size_t i = 0; i < pointerCount; i++) {