Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
DMockHWC2.h53 MOCK_METHOD(hal::Error, getRequests,
/frameworks/native/services/surfaceflinger/DisplayHardware/
DHWC2.h113 [[nodiscard]] virtual hal::Error getRequests(
201 hal::Error getRequests(
DHWC2.cpp253 Error Display::getRequests(HWC2::DisplayRequest* outDisplayRequests, in getRequests() function in android::HWC2::impl::Display
DHWComposer.cpp477 error = hwcDisplay->getRequests(&displayRequests, &layerRequests); in getDeviceCompositionChanges()