Home
last modified time | relevance | path

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

/frameworks/base/libs/rs/
DrsObjectBase.cpp61 void ObjectBase::dumpLOGV(const char *op) const { in dumpLOGV() function in ObjectBase
253 o->dumpLOGV(" "); in dumpAll()
DrsComponent.h35 void dumpLOGV(const char *prefix) const;
DrsType.cpp141 void Type::dumpLOGV(const char *prefix) const { in dumpLOGV() function in Type
143 ObjectBase::dumpLOGV(prefix); in dumpLOGV()
146 mElement->dumpLOGV(buf); in dumpLOGV()
DrsElement.cpp63 void Element::dumpLOGV(const char *prefix) const { in dumpLOGV() function in Element
64 ObjectBase::dumpLOGV(prefix); in dumpLOGV()
66 mComponent.dumpLOGV(prefix); in dumpLOGV()
71 mFields[ct].e->dumpLOGV(prefix); in dumpLOGV()
DrsObjectBase.h59 virtual void dumpLOGV(const char *prefix) const;
DrsAllocation.cpp80 mHal.state.type->dumpLOGV("type info"); in data()
185 void Allocation::dumpLOGV(const char *prefix) const { in dumpLOGV() function in Allocation
186 ObjectBase::dumpLOGV(prefix); in dumpLOGV()
191 mHal.state.type->dumpLOGV(s.string()); in dumpLOGV()
DrsElement.h68 void dumpLOGV(const char *prefix) const;
DrsComponent.cpp229 void Component::dumpLOGV(const char *prefix) const { in dumpLOGV() function in Component
DrsAllocation.h99 virtual void dumpLOGV(const char *prefix) const;
DrsType.h60 void dumpLOGV(const char *prefix) const;