HomeSort by relevance Sort by last modified time
    Searched refs:dumpLOGV (Results 1 - 10 of 10) sorted by null

  /frameworks/base/libs/rs/
rsComponent.h 35 void dumpLOGV(const char *prefix) const;
rsObjectBase.cpp 61 void ObjectBase::dumpLOGV(const char *op) const {
253 o->dumpLOGV(" ");
rsObjectBase.h 59 virtual void dumpLOGV(const char *prefix) const;
rsType.cpp 141 void Type::dumpLOGV(const char *prefix) const {
143 ObjectBase::dumpLOGV(prefix);
146 mElement->dumpLOGV(buf);
rsElement.cpp 63 void Element::dumpLOGV(const char *prefix) const {
64 ObjectBase::dumpLOGV(prefix);
66 mComponent.dumpLOGV(prefix);
71 mFields[ct].e->dumpLOGV(prefix);
rsElement.h 68 void dumpLOGV(const char *prefix) const;
rsAllocation.h 99 virtual void dumpLOGV(const char *prefix) const;
rsComponent.cpp 229 void Component::dumpLOGV(const char *prefix) const {
rsType.h 60 void dumpLOGV(const char *prefix) const;
rsAllocation.cpp 80 mHal.state.type->dumpLOGV("type info");
185 void Allocation::dumpLOGV(const char *prefix) const {
186 ObjectBase::dumpLOGV(prefix);
191 mHal.state.type->dumpLOGV(s.string());

Completed in 848 milliseconds