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

/system/libhwbinder/
H A DParcel.cpp1119 const void* Parcel::readInplace(size_t len) const function in class:android::Parcel
1131 ALOGV("readInplace Setting data pos of %p to %zu", this, mDataPos);
1389 const char16_t* str = (const char16_t*)readInplace((size+1)*sizeof(char16_t));

Completed in 212 milliseconds