Searched refs:android_native_base_t (Results 1 – 3 of 3) sorted by relevance
43 typedef struct android_native_base_t struct54 void (*incRef)(struct android_native_base_t* base); argument55 void (*decRef)(struct android_native_base_t* base); argument56 } android_native_base_t; typedef78 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;
86 typedef struct android_native_base_t struct97 void (*incRef)(struct android_native_base_t* base); argument98 void (*decRef)(struct android_native_base_t* base); argument99 } android_native_base_t; typedef113 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;
33 typedef struct android_native_base_t aBase;