Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/
DStream.cpp342 const size_t actualByteCount = actualFrameCount * frameSize; in read() local
343 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() local
636 reply->fmqByteCount += actualByteCount; in write()