Home
last modified time | relevance | path

Searched refs:spotIdToIndex (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/libs/input/
DTouchSpotController.cpp79 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()
DPointerController.cpp130 void PointerController::setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex, in setSpots() argument
137 mLocked.spotControllers.at(displayId).setSpots(spotCoords, spotIdToIndex, spotIdBits); in setSpots()
DTouchSpotController.h34 void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
DPointerController.h64 virtual void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
/frameworks/native/services/inputflinger/include/
DPointerControllerInterface.h97 virtual void setSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h806 void setTouchSpots(const PointerCoords* spotCoords, const uint32_t* spotIdToIndex,
DTouchInputMapper.cpp4033 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()