/frameworks/base/libs/input/ |
D | PointerController.h | 64 void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex, 153 void setSpots(const PointerCoords*, const uint32_t*, BitSet32, ui::LogicalDisplayId) override { in setSpots() function 217 void setSpots(const PointerCoords*, const uint32_t*, BitSet32, ui::LogicalDisplayId) override { in setSpots() function
|
D | TouchSpotController.h | 34 void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
|
D | PointerController.cpp | 204 void PointerController::setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex, in setSpots() function in android::PointerController 227 mLocked.spotControllers.at(displayId).setSpots(outSpotCoords.data(), spotIdToIndex, spotIdBits, in setSpots()
|
D | TouchSpotController.cpp | 88 void TouchSpotController::setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex, in setSpots() function in android::TouchSpotController
|
/frameworks/native/services/inputflinger/include/ |
D | PointerControllerInterface.h | 127 virtual void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
|
/frameworks/base/libs/input/tests/ |
D | PointerController_test.cpp | 341 mPointerController->setSpots(&testSpotCoords, testIdToIndex.cbegin(), testIdBits, in TEST_F() 350 mPointerController->setSpots(&testSpotCoords, testIdToIndex.cbegin(), testIdBits, in TEST_F() 357 mPointerController->setSpots(&testSpotCoords, testIdToIndex.cbegin(), testIdBits, in TEST_F()
|
/frameworks/native/services/inputflinger/tests/ |
D | FakePointerController.h | 72 void setSpots(const PointerCoords*, const uint32_t*, BitSet32 spotIdBits,
|
D | FakePointerController.cpp | 179 void FakePointerController::setSpots(const PointerCoords*, const uint32_t*, BitSet32 spotIdBits, in setSpots() function in android::FakePointerController
|
/frameworks/native/services/inputflinger/ |
D | PointerChoreographer.cpp | 382 pc.setSpots(coords, idToIndex.cbegin(), idBits, args.displayId); in processTouchscreenAndStylusEventLocked()
|