Home | History | Annotate | Download | only in binder

Lines Matching refs:numInts

863     err = writeInt32(handle->numInts);
873 err = write(handle->data + handle->numFds, sizeof(int)*handle->numInts);
1340 int numFds, numInts;
1344 err = readInt32(&numInts);
1347 native_handle* h = native_handle_create(numFds, numInts);
1356 err = read(h->data + numFds, sizeof(int)*numInts);