Home
last modified time | relevance | path

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

/frameworks/av/media/utils/
DTimerThread.cpp232 constexpr size_t kEstimatedPendingRequests = 8; // approx 128 byte alloc. in getPendingRequests() local
234 pendingRequests.reserve(kEstimatedPendingRequests); // preallocate vector out of lock. in getPendingRequests()