window.h | 86 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 349 common.magic = ANDROID_NATIVE_WINDOW_MAGIC 364 struct android_native_base_t common; member in struct:ANativeWindow [all...] |