Lines Matching defs:fds

155     int* fds = new int[numFds];
173 std::copy(handle->data, intsStart, fds);
179 int const* constFds = static_cast<int const*>(fds);
182 delete [] fds;
222 * \param[in,out] fds The pointer to the flat fd buffer.
231 void const*& buffer, size_t& size, int const*& fds, size_t& numFds) {
248 *nh = native_handle_create_from_fd(*fds);
253 ++fds;
269 * \param[in,out] fds The pointer to the flat fd buffer.
274 void*& buffer, size_t& size, int*& fds, size_t& numFds) {
285 *fds = fd;
286 ++fds;
320 int* fds = static_cast<int*>(baseFds.get());
322 if (l.flatten(buffer, size, fds, numFds) != NO_ERROR) {
382 int* fds = static_cast<int*>(baseFds.get());
384 if (flattenFence(hidl_handle(nh), buffer, size, fds, numFds) != NO_ERROR) {
471 * \param[in,out] fds The pointer to the flat fd buffer.
482 void const*& buffer, size_t& size, int const*& fds, size_t& numFds) {
509 buffer, size, fds, numFds);
551 int* fds = baseFds.get();
553 if (l.flatten(buffer, size, fds, numFds) != NO_ERROR) {
613 * \param[in,out] fds The pointer to the flat fd buffer.
622 void*& buffer, size_t& size, int*& fds, size_t& numFds) {
638 return flattenFence(hidl_handle(*nh), buffer, size, fds, numFds);
709 * \param[in,out] fds The pointer to the flat fd buffer.
721 void*& buffer, size_t& size, int*& fds, size_t numFds) {
757 buffer, size, fds, numFds);
813 * \param[in,out] fds The pointer to the flat fd buffer.
826 void*& buffer, size_t& size, int*& fds, size_t& numFds) {
841 buffer, size, fds, numFds);
887 int* fds = static_cast<int*>(baseFds.get());
890 if (flatten(t, &nhAA, buffer, size, fds, numFds) != NO_ERROR) {