HomeSort by relevance Sort by last modified time
    Searched refs:writeInplace (Results 1 - 6 of 6) sorted by null

  /frameworks/base/libs/surfaceflinger_client/
LayerState.cpp 31 void* buf = output.writeInplace(len);
  /frameworks/base/include/binder/
Parcel.h 83 void* writeInplace(size_t len);
  /frameworks/base/core/jni/android/graphics/
Bitmap.cpp 404 memcpy(p->writeInplace(count * sizeof(SkPMColor)),
414 memcpy(p->writeInplace(size), bitmap->getPixels(), size);
Region.cpp 165 region->flatten(p->writeInplace(size));
  /frameworks/base/libs/binder/
Parcel.cpp 541 void* const d = writeInplace(len);
549 void* Parcel::writeInplace(size_t len)
640 uint8_t* data = (uint8_t*)writeInplace(len+sizeof(char16_t));
719 void* buf = this->writeInplace(PAD_SIZE(len));
    [all...]
  /frameworks/base/core/jni/
android_util_Binder.cpp     [all...]

Completed in 2840 milliseconds