Searched refs:grantorPos (Results 1 – 3 of 3) sorted by relevance
133 for (size_t grantorPos = 0, offset = 0; in MQDescriptor() local134 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()
214 for (size_t grantorPos = 0, offset = 0; grantorPos < mGrantors.size(); in AidlMQDescriptorShim() local215 offset += memSize[grantorPos++]) { in AidlMQDescriptorShim()216 mGrantors[grantorPos] = { in AidlMQDescriptorShim()219 memSize[grantorPos]}; in AidlMQDescriptorShim()
745 for (size_t grantorPos = 0, offset = 0; grantorPos < grantors.size(); grantorPos++) { in MessageQueueBase() local748 if (grantorPos == hardware::details::DATAPTRPOS) { in MessageQueueBase()754 offset += memSize[grantorPos]; in MessageQueueBase()756 grantors[grantorPos] = { in MessageQueueBase()759 memSize[grantorPos]}; in MessageQueueBase()