Searched refs:pointers (Results 1 - 10 of 10) sorted by relevance

/frameworks/native/include/input/
H A DInputTransport.h101 } pointers[MAX_POINTERS]; member in struct:android::InputMessage::Body::Motion
106 return pointers[index].properties.id;
366 PointerCoords pointers[MAX_POINTERS]; member in struct:android::InputConsumer::History
372 uint32_t id = msg->body.motion.pointers[i].properties.id;
375 pointers[i].copyFrom(msg->body.motion.pointers[i].coords);
380 return pointers[idToIndex[id]];
/frameworks/native/libs/input/tests/
H A DStructLayout_test.cpp64 CHECK_OFFSET(InputMessage::Body::Motion, pointers, 80);
/frameworks/native/libs/input/
H A DInputTransport.cpp316 ALOGE("channel '%s' publisher ~ Invalid number of pointers provided: %" PRIu32 ".",
339 msg.body.motion.pointers[i].properties.copyFrom(pointerProperties[i]);
340 msg.body.motion.pointers[i].coords.copyFrom(pointerCoords[i]);
659 uint32_t id = msg->body.motion.pointers[i].properties.id;
661 PointerCoords& msgCoords = msg->body.motion.pointers[i].coords;
700 // Ensure that the current sample has all of the pointers that need to be reported.
765 PointerCoords& resampledCoords = touchState.lastResample.pointers[i];
793 event->addSample(sampleTime, touchState.lastResample.pointers);
902 pointerProperties[i].copyFrom(msg->body.motion.pointers[i].properties);
903 pointerCoords[i].copyFrom(msg->body.motion.pointers[
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s43 ; * [in] pSrcMVLeftMB pointers to the motion vector buffers of the
46 ; * [in] pSrcMVUpperMB pointers to the motion vector buffers of the
49 ; * [in] pSrcMVUpperRightMB pointers to the motion vector buffers of the
H A DomxVCM4P2_PredictReconCoefIntra_s.s70 ; * - At least one of the pointers is NULL: pSrcDst, pPredBufRow, or pPredBufCol.
73 ; * - At least one of the pointers pSrcDst, pPredBufRow, or pPredBufCol is not
132 ;// Assigning pointers to Input arguments on Stack
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_DecodePadMV_PVOP_s.s43 ; * [in] pSrcMVLeftMB pointers to the motion vector buffers of the
46 ; * [in] pSrcMVUpperMB pointers to the motion vector buffers of the
49 ; * [in] pSrcMVUpperRightMB pointers to the motion vector buffers of the
H A DomxVCM4P2_PredictReconCoefIntra_s.s70 ; * - At least one of the pointers is NULL: pSrcDst, pPredBufRow, or pPredBufCol.
73 ; * - At least one of the pointers pSrcDst, pPredBufRow, or pPredBufCol is not
164 ;// Assigning pointers to Input arguments on Stack
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/
H A DomxVCM4P10_FilterDeblockingChroma_VerEdge_I_s.s196 ;Realign the pointers
/frameworks/native/services/inputflinger/
H A DInputReader.cpp30 // Log debug messages about pointers.
1443 pointers[i] = other.pointers[i];
1445 int id = pointers[i].id;
1686 // MultiTouch Sync: The driver has returned all data for *one* of the pointers.
2697 const RawPointerData::Pointer& pointer = mLastRawPointerData.pointers[i];
3324 // Max width between pointers to detect a swipe gesture is more than some fraction
4027 // There may be pointers going up and pointers going down and pointers movin
[all...]
H A DInputReader.h199 // at least two pointers have moved at least this far from their starting place.
765 /* Raw data for a collection of pointers including a pointer id mapping table. */
785 Pointer pointers[MAX_POINTERS]; member in struct:android::RawPointerData
808 return pointers[idToIndex[id]];
812 return pointers[pointerIndex].isHovering;
817 /* Cooked data for a collection of pointers including a pointer id mapping table. */
1617 // A velocity tracker for determining whether to switch active pointers during drags.
1716 // Updates pointer coords and properties for pointers with specified ids that have moved.

Completed in 380 milliseconds