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

/frameworks/native/include/ui/
H A DANativeObjectBase.h73 static inline TYPE* getSelf(NATIVE_TYPE* self) { function in class:android::ANativeObjectBase
76 static inline TYPE const* getSelf(NATIVE_TYPE const* self) { function in class:android::ANativeObjectBase
79 static inline TYPE* getSelf(android_native_base_t* base) { function in class:android::ANativeObjectBase
80 return getSelf(reinterpret_cast<NATIVE_TYPE*>(base));
82 static inline TYPE const * getSelf(android_native_base_t const* base) { function in class:android::ANativeObjectBase
83 return getSelf(reinterpret_cast<NATIVE_TYPE const*>(base));
86 ANativeObjectBase* self = getSelf(base);
90 ANativeObjectBase* self = getSelf(base);
/frameworks/native/libs/gui/
H A DSurface.cpp373 Surface* c = getSelf(window);
379 Surface* c = getSelf(window);
385 Surface* c = getSelf(window);
391 Surface* c = getSelf(window);
397 Surface* c = getSelf(window);
418 Surface* c = getSelf(window);
424 Surface* c = getSelf(window);
430 Surface* c = getSelf(window);
436 const Surface* c = getSelf(window);
443 Surface* c = getSelf(windo
[all...]

Completed in 52 milliseconds