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

/frameworks/native/libs/binder/
H A DParcel.cpp1080 const void* Parcel::readInplace(size_t len) const function in class:android::Parcel
1092 ALOGV("readInplace Setting data pos of %p to %zu", this, mDataPos);
1278 const char* str = (const char*)readInplace(size+1);
1299 const char16_t* str = (const char16_t*)readInplace((size+1)*sizeof(char16_t));
1387 const void* ptr = readInplace(len);
1420 void const* const buf = this->readInplace(pad_size(len));

Completed in 10 milliseconds