Home
last modified time | relevance | path

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

/frameworks/av/media/libmediametrics/include/
DMediaAnalyticsItem.h259 bool growProps(int increment = kGrowProps);
/frameworks/av/include/media/
DMediaAnalyticsItem.h259 bool growProps(int increment = kGrowProps);
/frameworks/av/media/libmediametrics/
DMediaAnalyticsItem.cpp141 dst->growProps(this->mPropCount); in dup()
282 if (growProps() == false) { in allocateProp()
631 bool MediaAnalyticsItem::growProps(int increment) in growProps() function in android::MediaAnalyticsItem