Home
last modified time | relevance | path

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

/frameworks/av/media/libmediametrics/include/media/
DMediaMetricsItem.h406 static void toStringBuffer(
409 void toStringBuffer( in toStringBuffer() function
414 void toStringBuffer( in toStringBuffer() function
419 void toStringBuffer( in toStringBuffer() function
424 void toStringBuffer( in toStringBuffer() function
431 void toStringBuffer( in toStringBuffer() function
437 void toStringBuffer( in toStringBuffer() function
861 void toStringBuffer(char *buffer, size_t length) const { in toStringBuffer() function
863 BaseItem::toStringBuffer(mName.c_str(), value, buffer, length);}, mElem); in toStringBuffer()
/frameworks/av/media/libmediametrics/
DMediaMetricsItem.cpp298 prop.toStringBuffer(buffer, sizeof(buffer)); in toString()