Home
last modified time | relevance | path

Searched refs:fdIndex (Results 1 – 2 of 2) sorted by relevance

/system/libhidl/base/include/hidl/
DMQDescriptor.h33 uint32_t fdIndex __attribute__ ((aligned(4))); member
39 static_assert(offsetof(GrantorDescriptor, fdIndex) == 4, "wrong offset");
/system/libfmq/include/fmq/
DMessageQueueBase.h1178 int fdIndex = grantors[grantorIdx].fdIndex; in mapGrantorDescr() local
1185 void* address = mmap(0, mapLength, PROT_READ | PROT_WRITE, MAP_SHARED, handle->data[fdIndex], in mapGrantorDescr()