HomeSort by relevance Sort by last modified time
    Searched defs:ANativeWindowBuffer (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/hwcplus/include/system/
window.h 81 typedef struct ANativeWindowBuffer
84 ANativeWindowBuffer() {
86 common.version = sizeof(ANativeWindowBuffer);
90 // Implement the methods that sp<ANativeWindowBuffer> expects so that it
91 // can be used to automatically refcount ANativeWindowBuffer's.
407 struct ANativeWindowBuffer** buffer);
421 struct ANativeWindowBuffer* buffer);
443 struct ANativeWindowBuffer* buffer);
506 struct ANativeWindowBuffer* buffer);
528 struct ANativeWindowBuffer** buffer, int* fenceFd)
    [all...]
  /system/core/include/system/
window.h 88 typedef struct ANativeWindowBuffer
91 ANativeWindowBuffer() {
93 common.version = sizeof(ANativeWindowBuffer);
97 // Implement the methods that sp<ANativeWindowBuffer> expects so that it
98 // can be used to automatically refcount ANativeWindowBuffer's.
435 struct ANativeWindowBuffer** buffer);
449 struct ANativeWindowBuffer* buffer);
471 struct ANativeWindowBuffer* buffer);
534 struct ANativeWindowBuffer* buffer);
556 struct ANativeWindowBuffer** buffer, int* fenceFd)
    [all...]

Completed in 68 milliseconds