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

/frameworks/native/include/input/
H A DInputTransport.h102 } pointers[MAX_POINTERS]; member in struct:android::InputMessage::Body::Motion
107 return pointers[index].properties.id;
368 PointerCoords pointers[MAX_POINTERS]; member in struct:android::InputConsumer::History
374 uint32_t id = msg->body.motion.pointers[i].properties.id;
377 pointers[i].copyFrom(msg->body.motion.pointers[i].coords);
382 return pointers[idToIndex[id]];
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A Dtouch_analytics.proto55 repeated Pointer pointers = 4;
/frameworks/native/libs/input/
H A DInputTransport.cpp321 ALOGE("channel '%s' publisher ~ Invalid number of pointers provided: %" PRIu32 ".",
345 msg.body.motion.pointers[i].properties.copyFrom(pointerProperties[i]);
346 msg.body.motion.pointers[i].coords.copyFrom(pointerCoords[i]);
666 uint32_t id = msg->body.motion.pointers[i].properties.id;
668 PointerCoords& msgCoords = msg->body.motion.pointers[i].coords;
707 // Ensure that the current sample has all of the pointers that need to be reported.
777 PointerCoords& resampledCoords = touchState.lastResample.pointers[i];
805 event->addSample(sampleTime, touchState.lastResample.pointers);
919 pointerProperties[i].copyFrom(msg->body.motion.pointers[i].properties);
920 pointerCoords[i].copyFrom(msg->body.motion.pointers[
[all...]
/frameworks/native/libs/input/tests/
H A DStructLayout_test.cpp65 CHECK_OFFSET(InputMessage::Body::Motion, pointers, 80);
/frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/
H A DSensorLoggerSession.java139 proto.pointers = new TouchEvent.Pointer[count];
147 proto.pointers[i] = p;
/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.
1560 pointers[i] = other.pointers[i];
1562 int id = pointers[i].id;
1803 // MultiTouch Sync: The driver has returned all data for *one* of the pointers.
2982 const RawPointerData::Pointer& pointer = mLastRawState.rawPointerData.pointers[i];
3640 // Max width between pointers to detect a swipe gesture is more than some fraction
4519 // There may be pointers going up and pointers going down and pointers movin
[all...]
H A DInputReader.h202 // at least two pointers have moved at least this far from their starting place.
814 /* Raw data for a collection of pointers including a pointer id mapping table. */
834 Pointer pointers[MAX_POINTERS]; member in struct:android::RawPointerData
857 return pointers[idToIndex[id]];
861 return pointers[pointerIndex].isHovering;
866 /* Cooked data for a collection of pointers including a pointer id mapping table. */
1762 // A velocity tracker for determining whether to switch active pointers during drags.
1874 // Updates pointer coords and properties for pointers with specified ids that have moved.

Completed in 381 milliseconds