Searched refs:copyToSized (Results 1 – 1 of 1) sorted by relevance
/system/libfmq/include/fmq/ |
D | MessageQueueBase.h | 392 bool copyToSized(const T* data, size_t startIdx, size_t nMessages, size_t messageSize); 621 return copyToSized(data, startIdx, nMessages, kQuantumValue<T>); in copyTo() 631 bool MessageQueueBase<MQDescriptorType, T, flavor>::MemTransaction::copyToSized( in copyToSized() function 894 tx.copyToSized(data, 0 /* startIdx */, nMessages, quantum()) && commitWrite(nMessages); in write()
|