Home
last modified time | relevance | path

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

/external/drm_hwcomposer/
Ddrmhwctwo.cpp609 client_layer_.SetLayerDisplayFrame(display_frame); in SetActiveConfig()
757 HWC2::Error DrmHwcTwo::HwcLayer::SetLayerDisplayFrame(hwc_rect_t frame) { in SetLayerDisplayFrame() function in android::DrmHwcTwo::HwcLayer
1009 case HWC2::FunctionDescriptor::SetLayerDisplayFrame: in HookDevGetFunction()
1011 LayerHook<decltype(&HwcLayer::SetLayerDisplayFrame), in HookDevGetFunction()
1012 &HwcLayer::SetLayerDisplayFrame, hwc_rect_t>); in HookDevGetFunction()
Ddrmhwctwo.h98 HWC2::Error SetLayerDisplayFrame(hwc_rect_t frame);