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);
233 nsecs_t notificationIntervalNs = kDefaultNotificationIntervalNs)
235 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()
221 nsecs_t notificationIntervalNs) { in _setNotificationInterval() argument
223 notificationIntervalNs, in _setNotificationInterval()
329 nsecs_t notificationIntervalNs = in processNotifications() local
335 *timeToRetryNs = notificationIntervalNs; in processNotifications()
351 if (timeSinceLastNotifiedNs < notificationIntervalNs) { in processNotifications()
354 notificationIntervalNs - timeSinceLastNotifiedNs); in processNotifications()