Home
last modified time | relevance | path

Searched refs:pointers (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/native/include/input/
DInputTransport.h122 } pointers[MAX_POINTERS]; member
127 return pointers[index].properties.id; in getActionId()
403 PointerCoords pointers[MAX_POINTERS]; member
409 uint32_t id = msg.body.motion.pointers[i].properties.id; in initializeFrom()
412 pointers[i].copyFrom(msg.body.motion.pointers[i].coords); in initializeFrom()
423 pointers[index].copyFrom(other.pointers[index]); in initializeFrom()
429 return pointers[idToIndex[id]]; in getPointerById()
/frameworks/native/libs/input/tests/
DVelocityTracker_test.cpp91 BitSet32 pointers; in getValidPointers() local
94 pointers.markBit(i); in getValidPointers()
97 return pointers; in getValidPointers()
100 static uint32_t getChangingPointerId(BitSet32 pointers, BitSet32 otherPointers) { in getChangingPointerId() argument
101 BitSet32 difference(pointers.value ^ otherPointers.value); in getChangingPointerId()
110 BitSet32 pointers = getValidPointers(currentPositions); in resolveAction() local
111 const uint32_t pointerCount = pointers.count(); in resolveAction()
117 uint32_t pointerId = getChangingPointerId(pointers, lastPointers); in resolveAction()
126 uint32_t pointerId = getChangingPointerId(pointers, nextPointers); in resolveAction()
143 BitSet32 pointers = getValidPointers(entry.positions); in createMotionEventStream() local
[all …]
DStructLayout_test.cpp68 CHECK_OFFSET(InputMessage::Body::Motion, pointers, 88); in TestInputMessageAlignment()
/frameworks/native/libs/input/
DInputTransport.cpp199 msg->body.motion.pointers[i].properties.id = body.motion.pointers[i].properties.id; in getSanitizedCopy()
200 msg->body.motion.pointers[i].properties.toolType = in getSanitizedCopy()
201 body.motion.pointers[i].properties.toolType, in getSanitizedCopy()
203 msg->body.motion.pointers[i].coords.bits = body.motion.pointers[i].coords.bits; in getSanitizedCopy()
204 const uint32_t count = BitSet64::count(body.motion.pointers[i].coords.bits); in getSanitizedCopy()
205 memcpy(&msg->body.motion.pointers[i].coords.values[0], in getSanitizedCopy()
206 &body.motion.pointers[i].coords.values[0], in getSanitizedCopy()
207 count * (sizeof(body.motion.pointers[i].coords.values[0]))); in getSanitizedCopy()
539 msg.body.motion.pointers[i].properties.copyFrom(pointerProperties[i]); in publishMotionEvent()
540 msg.body.motion.pointers[i].coords.copyFrom(pointerCoords[i]); in publishMotionEvent()
[all …]
/frameworks/compile/slang/tests/F_ptr_in_struct/
Dstderr.txt.expect1 ptr_in_struct.rs:4:8: error: structures containing pointers cannot be used as the type of an export…
2 ptr_in_struct.rs:10:8: error: structures containing pointers cannot be used as the type of an expor…
/frameworks/compile/slang/tests/F_reduce_general_bad_result/
Dstderr.txt.expect21 reduce_general_bad_result.rs:276:28: error: structures containing pointers cannot be used as the ty…
22 reduce_general_bad_result.rs:286:31: error: structures containing pointers cannot be used as the ty…
23 reduce_general_bad_result.rs:310:28: error: structures containing pointers cannot be used as the ty…
24 reduce_general_bad_result.rs:322:31: error: structures containing pointers cannot be used as the ty…
25 reduce_general_bad_result.rs:349:33: error: structures containing pointers cannot be used as the ty…
26 reduce_general_bad_result.rs:362:36: error: structures containing pointers cannot be used as the ty…
/frameworks/compile/slang/tests/F_void_ptr/
Dstderr.txt.expect1 void_ptr.rs:4:7: error: void pointers cannot be exported: 'v'
/frameworks/compile/slang/tests/F_ptr_to_array/
Dstderr.txt.expect1 ptr_to_array.rs:4:7: error: pointers to arrays cannot be exported: 'arrayptr'
/frameworks/compile/slang/tests/F_int_ptr_ptr/
Dstderr.txt.expect1 int_ptr_ptr.rs:4:7: error: multiple levels of pointers cannot be exported: 'myPtr'
/frameworks/compile/slang/tests/F_ptr_in_struct_for_call/
Dstderr.txt.expect1 ptr_in_struct_for_call.rs:8:24: error: structures containing pointers cannot be used as the type of…
/frameworks/compile/slang/tests/F_struct_field_ptr_to_fn_noproto/
Dstderr.txt.expect1 struct_field_ptr_to_fn_noproto.rs:4:8: error: structures containing pointers cannot be used as the …
/frameworks/compile/slang/tests/F_struct_field_ptr_to_fn_proto/
Dstderr.txt.expect1 struct_field_ptr_to_fn_proto.rs:4:8: error: structures containing pointers cannot be used as the ty…
/frameworks/compile/slang/tests/F_struct_field_ptr_to_array/
Dstderr.txt.expect1 struct_field_ptr_to_array.rs:4:8: error: structures containing pointers cannot be used as the type …
/frameworks/base/packages/SystemUI/src/com/android/systemui/analytics/
DSensorLoggerSession.java140 proto.pointers = new TouchEvent.Pointer[count]; in motionEventToProto()
148 proto.pointers[i] = p; in motionEventToProto()
/frameworks/compile/slang/tests/F_reduce_general_bad_function/
Dstderr.txt.expect15 …e *') and initializer avi_init() parameter 'accum' (type 'int *') must be pointers to the same type
28 … *') and accumulator cva_accum() parameter 'accum' (type 'int *') must be pointers to the same type
29 … *') and accumulator cva_accum() parameter 'accum' (type 'int *') must be pointers to the same type
45 …e *') and accumulator AccumInt() parameter 'accum' (type 'int *') must be pointers to the same type
/frameworks/compile/slang/tests/F_reduce_general_bad_halter/
Dstderr.txt.expect6 …t *') and accumulator AccumInt() parameter 'accum' (type 'int *') must be pointers to the same type
/frameworks/native/opengl/specs/
DEGL_ANDROID_blob_cache.txt107 function pointers through which the client APIs can request data be cached
113 sets the callback function pointers that client APIs associated with
144 <key> and <value> are pointers to the beginning of the key and value,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
Dtouch_analytics.proto55 repeated Pointer pointers = 4; field
/frameworks/native/services/inputflinger/
DInputReader.cpp1625 pointers[i] = other.pointers[i]; in copyFrom()
1627 int id = pointers[i].id; in copyFrom()
3162 const RawPointerData::Pointer& pointer = mLastRawState.rawPointerData.pointers[i]; in dump()
4981 const RawPointerData::Pointer& in = mCurrentRawState.rawPointerData.pointers[i]; in cookPointerData()
6313 deltaX = (mCurrentRawState.rawPointerData.pointers[currentIndex].x in dispatchPointerMouse()
6314 - mLastRawState.rawPointerData.pointers[lastIndex].x) in dispatchPointerMouse()
6316 deltaY = (mCurrentRawState.rawPointerData.pointers[currentIndex].y in dispatchPointerMouse()
6317 - mLastRawState.rawPointerData.pointers[lastIndex].y) in dispatchPointerMouse()
6630 current->rawPointerData.pointers[i].id = id; in assignPointerIds()
6638 && current->rawPointerData.pointers[0].toolType in assignPointerIds()
[all …]
DInputReader.h507 Pointer pointers[MAX_POINTERS]; member
530 return pointers[idToIndex[id]]; in pointerForId()
534 return pointers[pointerIndex].isHovering; in isHovering()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/
DGPBDescriptorTests.m217 // Check pointers back to the enclosing oneofs.
DGPBMessageTests.m2000 XCTAssertTrue(msg1 != msg2); // Different pointers.
2005 XCTAssertTrue(msg1Prime != msg1); // Different pointers.
/frameworks/native/vulkan/api/templates/
Dvk_xml.tmpl126 <!-- Types which can be void pointers or class pointers, selected at compile time -->
Dvulkan_h.tmpl143 {{/* Function pointers */}}
/frameworks/native/vulkan/api/
Dvulkan.api4608 …minMemoryMapAlignment /// min required alignment of pointers returned by MapMe…
7801 // Function pointers. TODO: add support for function pointers.

12