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

  /hardware/qcom/display/msm8084/libqservice/
IQHDMIClient.cpp 62 void *buf = data.writeInplace(len);
  /frameworks/native/libs/gui/
LayerState.cpp 39 output.writeInplace(sizeof(layer_state_t::matrix22_t))) = matrix;
IGraphicBufferProducer.cpp 359 reply->writeInplace(sizeof(QueueBufferOutput)));
391 reply->writeInplace(sizeof(QueueBufferOutput)));
ISurfaceComposer.cpp 404 memcpy(reply->writeInplace(sizeof(DisplayInfo)),
417 memcpy(reply->writeInplace(sizeof(DisplayStatInfo)),
  /system/security/keystore/
IKeystoreService.cpp 114 void* buf = data.writeInplace(itemLength);
303 void* buf = data.writeInplace(keyLength);
327 void* buf = data.writeInplace(keyLength);
352 void* buf = data.writeInplace(inLength);
391 buf = data.writeInplace(inLength);
394 buf = data.writeInplace(signatureLength);
667 void* buf = reply->writeInplace(outSize);
823 void* buf = reply->writeInplace(outSize);
866 void* buf = reply->writeInplace(outSize);
    [all...]
  /frameworks/native/include/binder/
Parcel.h 94 void* writeInplace(size_t len);
350 void* buffer = writeInplace(size);
  /frameworks/native/libs/binder/
Parcel.cpp 575 void* const d = writeInplace(len);
583 void* Parcel::writeInplace(size_t len)
713 uint8_t* data = (uint8_t*)writeInplace(len+sizeof(char16_t));
839 void* ptr = writeInplace(len);
893 void* const buf = this->writeInplace(PAD_SIZE(len));
    [all...]
  /frameworks/base/core/jni/android/graphics/
Region.cpp 233 region->writeToMemory(p->writeInplace(size));
Bitmap.cpp 646 memcpy(p->writeInplace(count * sizeof(SkPMColor)),
    [all...]
  /frameworks/base/core/jni/
android_os_Parcel.cpp 177 void* dest = parcel->writeInplace(length);
603 void* raw = parcel->writeInplace(length);

Completed in 375 milliseconds