Home
last modified time | relevance | path

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

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