Searched refs:mMaxRecordAgeNs (Results 1 – 2 of 2) sorted by relevance
71 nsecs_t mMaxRecordAgeNs; variable
107 mMaxRecordAgeNs(kMaxRecordAgeNs), in MediaAnalyticsService()480 if (mMaxRecordAgeNs > 0) { in expirations_l()489 if ((now > when) && (now-when) <= mMaxRecordAgeNs) { in expirations_l()