Home
last modified time | relevance | path

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

/frameworks/av/media/utils/
DTimerThread.cpp149 mTimeoutQueue.copyRequests(analysis.timeoutRequests); in getSnapshotAnalysis()
150 mRetiredQueue.copyRequests(analysis.retiredRequests, retiredCount); in getSnapshotAnalysis()
237 mMonitorThread.copyRequests(pendingRequests); in getPendingRequests()
238 mNoTimeoutMap.copyRequests(pendingRequests); in getPendingRequests()
255 mRetiredQueue.copyRequests(retiredRequests, n); in retiredToString()
263 mTimeoutQueue.copyRequests(timeoutRequests, n); in timeoutToString()
286 void TimerThread::RequestQueue::copyRequests( in copyRequests() function in android::mediautils::TimerThread::RequestQueue
315 void TimerThread::NoTimeoutMap::copyRequests( in copyRequests() function in android::mediautils::TimerThread::NoTimeoutMap
459 void TimerThread::MonitorThread::copyRequests( in copyRequests() function in android::mediautils::TimerThread::MonitorThread
/frameworks/av/media/utils/include/mediautils/
DTimerThread.h291 void copyRequests(std::vector<std::shared_ptr<const Request>>& requests,
318 void copyRequests(std::vector<std::shared_ptr<const Request>>& requests) const;
369 void copyRequests(std::vector<std::shared_ptr<const Request>>& requests) const;