Searched refs:actualByteCount (Results 1 – 1 of 1) sorted by relevance
342 const size_t actualByteCount = actualFrameCount * frameSize; in read() local343 if (bool success = actualByteCount > 0 ? dataMQ->write(&mDataBuffer[0], actualByteCount) : true; in read()345 LOG(VERBOSE) << __func__ << ": writing of " << actualByteCount << " bytes into data MQ" in read()348 reply->fmqByteCount += actualByteCount; in read()352 LOG(WARNING) << __func__ << ": writing of " << actualByteCount in read()634 const size_t actualByteCount = actualFrameCount * frameSize; in write() local636 reply->fmqByteCount += actualByteCount; in write()