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.h63 virtual void dumpLOGV(const char *prefix) const;
H A DrsObjectBase.cpp76 void ObjectBase::dumpLOGV(const char *op) const { function in class:ObjectBase
283 o->dumpLOGV(" ");
H A DrsType.cpp151 void Type::dumpLOGV(const char *prefix) const { function in class:Type
153 ObjectBase::dumpLOGV(prefix);
161 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.h103 void dumpLOGV(const char *prefix) const;
H A DrsAllocation.cpp201 mHal.state.type->dumpLOGV("type info");
231 mHal.state.type->dumpLOGV("type info");
351 void Allocation::dumpLOGV(const char *prefix) const { function in class:Allocation
352 ObjectBase::dumpLOGV(prefix);
358 mHal.state.type->dumpLOGV(buf);
H A DrsAllocation.h157 virtual void dumpLOGV(const char *prefix) const;

Completed in 664 milliseconds