Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DInputBufferManager.h160 static void setNotificationInterval(nsecs_t notificationIntervalNs);
171 void _setNotificationInterval(nsecs_t notificationIntervalNs);
237 nsecs_t notificationIntervalNs = kDefaultNotificationIntervalNs)
239 lastSentNs(systemTime() - notificationIntervalNs),
/frameworks/av/media/codec2/hidl/1.0/utils/
DInputBufferManager.cpp59 nsecs_t notificationIntervalNs) { in setNotificationInterval() argument
60 getInstance()._setNotificationInterval(notificationIntervalNs); in setNotificationInterval()
218 nsecs_t notificationIntervalNs) { in _setNotificationInterval() argument
220 notificationIntervalNs, in _setNotificationInterval()
314 nsecs_t notificationIntervalNs = in processNotifications() local
320 *timeToRetryNs = notificationIntervalNs; in processNotifications()
336 if (timeSinceLastNotifiedNs < notificationIntervalNs) { in processNotifications()
339 notificationIntervalNs - timeSinceLastNotifiedNs); in processNotifications()