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

/system/core/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);

Completed in 13 milliseconds