Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/
DStream.cpp317 bool StreamInWorkerLogic::read(size_t clientSize, StreamDescriptor::Reply* reply) { in read() argument
323 {clientSize, dataMQ->availableToWrite(&fmqError, &fmqErrorMsg), mDataBufferSize}); in read()
595 bool StreamOutWorkerLogic::write(size_t clientSize, StreamDescriptor::Reply* reply) { in write() argument
610 size_t byteCount = std::min({clientSize, readByteCount, mDataBufferSize}); in write()
/hardware/interfaces/audio/aidl/default/include/core-impl/
DStream.h275 bool read(size_t clientSize, StreamDescriptor::Reply* reply);
290 bool write(size_t clientSize, StreamDescriptor::Reply* reply);