Home | History | Annotate | Download | only in tests

Lines Matching refs:MultiTouchInputMapper

3648     void processPosition(MultiTouchInputMapper* mapper, int32_t x, int32_t y);
3649 void processTouchMajor(MultiTouchInputMapper* mapper, int32_t touchMajor);
3650 void processTouchMinor(MultiTouchInputMapper* mapper, int32_t touchMinor);
3651 void processToolMajor(MultiTouchInputMapper* mapper, int32_t toolMajor);
3652 void processToolMinor(MultiTouchInputMapper* mapper, int32_t toolMinor);
3653 void processOrientation(MultiTouchInputMapper* mapper, int32_t orientation);
3654 void processPressure(MultiTouchInputMapper* mapper, int32_t pressure);
3655 void processDistance(MultiTouchInputMapper* mapper, int32_t distance);
3656 void processId(MultiTouchInputMapper* mapper, int32_t id);
3657 void processSlot(MultiTouchInputMapper* mapper, int32_t slot);
3658 void processToolType(MultiTouchInputMapper* mapper, int32_t toolType);
3659 void processKey(MultiTouchInputMapper* mapper, int32_t code, int32_t value);
3660 void processMTSync(MultiTouchInputMapper* mapper);
3661 void processSync(MultiTouchInputMapper* mapper);
3715 MultiTouchInputMapper* mapper, int32_t x, int32_t y) {
3721 MultiTouchInputMapper* mapper, int32_t touchMajor) {
3726 MultiTouchInputMapper* mapper, int32_t touchMinor) {
3731 MultiTouchInputMapper* mapper, int32_t toolMajor) {
3736 MultiTouchInputMapper* mapper, int32_t toolMinor) {
3741 MultiTouchInputMapper* mapper, int32_t orientation) {
3746 MultiTouchInputMapper* mapper, int32_t pressure) {
3751 MultiTouchInputMapper* mapper, int32_t distance) {
3756 MultiTouchInputMapper* mapper, int32_t id) {
3761 MultiTouchInputMapper* mapper, int32_t slot) {
3766 MultiTouchInputMapper* mapper, int32_t toolType) {
3771 MultiTouchInputMapper* mapper, int32_t code, int32_t value) {
3775 void MultiTouchInputMapperTest::processMTSync(MultiTouchInputMapper* mapper) {
3779 void MultiTouchInputMapperTest::processSync(MultiTouchInputMapper* mapper) {
3785 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice);
4062 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice);
4238 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice);
4409 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice);
4459 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice);
4497 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice);
4550 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice);
4584 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice);
4613 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice);
4774 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice);
4925 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice);
4997 MultiTouchInputMapper* mapper = new MultiTouchInputMapper(mDevice);