Home
last modified time | relevance | path

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

/frameworks/av/media/utils/
DServiceUtilities.cpp477 static constexpr nsecs_t INFO_EXPIRATION_NS = 24 * 60 * 60 * NANOS_PER_SECOND; variable
594 info.expirationNs = now + (notFound ? 0 : INFO_EXPIRATION_NS); in getInfo()