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

/frameworks/native/libs/binder/
H A DParcel.cpp921 const void* Parcel::readInplace(size_t len) const function in class:android::Parcel
927 ALOGV("readInplace Setting data pos of %p to %d\n", this, mDataPos);
1077 const char* str = (const char*)readInplace(size+1);
1098 const char16_t* str = (const char16_t*)readInplace((size+1)*sizeof(char16_t));
1182 const void* ptr = readInplace(len);
1207 void const* const buf = this->readInplace(PAD_SIZE(len));

Completed in 82 milliseconds