Searched refs:getSelf (Results 1 – 3 of 3) sorted by relevance
56 static inline TYPE* getSelf(NATIVE_TYPE* self) { in getSelf() function59 static inline TYPE const* getSelf(NATIVE_TYPE const* self) { in getSelf() function62 static inline TYPE* getSelf(NATIVE_BASE* base) { in getSelf() function63 return getSelf(reinterpret_cast<NATIVE_TYPE*>(base)); in getSelf()65 static inline TYPE const * getSelf(NATIVE_BASE const* base) { in getSelf() function66 return getSelf(reinterpret_cast<NATIVE_TYPE const*>(base)); in getSelf()69 ANativeObjectBase* self = getSelf(base); in incRef()73 ANativeObjectBase* self = getSelf(base); in decRef()
379 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 …]