Lines Matching refs:readInplace
874 const void* Parcel::readInplace(size_t len) const
879 LOGV("readInplace Setting data pos of %p to %d\n", this, mDataPos);
1002 const char* str = (const char*)readInplace(size+1);
1023 const char16_t* str = (const char16_t*)readInplace((size+1)*sizeof(char16_t));
1106 const void* ptr = readInplace(len);
1131 void const* buf = this->readInplace(PAD_SIZE(len));