Home
last modified time | relevance | path

Searched refs:getDrmBuffer (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/system/hwc3/
DDrmSwapchain.h35 const std::shared_ptr<DrmBuffer> getDrmBuffer();
DDrmSwapchain.cpp62 const std::shared_ptr<DrmBuffer> DrmSwapchain::Image::getDrmBuffer() { return mDrmBuffer; } in getDrmBuffer() function in aidl::android::hardware::graphics::composer3::impl::DrmSwapchain::Image
DGuestFrameComposer.cpp493 mDrmClient.flushToDisplay(displayId, compositionResult->getDrmBuffer(), -1); in onDisplayCreate()
675 if (compositionResult->getDrmBuffer() == nullptr) { in presentDisplay()
817 … auto [error, fence] = mDrmClient.flushToDisplay(displayId, compositionResult->getDrmBuffer(), -1); in presentDisplay()
DHostFrameComposer.cpp668 mDrmClient->flushToDisplay(displayId, compositionResult->getDrmBuffer(), -1); in presentDisplay()
696 displayId, compositionResult->getDrmBuffer(), displayClientTargetFence); in presentDisplay()