Searched refs:spotIdToIndex (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/libs/input/ |
D | TouchSpotController.cpp | 88 void TouchSpotController::setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex, in setSpots() argument 95 const PointerCoords& c = spotCoords[spotIdToIndex[id]]; in setSpots() 109 const PointerCoords& c = spotCoords[spotIdToIndex[id]]; in setSpots()
|
D | PointerController.cpp | 204 void PointerController::setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex, in setSpots() argument 211 const uint32_t index = spotIdToIndex[idBits.clearFirstMarkedBit()]; in setSpots() 227 mLocked.spotControllers.at(displayId).setSpots(outSpotCoords.data(), spotIdToIndex, spotIdBits, in setSpots()
|
D | TouchSpotController.h | 34 void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
|
D | PointerController.h | 64 void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
|
/frameworks/native/services/inputflinger/include/ |
D | PointerControllerInterface.h | 127 virtual void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
|