Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hidl/1.0/utils/
DInputBufferManager.cpp320 bool InputBufferManager::processNotifications(nsecs_t* timeToRetryNs) { in processNotifications() argument
335 *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() local
452 while (processNotifications(&timeToRetryNs)) { in main()
454 std::chrono::nanoseconds(timeToRetryNs)); in main()
/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DInputBufferManager.h273 bool processNotifications(nsecs_t* timeToRetryNs);