Home
last modified time | relevance | path

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

/system/libfmq/include/fmq/
DMessageQueueBase.h554 size_t firstWriteCount = 0, secondWriteCount = 0; in copyTo() local
557 if (getMemRegionInfo(startIdx, nMessages, firstWriteCount, secondWriteCount, &firstBaseAddress, in copyTo()
570 if (secondWriteCount != 0) { in copyTo()
571 memcpy(secondBaseAddress, data + firstWriteCount, secondWriteCount * sizeof(T)); in copyTo()