Searched refs:notificationIntervalNs (Results 1 – 2 of 2) sorted by relevance
160 static void setNotificationInterval(nsecs_t notificationIntervalNs);171 void _setNotificationInterval(nsecs_t notificationIntervalNs);237 nsecs_t notificationIntervalNs = kDefaultNotificationIntervalNs)239 lastSentNs(systemTime() - notificationIntervalNs),
59 nsecs_t notificationIntervalNs) { in setNotificationInterval() argument60 getInstance()._setNotificationInterval(notificationIntervalNs); in setNotificationInterval()218 nsecs_t notificationIntervalNs) { in _setNotificationInterval() argument220 notificationIntervalNs, in _setNotificationInterval()314 nsecs_t notificationIntervalNs = in processNotifications() local320 *timeToRetryNs = notificationIntervalNs; in processNotifications()336 if (timeSinceLastNotifiedNs < notificationIntervalNs) { in processNotifications()339 notificationIntervalNs - timeSinceLastNotifiedNs); in processNotifications()