HomeSort by relevance Sort by last modified time
    Searched refs:timeToRetryNs (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/codec2/hidl/1.0/utils/
InputBufferManager.cpp 305 bool InputBufferManager::processNotifications(nsecs_t* timeToRetryNs) {
320 *timeToRetryNs = notificationIntervalNs;
338 *timeToRetryNs = std::min(*timeToRetryNs,
419 << "will retry again in " << *timeToRetryNs << "ns.";
430 nsecs_t timeToRetryNs;
437 while (processNotifications(&timeToRetryNs)) {
439 std::chrono::nanoseconds(timeToRetryNs));
  /frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
InputBufferManager.h 267 bool processNotifications(nsecs_t* timeToRetryNs);

Completed in 4612 milliseconds