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

/frameworks/base/include/androidfw/
H A DInputTransport.h93 } pointers[MAX_POINTERS]; member in struct:android::InputMessage::Body::Motion
98 return pointers[index].properties.id;
355 PointerCoords pointers[MAX_POINTERS]; member in struct:android::InputConsumer::History
361 uint32_t id = msg->body.motion.pointers[i].properties.id;
364 pointers[i].copyFrom(msg->body.motion.pointers[i].coords);
369 return pointers[idToIndex[id]];
/frameworks/base/libs/androidfw/
H A DInputTransport.cpp309 ALOGE("channel '%s' publisher ~ Invalid number of pointers provided: %d.",
332 msg.body.motion.pointers[i].properties.copyFrom(pointerProperties[i]);
333 msg.body.motion.pointers[i].coords.copyFrom(pointerCoords[i]);
649 uint32_t id = msg->body.motion.pointers[i].properties.id;
651 PointerCoords& msgCoords = msg->body.motion.pointers[i].coords;
690 // Ensure that the current sample has all of the pointers that need to be reported.
755 PointerCoords& resampledCoords = touchState.lastResample.pointers[i];
783 event->addSample(sampleTime, touchState.lastResample.pointers);
892 pointerProperties[i].copyFrom(msg->body.motion.pointers[i].properties);
893 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.s29 ; * [in] pSrcMVLeftMB pointers to the motion vector buffers of the
32 ; * [in] pSrcMVUpperMB pointers to the motion vector buffers of the
35 ; * [in] pSrcMVUpperRightMB pointers to the motion vector buffers of the
H A DomxVCM4P2_PredictReconCoefIntra_s.s56 ; * - At least one of the pointers is NULL: pSrcDst, pPredBufRow, or pPredBufCol.
59 ; * - At least one of the pointers pSrcDst, pPredBufRow, or pPredBufCol is not
118 ;// 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.s29 ; * [in] pSrcMVLeftMB pointers to the motion vector buffers of the
32 ; * [in] pSrcMVUpperMB pointers to the motion vector buffers of the
35 ; * [in] pSrcMVUpperRightMB pointers to the motion vector buffers of the
H A DomxVCM4P2_PredictReconCoefIntra_s.s56 ; * - At least one of the pointers is NULL: pSrcDst, pPredBufRow, or pPredBufCol.
59 ; * - At least one of the pointers pSrcDst, pPredBufRow, or pPredBufCol is not
150 ;// 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.s182 ;Realign the pointers
/frameworks/base/services/input/
H A DInputReader.cpp30 // Log debug messages about pointers.
1429 pointers[i] = other.pointers[i];
1431 int id = pointers[i].id;
1672 // MultiTouch Sync: The driver has returned all data for *one* of the pointers.
2653 const RawPointerData::Pointer& pointer = mLastRawPointerData.pointers[i];
3244 // Max width between pointers to detect a swipe gesture is more than some fraction
3906 // There may be pointers going up and pointers going down and pointers movin
[all...]
H A DInputReader.h195 // at least two pointers have moved at least this far from their starting place.
730 /* Raw data for a collection of pointers including a pointer id mapping table. */
750 Pointer pointers[MAX_POINTERS]; member in struct:android::RawPointerData
773 return pointers[idToIndex[id]];
777 return pointers[pointerIndex].isHovering;
782 /* Cooked data for a collection of pointers including a pointer id mapping table. */
1555 // A velocity tracker for determining whether to switch active pointers during drags.
1654 // Updates pointer coords and properties for pointers with specified ids that have moved.

Completed in 243 milliseconds