Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.cpp288 layerHook<decltype(&Layer::setDisplayFrame), in doGetFunction()
289 &Layer::setDisplayFrame, hwc_rect_t>); in doGetFunction()
1564 Error EmuHWC2::Layer::setDisplayFrame(hwc_rect_t frame) { in setDisplayFrame() function in android::EmuHWC2::Layer
DEmuHWC2.h412 HWC2::Error setDisplayFrame(hwc_rect_t frame);
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/
DHWC2.h549 HWC2::Error setDisplayFrame(hwc_rect_t frame);
DHWC2.cpp305 layerHook<decltype(&Layer::setDisplayFrame), in doGetFunction()
306 &Layer::setDisplayFrame, hwc_rect_t>); in doGetFunction()
2142 Error CfHWC2::Layer::setDisplayFrame(hwc_rect_t frame) { in setDisplayFrame() function in android::CfHWC2::Layer