Home
last modified time | relevance | path

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

/frameworks/base/native/android/
Dperformance_hint.cpp199 bool canSendLoadHints(std::vector<hal::SessionHint>& hints, int64_t now) REQUIRES(sHintMutex);
364 bool APerformanceHintManager::canSendLoadHints(std::vector<hal::SessionHint>& hints, int64_t now) { in canSendLoadHints() function in APerformanceHintManager
629 if (!APerformanceHintManager::getInstance()->canSendLoadHints(hints, now)) { in sendHints()