Home
last modified time | relevance | path

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

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