Lines Matching full:numbytes
774 ssize_t numBytes, off64_t offset) {784 data.writeInt32(numBytes);1518 const uint32_t numBytes = data.readInt32();1519 if (numBytes > MAX_BINDER_TRANSACTION_SIZE) {1523 char* buffer = new char[numBytes];1527 ssize_t result = pread(uniqueId, &handle, buffer, numBytes, offset);