Home
last modified time | relevance | path

Searched defs:nMessages (Results 1 – 2 of 2) sorted by relevance

/system/libfmq/
DErasedMessageQueue.cpp89 bool ErasedMessageQueue::beginWrite(size_t nMessages, MemTransaction* memTx) const { in beginWrite()
97 bool ErasedMessageQueue::commitWrite(size_t nMessages) { in commitWrite()
101 bool ErasedMessageQueue::beginRead(size_t nMessages, MemTransaction* memTx) const { in beginRead()
109 bool ErasedMessageQueue::commitRead(size_t nMessages) { in commitRead()
/system/libfmq/include/fmq/
DMessageQueueBase.h538 size_t startIdx, size_t nMessages, size_t& firstCount, size_t& secondCount, in getMemRegionInfo()
573 size_t nMessages) { in copyFrom()
586 T* data, size_t startIdx, size_t nMessages, size_t messageSize) { in copyFromSized()
617 size_t nMessages) { in copyTo()
630 const T* data, size_t startIdx, size_t nMessages, size_t messageSize) { in copyToSized()
889 bool MessageQueueBase<MQDescriptorType, T, flavor>::write(const T* data, size_t nMessages) { in write()
1165 bool MessageQueueBase<MQDescriptorType, T, flavor>::beginWrite(size_t nMessages, in beginWrite()
1225 MessageQueueBase<MQDescriptorType, T, flavor>::commitWrite(size_t nMessages) { in commitWrite()
1261 bool MessageQueueBase<MQDescriptorType, T, flavor>::read(T* data, size_t nMessages) { in read()
1295 MessageQueueBase<MQDescriptorType, T, flavor>::beginRead(size_t nMessages, in beginRead()
[all …]