Home
last modified time | relevance | path

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

/system/libfmq/include/fmq/
DMessageQueueBase.h593 size_t firstReadCount = 0, secondReadCount = 0; in copyFromSized() local
596 if (getMemRegionInfo(startIdx, nMessages, firstReadCount, secondReadCount, &firstBaseAddress, in copyFromSized()
605 if (firstReadCount != 0) { in copyFromSized()
606 memcpy(data, firstBaseAddress, firstReadCount * messageSize); in copyFromSized()
610 memcpy(data + firstReadCount, secondBaseAddress, secondReadCount * messageSize); in copyFromSized()