Home
last modified time | relevance | path

Searched defs:getSelf (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/include/ui/
DANativeObjectBase.h75 static inline TYPE* getSelf(NATIVE_TYPE* self) { in getSelf() function
78 static inline TYPE const* getSelf(NATIVE_TYPE const* self) { in getSelf() function
81 static inline TYPE* getSelf(android_native_base_t* base) { in getSelf() function
84 static inline TYPE const * getSelf(android_native_base_t const* base) { in getSelf() function