Searched refs:clientSize (Results 1 – 2 of 2) sorted by relevance
317 bool StreamInWorkerLogic::read(size_t clientSize, StreamDescriptor::Reply* reply) { in read() argument323 {clientSize, dataMQ->availableToWrite(&fmqError, &fmqErrorMsg), mDataBufferSize}); in read()595 bool StreamOutWorkerLogic::write(size_t clientSize, StreamDescriptor::Reply* reply) { in write() argument610 size_t byteCount = std::min({clientSize, readByteCount, mDataBufferSize}); in write()
275 bool read(size_t clientSize, StreamDescriptor::Reply* reply);290 bool write(size_t clientSize, StreamDescriptor::Reply* reply);