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

/external/chromium_org/third_party/hwcplus/include/system/
H A Dwindow.h66 typedef struct android_native_base_t struct
77 void (*incRef)(struct android_native_base_t* base);
78 void (*decRef)(struct android_native_base_t* base);
79 } android_native_base_t; typedef in typeref:struct:android_native_base_t
93 common.incRef(const_cast<android_native_base_t*>(&common));
96 common.decRef(const_cast<android_native_base_t*>(&common));
100 struct android_native_base_t common;
356 common.incRef(const_cast<android_native_base_t*>(&common));
359 common.decRef(const_cast<android_native_base_t*>(&common));
363 struct android_native_base_t commo
[all...]

Completed in 40 milliseconds