Home
last modified time | relevance | path

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

/frameworks/rs/
DrsObjectBase.cpp67 void ObjectBase::dumpLOGV(const char *op) const { in dumpLOGV() function in ObjectBase
264 o->dumpLOGV(" "); in dumpAll()
DrsComponent.h36 void dumpLOGV(const char *prefix) const;
DrsElement.cpp95 void Element::dumpLOGV(const char *prefix) const { in dumpLOGV() function in Element
96 ObjectBase::dumpLOGV(prefix); in dumpLOGV()
98 mComponent.dumpLOGV(prefix); in dumpLOGV()
103 mFields[ct].e->dumpLOGV(prefix); in dumpLOGV()
DrsType.cpp148 void Type::dumpLOGV(const char *prefix) const { in dumpLOGV() function in Type
150 ObjectBase::dumpLOGV(prefix); in dumpLOGV()
158 mElement->dumpLOGV(buf); in dumpLOGV()
DrsObjectBase.h58 virtual void dumpLOGV(const char *prefix) const;
DrsComponent.cpp249 void Component::dumpLOGV(const char *prefix) const { in dumpLOGV() function in Component
DrsElement.h98 void dumpLOGV(const char *prefix) const;
DrsType.h94 void dumpLOGV(const char *prefix) const;
DrsAllocation.cpp124 mHal.state.type->dumpLOGV("type info"); in data()
154 mHal.state.type->dumpLOGV("type info"); in read()
260 void Allocation::dumpLOGV(const char *prefix) const { in dumpLOGV() function in Allocation
261 ObjectBase::dumpLOGV(prefix); in dumpLOGV()
267 mHal.state.type->dumpLOGV(buf); in dumpLOGV()
DrsAllocation.h136 virtual void dumpLOGV(const char *prefix) const;