Home
last modified time | relevance | path

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

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