Searched refs:getSelf (Results 1 – 2 of 2) sorted by relevance
75 static inline TYPE* getSelf(NATIVE_TYPE* self) { in getSelf() function78 static inline TYPE const* getSelf(NATIVE_TYPE const* self) { in getSelf() function81 static inline TYPE* getSelf(android_native_base_t* base) { in getSelf() function82 return getSelf(reinterpret_cast<NATIVE_TYPE*>(base)); in getSelf()84 static inline TYPE const * getSelf(android_native_base_t const* base) { in getSelf() function85 return getSelf(reinterpret_cast<NATIVE_TYPE const*>(base)); in getSelf()88 ANativeObjectBase* self = getSelf(base); in incRef()92 ANativeObjectBase* self = getSelf(base); in decRef()
137 Surface* c = getSelf(window); in hook_setSwapInterval()143 Surface* c = getSelf(window); in hook_dequeueBuffer()149 Surface* c = getSelf(window); in hook_cancelBuffer()155 Surface* c = getSelf(window); in hook_queueBuffer()161 Surface* c = getSelf(window); in hook_dequeueBuffer_DEPRECATED()182 Surface* c = getSelf(window); in hook_cancelBuffer_DEPRECATED()188 Surface* c = getSelf(window); in hook_lockBuffer_DEPRECATED()194 Surface* c = getSelf(window); in hook_queueBuffer_DEPRECATED()200 const Surface* c = getSelf(window); in hook_query()207 Surface* c = getSelf(window); in hook_perform()[all …]