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

/system/core/include/system/
H A Dwindow.h74 typedef struct android_native_base_t struct
85 void (*incRef)(struct android_native_base_t* base);
86 void (*decRef)(struct android_native_base_t* base);
87 } android_native_base_t; typedef in typeref:struct:android_native_base_t
101 common.incRef(const_cast<android_native_base_t*>(&common));
104 common.decRef(const_cast<android_native_base_t*>(&common));
108 struct android_native_base_t common;
405 common.incRef(const_cast<android_native_base_t*>(&common));
408 common.decRef(const_cast<android_native_base_t*>(&common));
412 struct android_native_base_t commo
[all...]

Completed in 165 milliseconds