Searched refs:native_handle_t (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/hwcplus/include/cutils/
H A Dnative_handle.h26 int version; /* sizeof(native_handle_t) */
30 } native_handle_t; typedef in typeref:struct:native_handle
35 * closes the file descriptors contained in this native_handle_t
40 int native_handle_close(const native_handle_t* h);
46 * creates a native_handle_t and initializes it. must be destroyed with
50 native_handle_t* native_handle_create(int numFds, int numInts);
55 * frees a native_handle_t allocated with native_handle_create().
56 * This ONLY frees the memory allocated for the native_handle_t, but doesn't
62 int native_handle_delete(native_handle_t* h);
/external/chromium_org/third_party/hwcplus/include/system/
H A Dwindow.h52 typedef const native_handle_t* buffer_handle_t;

Completed in 109 milliseconds