Searched refs:writeInplace (Results 1 – 7 of 7) sorted by relevance
92 void* writeInplace(size_t len);289 void* buffer = writeInplace(size); in write()
236 reply->writeInplace(sizeof(QueueBufferOutput))); in onTransact()274 reply->writeInplace(sizeof(QueueBufferOutput))); in onTransact()
332 memcpy(reply->writeInplace(sizeof(DisplayInfo)), &info, sizeof(DisplayInfo)); in onTransact()
567 void* const d = writeInplace(len); in write()575 void* Parcel::writeInplace(size_t len) in writeInplace() function in android::Parcel669 uint8_t* data = (uint8_t*)writeInplace(len+sizeof(char16_t)); in writeString16()745 void* ptr = writeInplace(len); in writeBlob()799 void* buf = this->writeInplace(PAD_SIZE(len)); in write()
178 void* dest = parcel->writeInplace(length); in android_os_Parcel_writeNative()535 void* raw = parcel->writeInplace(length); in android_os_Parcel_unmarshall()
195 region->flatten(p->writeInplace(size)); in Region_writeToParcel()
455 memcpy(p->writeInplace(count * sizeof(SkPMColor)), in Bitmap_writeToParcel()