Searched refs:android_native_base_t (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/ui/
H A DANativeObjectBase.h79 static inline TYPE* getSelf(android_native_base_t* base) {
82 static inline TYPE const * getSelf(android_native_base_t const* base) {
85 static void incRef(android_native_base_t* base) {
89 static void decRef(android_native_base_t* base) {
/frameworks/native/libs/nativewindow/include/vndk/
H A Dwindow.h50 typedef struct android_native_base_t struct
61 void (*incRef)(struct android_native_base_t* base);
62 void (*decRef)(struct android_native_base_t* base);
63 } android_native_base_t; typedef in typeref:struct:android_native_base_t
77 common.incRef(const_cast<android_native_base_t*>(&common));
80 common.decRef(const_cast<android_native_base_t*>(&common));
84 struct android_native_base_t common;
/frameworks/native/libs/nativewindow/include/system/
H A Dwindow.h342 common.incRef(const_cast<android_native_base_t*>(&common));
345 common.decRef(const_cast<android_native_base_t*>(&common));
349 struct android_native_base_t common;

Completed in 68 milliseconds