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
266 o->dumpLOGV(" ");
H A DrsObjectBase.h58 virtual void dumpLOGV(const char *prefix) const;
H A DrsType.cpp134 void Type::dumpLOGV(const char *prefix) const { function in class:Type
136 ObjectBase::dumpLOGV(prefix);
144 mElement->dumpLOGV(buf);
H A DrsComponent.cpp242 void Component::dumpLOGV(const char *prefix) const { function in class:Component
H A DrsElement.cpp88 void Element::dumpLOGV(const char *prefix) const { function in class:Element
89 ObjectBase::dumpLOGV(prefix);
91 mComponent.dumpLOGV(prefix);
96 mFields[ct].e->dumpLOGV(prefix);
H A DrsElement.h96 void dumpLOGV(const char *prefix) const;
H A DrsType.h92 void dumpLOGV(const char *prefix) const;
H A DrsAllocation.cpp104 mHal.state.type->dumpLOGV("type info");
132 mHal.state.type->dumpLOGV("type info");
244 void Allocation::dumpLOGV(const char *prefix) const { function in class:Allocation
245 ObjectBase::dumpLOGV(prefix);
251 mHal.state.type->dumpLOGV(buf);
H A DrsAllocation.h134 virtual void dumpLOGV(const char *prefix) const;

Completed in 127 milliseconds