Home
last modified time | relevance | path

Searched refs:dmaBufferFb_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
H A Dframebuffer_allocator.cpp80 dmaBufferFb_ = DisplayAdapter::GetInstance()->FbGetDmaBuffer(deviceFd_); in InitFb()
81 DISPLAY_LOGD("the dmabuffer fd of framebuffer is %{public}d", dmaBufferFb_); in InitFb()
H A Dframebuffer_allocator.h46 int32_t dmaBufferFb_ = -1; variable