Searched defs:dumpLOGV (Results 1 - 5 of 5) sorted by relevance

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

Completed in 124 milliseconds