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

/system/core/include/system/
H A Dwindow.h73 common.magic = ANDROID_NATIVE_BUFFER_MAGIC;
74 common.version = sizeof(ANativeWindowBuffer);
75 memset(common.reserved, 0, sizeof(common.reserved));
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; member in struct:ANativeWindowBuffer
301 common
316 struct android_native_base_t common; member in struct:ANativeWindow
[all...]

Completed in 351 milliseconds