Searched refs:mLastErrorQueue (Results 1 – 1 of 1) sorted by relevance
185 mLastErrorQueue.push_back(err); in append()210 if (mLastErrorQueue.empty()) { in getLastError()213 TranscodingErrorCode err = mLastErrorQueue.front(); in getLastError()214 mLastErrorQueue.pop_front(); in getLastError()228 std::list<TranscodingErrorCode> mLastErrorQueue; member in android::TestTranscoder