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

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

Completed in 59 milliseconds