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

/frameworks/native/libs/binder/
H A DParcel.cpp712 void* const d = writeInplace(len);
720 void* Parcel::writeInplace(size_t len) function in class:android::Parcel
780 void* dst = writeInplace((utf16Len + 1) * sizeof(char16_t));
813 void* data = parcel->writeInplace(val.size());
1071 uint8_t* data = (uint8_t*)writeInplace(len+sizeof(char16_t));
1209 void* ptr = writeInplace(len);
1280 void* const buf = this->writeInplace(len);

Completed in 1471 milliseconds