Home
last modified time | relevance | path

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

/system/libfmq/include/fmq/
DMessageQueueBase.h432 void unmapGrantorDescr(void* address, uint32_t grantorIdx);
781 unmapGrantorDescr(mReadPtr, hardware::details::READPTRPOS); in ~MessageQueueBase()
784 unmapGrantorDescr(mWritePtr, hardware::details::WRITEPTRPOS); in ~MessageQueueBase()
787 unmapGrantorDescr(mRing, hardware::details::DATAPTRPOS); in ~MessageQueueBase()
790 unmapGrantorDescr(mEvFlagWord, hardware::details::EVFLAGWORDPOS); in ~MessageQueueBase()
1286 void MessageQueueBase<MQDescriptorType, T, flavor>::unmapGrantorDescr(void* address, in unmapGrantorDescr() function