Searched refs:spotIdToIndex (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/base/libs/input/ |
H A 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()
|
H A 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()
|
H A D | TouchSpotController.h | 34 void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
|
H A D | PointerController.h | 64 virtual void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
|
/aosp12/frameworks/native/services/inputflinger/include/ |
H A D | PointerControllerInterface.h | 97 virtual void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
|
/aosp12/frameworks/native/services/inputflinger/reader/mapper/ |
H A D | TouchInputMapper.h | 815 void setTouchSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
|
H A D | TouchInputMapper.cpp | 4062 void TouchInputMapper::setTouchSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex, in setTouchSpots() argument 4067 const uint32_t index = spotIdToIndex[idBits.clearFirstMarkedBit()]; in setTouchSpots() 4083 mPointerController->setSpots(outSpotCoords.data(), spotIdToIndex, spotIdBits, displayId); in setTouchSpots()
|