Searched refs:oldId (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Input/
H A DUsbMouse.cpp155 #define MT_CONTACT_S_REUSED 0x04 /* Report contact loss for the oldId and then new contact for the id. */
165 uint8_t oldId; /* Valid only if MT_CONTACT_S_REUSED is set. */ member in struct:MTCONTACT
1292 pRepContact->id = pCurContact->oldId;
1516 paNewContacts[i].oldId = 0; /* Not used. */
1567 pCurContact->oldId = pCurContact->id;
1605 pCurContact->oldId = pCurContact->id;
1612 LogRel3(("usbHid: dropped new contact: %d,%d id %d flags %RX8 status %RX8 oldId %d\n",
1618 pNewContact->oldId
1641 LogRel3(("usbHid: contact state[%d]: %d,%d id %d flags %RX8 status %RX8 oldId %d\n",
1648 pThis->aCurrentContactState[i].oldId
[all...]

Completed in 47 milliseconds