Home | History | Annotate | Download | only in binder

Lines Matching defs:numFds

734     err = writeInt32(handle->numFds);
740 for (int i=0 ; err==NO_ERROR && i<handle->numFds ; i++)
747 err = write(handle->data + handle->numFds, sizeof(int)*handle->numInts);
1139 int numFds, numInts;
1141 err = readInt32(&numFds);
1146 native_handle* h = native_handle_create(numFds, numInts);
1147 for (int i=0 ; err==NO_ERROR && i<numFds ; i++) {
1151 err = read(h->data + numFds, sizeof(int)*numInts);