Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp901 bool readDataFromMQ(size_t readCount) { in readDataFromMQ() argument
902 std::vector<int8_t> data(readCount); in readDataFromMQ()
903 if (mDataMQ->read(data.data(), readCount)) { in readDataFromMQ()
907 LOG(ERROR) << __func__ << ": reading of " << readCount << " bytes from MQ failed"; in readDataFromMQ()
994 if (const size_t readCount = getDataMQ()->availableToRead(); readCount > 0) { in cycle() local
995 if (readDataFromMQ(readCount)) { in cycle()
998 LOG(ERROR) << __func__ << ": reading of " << readCount << " data bytes from MQ failed"; in cycle()