Home | History | Annotate | Download | only in binder

Lines Matching defs:numFds

712     err = writeInt32(handle->numFds);
718 for (int i=0 ; err==NO_ERROR && i<handle->numFds ; i++)
725 err = write(handle->data + handle->numFds, sizeof(int)*handle->numInts);
1115 int numFds, numInts;
1117 err = readInt32(&numFds);
1122 native_handle* h = native_handle_create(numFds, numInts);
1123 for (int i=0 ; err==NO_ERROR && i<numFds ; i++) {
1127 err = read(h->data + numFds, sizeof(int)*numInts);