Home | History | Annotate | Download | only in binder

Lines Matching refs:numInts

737     err = writeInt32(handle->numInts);
747 err = write(handle->data + handle->numFds, sizeof(int)*handle->numInts);
1139 int numFds, numInts;
1143 err = readInt32(&numInts);
1146 native_handle* h = native_handle_create(numFds, numInts);
1151 err = read(h->data + numFds, sizeof(int)*numInts);