Searched refs:getSelf (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/include/ui/
H A DANativeObjectBase.h75 static inline TYPE* getSelf(NATIVE_TYPE* self) { function in class:android::ANativeObjectBase
78 static inline TYPE const* getSelf(NATIVE_TYPE const* self) { function in class:android::ANativeObjectBase
81 static inline TYPE* getSelf(android_native_base_t* base) { function in class:android::ANativeObjectBase
82 return getSelf(reinterpret_cast<NATIVE_TYPE*>(base));
84 static inline TYPE const * getSelf(android_native_base_t const* base) { function in class:android::ANativeObjectBase
85 return getSelf(reinterpret_cast<NATIVE_TYPE const*>(base));
88 ANativeObjectBase* self = getSelf(base);
92 ANativeObjectBase* self = getSelf(base);
/frameworks/native/libs/gui/
H A DSurface.cpp137 Surface* c = getSelf(window);
143 Surface* c = getSelf(window);
149 Surface* c = getSelf(window);
155 Surface* c = getSelf(window);
161 Surface* c = getSelf(window);
182 Surface* c = getSelf(window);
188 Surface* c = getSelf(window);
194 Surface* c = getSelf(window);
200 const Surface* c = getSelf(window);
207 Surface* c = getSelf(windo
[all...]

Completed in 2084 milliseconds