Searched defs:readInplace (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/binder/
H A DParcel.cpp799 const void* Parcel::readInplace(size_t len) const function in class:android::Parcel
804 LOGV("readInplace Setting data pos of %p to %d\n", this, mDataPos);
927 const char* str = (const char*)readInplace(size+1);
948 const char16_t* str = (const char16_t*)readInplace((size+1)*sizeof(char16_t));
1030 void const* buf = this->readInplace(PAD_SIZE(len));

Completed in 320 milliseconds