Home | History | Annotate | Download | only in binder

Lines Matching refs:writeInplace

567 writeInplace(len);
575 void* Parcel::writeInplace(size_t len)
669 uint8_t* data = (uint8_t*)writeInplace(len+sizeof(char16_t));
737 void* ptr = writeInplace(len);
791 void* buf = this->writeInplace(PAD_SIZE(len));