Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/include_vndk/ui/
DANativeObjectBase.h56 static inline TYPE* getSelf(NATIVE_TYPE* self) { in getSelf() function
59 static inline TYPE const* getSelf(NATIVE_TYPE const* self) { in getSelf() function
62 static inline TYPE* getSelf(NATIVE_BASE* base) { in getSelf() function
63 return getSelf(reinterpret_cast<NATIVE_TYPE*>(base)); in getSelf()
65 static inline TYPE const * getSelf(NATIVE_BASE const* base) { in getSelf() function
66 return getSelf(reinterpret_cast<NATIVE_TYPE const*>(base)); in getSelf()
69 ANativeObjectBase* self = getSelf(base); in incRef()
73 ANativeObjectBase* self = getSelf(base); in decRef()
/frameworks/native/libs/ui/include/ui/
DANativeObjectBase.h56 static inline TYPE* getSelf(NATIVE_TYPE* self) { in getSelf() function
59 static inline TYPE const* getSelf(NATIVE_TYPE const* self) { in getSelf() function
62 static inline TYPE* getSelf(NATIVE_BASE* base) { in getSelf() function
63 return getSelf(reinterpret_cast<NATIVE_TYPE*>(base)); in getSelf()
65 static inline TYPE const * getSelf(NATIVE_BASE const* base) { in getSelf() function
66 return getSelf(reinterpret_cast<NATIVE_TYPE const*>(base)); in getSelf()
69 ANativeObjectBase* self = getSelf(base); in incRef()
73 ANativeObjectBase* self = getSelf(base); in decRef()
/frameworks/native/libs/gui/
DSurface.cpp379 Surface* c = getSelf(window); in hook_setSwapInterval()
385 Surface* c = getSelf(window); in hook_dequeueBuffer()
391 Surface* c = getSelf(window); in hook_cancelBuffer()
397 Surface* c = getSelf(window); in hook_queueBuffer()
403 Surface* c = getSelf(window); in hook_dequeueBuffer_DEPRECATED()
424 Surface* c = getSelf(window); in hook_cancelBuffer_DEPRECATED()
430 Surface* c = getSelf(window); in hook_lockBuffer_DEPRECATED()
436 Surface* c = getSelf(window); in hook_queueBuffer_DEPRECATED()
442 const Surface* c = getSelf(window); in hook_query()
449 Surface* c = getSelf(window); in hook_perform()
[all …]