Home
last modified time | relevance | path

Searched refs:dump_l (Results 1 – 1 of 1) sorted by relevance

/system/libhidl/libhidlcache/
DMemoryDealer.cpp75 void dump_l(const char* tag) const;
76 void dump_l(string& res, const char* tag) const;
235 dump_l("dealloc (!freed->free)"); in dealloc()
249 dump_l(tag); in dump()
252 void SimpleBestFitAllocator::dump_l(const char* tag) const { in dump_l() function in android::hardware::SimpleBestFitAllocator
254 dump_l(result, tag); in dump_l()
260 dump_l(result, tag); in dump()
263 void SimpleBestFitAllocator::dump_l(string& result, const char* tag) const { in dump_l() function in android::hardware::SimpleBestFitAllocator