Home
last modified time | relevance | path

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

/hardware/google/av/codec2/hidl/client/
Dclient.cpp911 for (uint64_t flushedIndex : flushedIndices) { in flush() local
913 auto it = mInputBuffers.find(flushedIndex); in flush()
915 ALOGI("unknown input index %llu in flush", (long long)flushedIndex); in flush()
918 (long long)flushedIndex, it->second.size()); in flush()