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

/system/core/include/system/
H A Dwindow.h86 common.magic = ANDROID_NATIVE_BUFFER_MAGIC;
87 common.version = sizeof(ANativeWindowBuffer);
88 memset(common.reserved, 0, sizeof(common.reserved));
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; member in struct:ANativeWindowBuffer
341 common
356 struct android_native_base_t common; member in struct:ANativeWindow
[all...]

Completed in 4 milliseconds