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

/frameworks/native/libs/binder/
H A DParcel.cpp1553 const void* Parcel::readInplace(size_t len) const function in class:Parcel
1568 ALOGV("readInplace Setting data pos of %p to %zu", this, mDataPos);
1575 ALOGV("readInplace Setting data pos of %p to %zu", this, mDataPos);
1652 T* data = const_cast<T*>(reinterpret_cast<const T*>(parcel->readInplace(size)));
2058 const char* str = (const char*)readInplace(size + 1);
2117 const char16_t* str = (const char16_t*)readInplace((size+1)*sizeof(char16_t));
2269 const void* ptr = readInplace(len);
2302 void const* const buf = this->readInplace(pad_size(len));

Completed in 270 milliseconds