Home
last modified time | relevance | path

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

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