Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/include/android_stub/nativebase/
Dnativebase.h43 typedef struct android_native_base_t struct
54 void (*incRef)(struct android_native_base_t* base); argument
55 void (*decRef)(struct android_native_base_t* base); argument
56 } android_native_base_t; typedef
78 common.incRef(const_cast<android_native_base_t*>(&common)); in incStrong()
81 common.decRef(const_cast<android_native_base_t*>(&common)); in decStrong()
85 struct android_native_base_t common;
/hardware/google/gfxstream/guest/mesa/include/android_stub/system/
Dwindow.h86 typedef struct android_native_base_t struct
97 void (*incRef)(struct android_native_base_t* base); argument
98 void (*decRef)(struct android_native_base_t* base); argument
99 } android_native_base_t; typedef
113 common.incRef(const_cast<android_native_base_t*>(&common)); in incStrong()
116 common.decRef(const_cast<android_native_base_t*>(&common)); in decStrong()
120 struct android_native_base_t common;
417 common.incRef(const_cast<android_native_base_t*>(&common)); in incStrong()
420 common.decRef(const_cast<android_native_base_t*>(&common)); in decStrong()
424 struct android_native_base_t common;
/hardware/libhardware/tests/hwc/
Dcnativewindow.c33 typedef struct android_native_base_t aBase;