Lines Matching refs:to

10  * Unless required by applicable law or agreed to in writing, software
61 // Maximum size of a blob to transfer in-place.
64 // XXX This can be made public if we want to provide
102 // intentionally blank -- nothing to do to acquire this, but we do
211 // XXX How to deal? In order to flatten the given binder,
212 // we need to probe it for information, which requires a primary
218 ALOGE("Unable to unflatten Binder weak reference!");
310 // TODO: decide what to do about the possibility that this can
335 ALOGV("setDataSize Setting data size of %p to %d\n", this, mDataSize);
436 // If this is a file descriptor, we need to dup it so the
500 // there's no way to commuicate back any violations anyway.
539 ALOGV("finishWrite Setting data pos of %p to %d\n", this, mDataPos);
542 ALOGV("finishWrite Setting data size of %p to %d\n", this, mDataSize);
588 //printf("Writing %ld bytes, padded to %ld\n", len, padded);
591 // Need to pad at end?
603 //printf("Applying pad mask: %p to %p\n", (void*)mask[padded-len],
790 ALOGV("writeBlob: write to ashmem");
866 // Need to write meta-data?
915 ALOGV("read Setting data pos of %p to %d\n", this, mDataPos);
927 ALOGV("readInplace Setting data pos of %p to %d\n", this, mDataPos);
1065 ALOGV("readCString Setting data pos of %p to %d\n", this, mDataPos);
1241 // the object list, so we don't want to check for it when
1243 ALOGV("readObject Setting data pos of %p to %d\n", this, mDataPos);
1270 ALOGV("readObject Setting data pos of %p to %d\n", this, mDataPos);
1283 ALOGV("readObject Setting data pos of %p to %d\n", this, mDataPos);
1287 ALOGW("Attempt to read object from Parcel %p at offset %d that is not in the object list",
1338 //ALOGI("setDataReference Setting data size of %p to %lu (pid=%d)\n", this, mDataSize, getpid());
1340 ALOGV("setDataReference Setting data pos of %p to %d\n", this, mDataPos);
1359 void Parcel::print(TextOutput& to, uint32_t flags) const
1361 to << "Parcel(";
1365 to << "Error: " << (void*)err << " \"" << strerror(-err) << "\"";
1368 to << indent << HexDump(DATA, dataSize()) << dedent;
1374 to << endl << "Object #" << i << " @ " << (void*)OBJS[i] << ": "
1379 to << "NULL";
1382 to << ")";
1460 ALOGV("restartWrite Setting data size of %p to %d\n", this, mDataSize);
1461 ALOGV("restartWrite Setting data pos of %p to %d\n", this, mDataPos);
1492 // If the size is going to zero, just release the owner's data.
1498 // If there is a different owner, we need to take
1516 // Little hack to only acquire references on objects
1537 ALOGV("continueWrite Setting data size of %p to %d\n", this, mDataSize);
1544 // Need to release refs on any objects we are dropping.
1550 // will need to rescan because we may have lopped off the only FDs
1577 ALOGV("continueWrite Setting data size of %p to %d\n", this, mDataSize);
1581 ALOGV("continueWrite Setting data pos of %p to %d\n", this, mDataPos);
1600 ALOGV("continueWrite Setting data size of %p to %d\n", this, mDataSize);
1601 ALOGV("continueWrite Setting data pos of %p to %d\n", this, mDataPos);
1615 ALOGV("initState Setting data size of %p to %d\n", this, mDataSize);
1616 ALOGV("initState Setting data pos of %p to %d\n", this, mDataPos);