Searched refs:printWeakPointer (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/utils/
H A DRefBase.h34 TextOutput& printWeakPointer(TextOutput& to, const void* val);
462 return printWeakPointer(to, val.unsafe_get());
/frameworks/rs/server/
H A DRefBase.h33 TextOutput& printWeakPointer(TextOutput& to, const void* val);
450 return printWeakPointer(to, val.unsafe_get());
/frameworks/native/libs/utils/
H A DRefBase.cpp659 TextOutput& printWeakPointer(TextOutput& to, const void* val) function in namespace:android

Completed in 39 milliseconds