Home
last modified time | relevance | path

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

/frameworks/av/services/mediaanalytics/
DMediaAnalyticsService.h71 nsecs_t mMaxRecordAgeNs; variable
DMediaAnalyticsService.cpp107 mMaxRecordAgeNs(kMaxRecordAgeNs), in MediaAnalyticsService()
480 if (mMaxRecordAgeNs > 0) { in expirations_l()
489 if ((now > when) && (now-when) <= mMaxRecordAgeNs) { in expirations_l()