Searched refs:notificationIntervalNs (Results 1 – 2 of 2) sorted by relevance
160 static void setNotificationInterval(nsecs_t notificationIntervalNs);171 void _setNotificationInterval(nsecs_t notificationIntervalNs);233 nsecs_t notificationIntervalNs = kDefaultNotificationIntervalNs)235 lastSentNs(systemTime() - notificationIntervalNs),
59 nsecs_t notificationIntervalNs) { in setNotificationInterval() argument60 getInstance()._setNotificationInterval(notificationIntervalNs); in setNotificationInterval()221 nsecs_t notificationIntervalNs) { in _setNotificationInterval() argument223 notificationIntervalNs, in _setNotificationInterval()329 nsecs_t notificationIntervalNs = in processNotifications() local335 *timeToRetryNs = notificationIntervalNs; in processNotifications()351 if (timeSinceLastNotifiedNs < notificationIntervalNs) { in processNotifications()354 notificationIntervalNs - timeSinceLastNotifiedNs); in processNotifications()