Searched refs:canSendLoadHints (Results 1 – 1 of 1) sorted by relevance
199 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 APerformanceHintManager629 if (!APerformanceHintManager::getInstance()->canSendLoadHints(hints, now)) { in sendHints()