HomeSort by relevance Sort by last modified time
    Searched refs:writeInplace (Results 1 - 11 of 11) 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 404 reply->writeInplace(sizeof(QueueBufferOutput)));
436 reply->writeInplace(sizeof(QueueBufferOutput)));
ISurfaceComposer.cpp 416 memcpy(reply->writeInplace(sizeof(DisplayInfo)),
429 memcpy(reply->writeInplace(sizeof(DisplayStatInfo)),
  /system/core/gatekeeperd/
IGateKeeperService.cpp 64 void *buf = reply->writeInplace(outSize);
135 void *buf = reply->writeInplace(outSize);
  /system/security/keystore/
IKeystoreService.cpp 89 void* buf = out->writeInplace(dataLength);
93 ALOGE("Failed to writeInplace OperationResult data.");
129 void* buf = out->writeInplace(dataLength);
133 ALOGE("Failed to writeInplace ExportResult data.");
244 void* buf = out->writeInplace(param.blob.data_length);
248 ALOGE("Failed to writeInplace keymaster blob param");
461 void* buf = data.writeInplace(itemLength);
656 void* buf = data.writeInplace(keyLength);
680 void* buf = data.writeInplace(keyLength);
705 void* buf = data.writeInplace(inLength)
    [all...]
  /frameworks/native/include/binder/
Parcel.h 95 void* writeInplace(size_t len);
368 void* buffer = writeInplace(size);
  /frameworks/native/libs/binder/
Parcel.cpp 666 void* const d = writeInplace(len);
674 void* Parcel::writeInplace(size_t len)
833 uint8_t* data = (uint8_t*)writeInplace(len+sizeof(char16_t));
915 void* ptr = writeInplace(len);
988 void* const buf = this->writeInplace(pad_size(len));
    [all...]
  /frameworks/base/core/jni/android/graphics/
Region.cpp 242 void* dst = p->writeInplace(size);
Bitmap.cpp     [all...]
  /frameworks/base/core/jni/
android_os_Parcel.cpp 179 void* dest = parcel->writeInplace(length);
610 void* raw = parcel->writeInplace(length);

Completed in 851 milliseconds