Home
last modified time | relevance | path

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

/hardware/google/av/codec2/hidl/1.0/utils/
DComponent.cpp138 static constexpr nsecs_t kNotificationPeriodNs = 1000000; member
264 lastSentNs(systemTime() - kNotificationPeriodNs), in DeathNotifications()
677 constexpr nsecs_t InputBufferManager::kNotificationPeriodNs; member in hardware::google::media::c2::V1_0::utils::InputBufferManager
934 *timeToRetryNs = kNotificationPeriodNs; in processNotifications()
950 if (timeSinceLastNotifiedNs < kNotificationPeriodNs) { in processNotifications()
953 kNotificationPeriodNs - timeSinceLastNotifiedNs); in processNotifications()