Searched refs:unmapGrantorDescr (Results 1 – 1 of 1) sorted by relevance
/system/libfmq/include/fmq/ |
D | MessageQueueBase.h | 437 void unmapGrantorDescr(void* address, uint32_t grantorIdx); 631 unmapGrantorDescr(mReadPtr, hardware::details::READPTRPOS); in initMemory() 638 unmapGrantorDescr(mWritePtr, hardware::details::WRITEPTRPOS); in initMemory() 642 unmapGrantorDescr(mRing, hardware::details::EVFLAGWORDPOS); in initMemory() 781 unmapGrantorDescr(mReadPtr, hardware::details::READPTRPOS); in ~MessageQueueBase() 786 unmapGrantorDescr(mWritePtr, hardware::details::WRITEPTRPOS); in ~MessageQueueBase() 789 unmapGrantorDescr(mRing, hardware::details::DATAPTRPOS); in ~MessageQueueBase() 792 unmapGrantorDescr(mEvFlagWord, hardware::details::EVFLAGWORDPOS); in ~MessageQueueBase() 1333 void MessageQueueBase<MQDescriptorType, T, flavor>::unmapGrantorDescr(void* address, in unmapGrantorDescr() function
|