Loading libcutils/include/cutils/native_handle.h +4 −3 Original line number Diff line number Diff line Loading @@ -71,7 +71,8 @@ native_handle_t* native_handle_init(char* storage, int numFds, int numInts); * native_handle_create * * creates a native_handle_t and initializes it. must be destroyed with * native_handle_delete(). * native_handle_delete(). Note that numFds must be <= NATIVE_HANDLE_MAX_FDS, * numInts must be <= NATIVE_HANDLE_MAX_INTS, and both must be >= 0. * */ native_handle_t* native_handle_create(int numFds, int numInts); Loading Loading
libcutils/include/cutils/native_handle.h +4 −3 Original line number Diff line number Diff line Loading @@ -71,7 +71,8 @@ native_handle_t* native_handle_init(char* storage, int numFds, int numInts); * native_handle_create * * creates a native_handle_t and initializes it. must be destroyed with * native_handle_delete(). * native_handle_delete(). Note that numFds must be <= NATIVE_HANDLE_MAX_FDS, * numInts must be <= NATIVE_HANDLE_MAX_INTS, and both must be >= 0. * */ native_handle_t* native_handle_create(int numFds, int numInts); Loading