Searched defs:ANativeWindowBuffer (Results 1 – 3 of 3) sorted by relevance
42 struct ANativeWindowBuffer { struct43 ANativeWindowBuffer() { in ANativeWindowBuffer() function49 android_native_base_t common;51 int width;52 int height;53 int stride;54 int format;55 int usage_deprecated;56 uintptr_t layerCount;58 void* reserved[1];[all …]
66 typedef struct ANativeWindowBuffer struct69 ANativeWindowBuffer() { in ANativeWindowBuffer() function77 void incStrong(const void* /*id*/) const { in incStrong()103 } ANativeWindowBuffer_t; argument105 typedef struct ANativeWindowBuffer ANativeWindowBuffer; argument
56 typedef struct ANativeWindowBuffer struct72 } ANativeWindowBuffer_t; argument86 // - GraphicBuffer inherits from two base classes, ANativeWindowBuffer and RefBase. argument