Searched refs:unmapGrantorDescr (Results 1 – 1 of 1) sorted by relevance
/system/libfmq/include/fmq/ |
D | MessageQueueBase.h | 492 void unmapGrantorDescr(void* address, uint32_t grantorIdx); 714 unmapGrantorDescr(mReadPtr, hardware::details::READPTRPOS); in initMemory() 721 unmapGrantorDescr(mWritePtr, hardware::details::WRITEPTRPOS); in initMemory() 725 unmapGrantorDescr(mRing, hardware::details::EVFLAGWORDPOS); in initMemory() 864 unmapGrantorDescr(mReadPtr, hardware::details::READPTRPOS); in ~MessageQueueBase() 869 unmapGrantorDescr(mWritePtr, hardware::details::WRITEPTRPOS); in ~MessageQueueBase() 872 unmapGrantorDescr(mRing, hardware::details::DATAPTRPOS); in ~MessageQueueBase() 875 unmapGrantorDescr(mEvFlagWord, hardware::details::EVFLAGWORDPOS); in ~MessageQueueBase() 1475 void MessageQueueBase<MQDescriptorType, T, flavor>::unmapGrantorDescr(void* address, in unmapGrantorDescr() function
|