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

/system/core/include/system/
H A Dwindow.h67 typedef struct android_native_base_t struct
78 void (*incRef)(struct android_native_base_t* base);
79 void (*decRef)(struct android_native_base_t* base);
80 } android_native_base_t; typedef in typeref:struct:android_native_base_t
94 common.incRef(const_cast<android_native_base_t*>(&common));
97 common.decRef(const_cast<android_native_base_t*>(&common));
101 struct android_native_base_t common;
349 common.incRef(const_cast<android_native_base_t*>(&common));
352 common.decRef(const_cast<android_native_base_t*>(&common));
356 struct android_native_base_t commo
[all...]

Completed in 3905 milliseconds