HomeSort by: relevance | last modified time | path
    Searched defs:ANativeWindowBuffer (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/include/android_stub/nativebase/
nativebase.h 66 typedef struct ANativeWindowBuffer
69 ANativeWindowBuffer() {
71 common.version = sizeof(ANativeWindowBuffer);
75 // Implement the methods that sp<ANativeWindowBuffer> expects so that it
76 // can be used to automatically refcount ANativeWindowBuffer's.
105 typedef struct ANativeWindowBuffer ANativeWindowBuffer;
  /xsrc/external/mit/MesaLib/dist/include/android_stub/system/
window.h 101 typedef struct ANativeWindowBuffer
104 ANativeWindowBuffer() {
106 common.version = sizeof(ANativeWindowBuffer);
110 // Implement the methods that sp<ANativeWindowBuffer> expects so that it
111 // can be used to automatically refcount ANativeWindowBuffer's.
468 struct ANativeWindowBuffer** buffer);
482 struct ANativeWindowBuffer* buffer);
504 struct ANativeWindowBuffer* buffer);
549 struct ANativeWindowBuffer* buffer);
571 struct ANativeWindowBuffer** buffer, int* fenceFd)
    [all...]

Completed in 7 milliseconds