Searched refs:spotIdToIndex (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/libs/input/ |
D | TouchSpotController.cpp | 79 void TouchSpotController::setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex, in setSpots() argument 86 const PointerCoords& c = spotCoords[spotIdToIndex[id]]; in setSpots() 100 const PointerCoords& c = spotCoords[spotIdToIndex[id]]; in setSpots()
|
D | PointerController.cpp | 130 void PointerController::setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex, in setSpots() argument 137 mLocked.spotControllers.at(displayId).setSpots(spotCoords, spotIdToIndex, spotIdBits); in setSpots()
|
D | TouchSpotController.h | 34 void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
|
D | PointerController.h | 64 virtual void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
|
/frameworks/native/services/inputflinger/include/ |
D | PointerControllerInterface.h | 97 virtual void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | TouchInputMapper.h | 806 void setTouchSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
|
D | TouchInputMapper.cpp | 4033 void TouchInputMapper::setTouchSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex, in setTouchSpots() argument 4038 const uint32_t index = spotIdToIndex[idBits.clearFirstMarkedBit()]; in setTouchSpots() 4054 mPointerController->setSpots(outSpotCoords.data(), spotIdToIndex, spotIdBits, displayId); in setTouchSpots()
|