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

/frameworks/native/libs/binder/
H A DParcel.cpp711 void* const d = writeInplace(len);
719 void* Parcel::writeInplace(size_t len) function in class:android::Parcel
779 void* dst = writeInplace((utf16Len + 1) * sizeof(char16_t));
812 void* data = parcel->writeInplace(val.size());
1070 uint8_t* data = (uint8_t*)writeInplace(len+sizeof(char16_t));
1208 void* ptr = writeInplace(len);
1279 void* const buf = this->writeInplace(pad_size(len));

Completed in 2253 milliseconds