Searched refs:android_native_base_t (Results 1 – 4 of 4) 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;
338 common.incRef(const_cast<android_native_base_t*>(&common)); in incStrong()341 common.decRef(const_cast<android_native_base_t*>(&common)); in decStrong()345 struct android_native_base_t common;
38 typename NATIVE_BASE = android_native_base_t>