Searched refs:timeToRetryNs (Results 1 – 2 of 2) sorted by relevance
320 bool InputBufferManager::processNotifications(nsecs_t* timeToRetryNs) { in processNotifications() argument335 *timeToRetryNs = notificationIntervalNs; in processNotifications()353 *timeToRetryNs = std::min(*timeToRetryNs, in processNotifications()434 << "will retry again in " << *timeToRetryNs << "ns."; in processNotifications()445 nsecs_t timeToRetryNs; in main() local452 while (processNotifications(&timeToRetryNs)) { in main()454 std::chrono::nanoseconds(timeToRetryNs)); in main()
273 bool processNotifications(nsecs_t* timeToRetryNs);