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

/frameworks/native/libs/binder/
H A DParcel.cpp567 void* const d = writeInplace(len);
575 void* Parcel::writeInplace(size_t len) function in class:android::Parcel
669 uint8_t* data = (uint8_t*)writeInplace(len+sizeof(char16_t));
745 void* ptr = writeInplace(len);
799 void* buf = this->writeInplace(PAD_SIZE(len));

Completed in 852 milliseconds