Home
last modified time | relevance | path

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

/hardware/google/av/codec2/hidl/1.0/utils/
DComponent.cpp288 bool processNotifications(nsecs_t* timeToRetryNs);
921 bool InputBufferManager::processNotifications(nsecs_t* timeToRetryNs) { in processNotifications() argument
934 *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() local
1036 while (processNotifications(&timeToRetryNs)) { in main()
1038 std::chrono::nanoseconds(timeToRetryNs)); in main()