Home
last modified time | relevance | path

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

/system/libfmq/include/fmq/
DMessageQueueBase.h518 size_t firstReadCount = 0, secondReadCount = 0; in copyFrom() local
521 if (getMemRegionInfo(startIdx, nMessages, firstReadCount, secondReadCount, &firstBaseAddress, in copyFrom()
534 if (secondReadCount != 0) { in copyFrom()
535 memcpy(data + firstReadCount, secondBaseAddress, secondReadCount * sizeof(T)); in copyFrom()