Searched refs:bufferSize_ (Results 1 - 6 of 6) sorted by relevance
/base/web/webview/ohos_adapter/media_adapter/src/ |
H A D | ohos_buffer_adapter_impl.cpp | 27 return bufferSize_; in GetBufferSize() 37 bufferSize_ = size; in SetBufferSize()
|
/base/web/webview/ohos_adapter/media_adapter/include/ |
H A D | ohos_buffer_adapter_impl.h | 37 uint32_t bufferSize_; member in OHOS::NWeb::OhosBufferAdapterImpl
|
/base/web/webview/ohos_adapter/pasteboard_adapter/src/ |
H A D | pasteboard_client_adapter_impl.cpp | 264 bufferSize_ = pixelMap->GetCapacity(); in GetImgData() 265 if ((bufferSize_ == 0) || (pixelMap->GetPixels() == nullptr)) { in GetImgData() 270 imgBuffer_ = static_cast<uint8_t *>(calloc(static_cast<size_t>(bufferSize_), sizeof(uint8_t))); in GetImgData() 276 if (memcpy_s(imgBuffer_, bufferSize_, pixelMap->GetPixels(), bufferSize_)) { in GetImgData() 290 imageData->SetDataSize(static_cast<size_t>(bufferSize_)); in GetImgData() 326 bufferSize_ = 0; in ClearImgBuffer()
|
/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/ |
H A D | thread_sampler.cpp | 179 bufferSize_ = SAMPLER_MAX_BUFFER_SZ * sizeof(struct ThreadUnwindContext);
in InitRecordBuffer() 180 mmapStart_ = mmap(nullptr, bufferSize_,
in InitRecordBuffer() 187 prctl(PR_SET_VMA, PR_SET_VMA_ANON_NAME, mmapStart_, bufferSize_, "sampler_buf");
in InitRecordBuffer() 197 if (munmap(mmapStart_, bufferSize_) != 0) {
in ReleaseRecordBuffer()
|
/base/hiviewdfx/hicollie/frameworks/native/thread_sampler/include/ |
H A D | thread_sampler.h | 109 int32_t bufferSize_ {0};
|
/base/web/webview/ohos_adapter/pasteboard_adapter/include/ |
H A D | pasteboard_client_adapter_impl.h | 60 uint32_t bufferSize_ = 0; member in OHOS::NWeb::PasteDataRecordAdapterImpl
|
Completed in 4 milliseconds