Home
last modified time | relevance | path

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

/frameworks/av/media/utils/
DTimerThread.cpp182 std::vector<std::shared_ptr<const Request>> pendingExact; in getSnapshotAnalysis() local
194 pendingExact.emplace_back(pending); in getSnapshotAnalysis()
204 if (!pendingExact.empty()) { in getSnapshotAnalysis()
205 const auto& request = pendingExact.front(); in getSnapshotAnalysis()