Home
last modified time | relevance | path

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

/frameworks/av/services/mediametrics/
DTimeMachine.h111 const auto tsptr = mPropertyMap.find(property); in REQUIRES() local
112 if (tsptr == mPropertyMap.end()) return BAD_VALUE; in REQUIRES()
113 const auto& timeSequence = tsptr->second; in REQUIRES()