Home
last modified time | relevance | path

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

/frameworks/av/media/libmediametrics/include/media/
DMediaMetricsItem.h375 static void toStringBuffer(
378 void toStringBuffer( in toStringBuffer() function
383 void toStringBuffer( in toStringBuffer() function
388 void toStringBuffer( in toStringBuffer() function
393 void toStringBuffer( in toStringBuffer() function
400 void toStringBuffer( in toStringBuffer() function
406 void toStringBuffer( in toStringBuffer() function
830 void toStringBuffer(char *buffer, size_t length) const { in toStringBuffer() function
832 BaseItem::toStringBuffer(mName.c_str(), value, buffer, length);}, mElem); in toStringBuffer()
/frameworks/av/media/libmediametrics/
DMediaMetricsItem.cpp269 prop.toStringBuffer(buffer, sizeof(buffer)); in toString()