Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/
DStream.cpp697 const size_t readByteCount = dataMQ->availableToRead(); in write() local
701 if (readByteCount > 0 ? dataMQ->read(&mDataBuffer[0], readByteCount) : true) { in write()
703 LOG(VERBOSE) << __func__ << ": reading of " << readByteCount << " bytes from data MQ" in write()
706 size_t byteCount = std::min({clientSize, readByteCount, mDataBufferSize}); in write()
736 LOG(WARNING) << __func__ << ": reading of " << readByteCount in write()