Searched defs:android_native_base_t (Results 1 - 1 of 1) sorted by relevance

/system/core/include/system/
H A Dwindow.h54 typedef struct android_native_base_t struct
65 void (*incRef)(struct android_native_base_t* base);
66 void (*decRef)(struct android_native_base_t* base);
67 } android_native_base_t; typedef in typeref:struct:android_native_base_t
81 common.incRef(const_cast<android_native_base_t*>(&common));
84 common.decRef(const_cast<android_native_base_t*>(&common));
88 struct android_native_base_t common;
309 common.incRef(const_cast<android_native_base_t*>(&common));
312 common.decRef(const_cast<android_native_base_t*>(&common));
316 struct android_native_base_t commo
[all...]

Completed in 55 milliseconds