Home
last modified time | relevance | path

Searched refs:grantorPos (Results 1 – 3 of 3) sorted by relevance

/system/libhidl/base/include/hidl/
DMQDescriptor.h133 for (size_t grantorPos = 0, offset = 0; in MQDescriptor() local
134 grantorPos < mGrantors.size(); in MQDescriptor()
135 offset += memSize[grantorPos++]) { in MQDescriptor()
136 mGrantors[grantorPos] = {0 /* grantor flags */, 0 /* fdIndex */, in MQDescriptor()
138 memSize[grantorPos]}; in MQDescriptor()
/system/libfmq/include/fmq/
DAidlMQDescriptorShim.h214 for (size_t grantorPos = 0, offset = 0; grantorPos < mGrantors.size(); in AidlMQDescriptorShim() local
215 offset += memSize[grantorPos++]) { in AidlMQDescriptorShim()
216 mGrantors[grantorPos] = { in AidlMQDescriptorShim()
219 memSize[grantorPos]}; in AidlMQDescriptorShim()
DMessageQueueBase.h745 for (size_t grantorPos = 0, offset = 0; grantorPos < grantors.size(); grantorPos++) { in MessageQueueBase() local
748 if (grantorPos == hardware::details::DATAPTRPOS) { in MessageQueueBase()
754 offset += memSize[grantorPos]; in MessageQueueBase()
756 grantors[grantorPos] = { in MessageQueueBase()
759 memSize[grantorPos]}; in MessageQueueBase()