Searched refs:android_native_base_t (Results 1 – 5 of 5) 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;
357 common.incRef(const_cast<android_native_base_t*>(&common)); in incStrong()360 common.decRef(const_cast<android_native_base_t*>(&common)); in decStrong()364 struct android_native_base_t common;
38 typename NATIVE_BASE = android_native_base_t>
33 typedef struct android_native_base_t aBase;