Home
last modified time | relevance | path

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

/frameworks/native/include/utils/
DStrongPointer.h30 TextOutput& printStrongPointer(TextOutput& to, const void* val);
213 return printStrongPointer(to, val.get());
/frameworks/native/libs/utils/
DRefBase.cpp615 TextOutput& printStrongPointer(TextOutput& to, const void* val) in printStrongPointer() function