Searched refs:timeToRetryNs (Results 1 – 1 of 1) sorted by relevance
288 bool processNotifications(nsecs_t* timeToRetryNs);921 bool InputBufferManager::processNotifications(nsecs_t* timeToRetryNs) { in processNotifications() argument934 *timeToRetryNs = kNotificationPeriodNs; in processNotifications()952 *timeToRetryNs = std::min(*timeToRetryNs, in processNotifications()1020 static_cast<long long>(*timeToRetryNs)); in processNotifications()1027 nsecs_t timeToRetryNs; in main() local1036 while (processNotifications(&timeToRetryNs)) { in main()1038 std::chrono::nanoseconds(timeToRetryNs)); in main()