Searched defs:android_native_base_t (Results 1 – 3 of 3) sorted by relevance
32 struct android_native_base_t { struct36 void (*incRef)(android_native_base_t*); argument37 void (*decRef)(android_native_base_t*); argument
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; typedef
46 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; typedef