Home
last modified time | relevance | path

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

/frameworks/av/media/utils/
DTimerThread.cpp183 std::vector<std::shared_ptr<const Request>> pendingPossible; in getSnapshotAnalysis() local
200 pendingPossible.emplace_back(pending); in getSnapshotAnalysis()
215 if (description.empty() && !pendingPossible.empty()) { in getSnapshotAnalysis()
216 for (const auto& request : pendingPossible) { in getSnapshotAnalysis()