HomeSort by relevance Sort by last modified time
    Searched refs:getDisplayRequests (Results 1 - 8 of 8) sorted by null

  /frameworks/native/services/surfaceflinger/tests/unittests/mock/DisplayHardware/
MockComposer.h 72 MOCK_METHOD4(getDisplayRequests,
  /hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
HwcHal.h 356 err = mDispatch.getDisplayRequests(mDevice, display, &displayReqs, &reqsCount, nullptr,
364 err = mDispatch.getDisplayRequests(mDevice, display, &displayReqs, &reqsCount,
538 !initDispatch(HWC2_FUNCTION_GET_DISPLAY_REQUESTS, &mDispatch.getDisplayRequests) ||
624 HWC2_PFN_GET_DISPLAY_REQUESTS getDisplayRequests;
  /frameworks/native/services/surfaceflinger/DisplayHardware/
ComposerHal.h 112 virtual Error getDisplayRequests(Display display, uint32_t* outDisplayRequestMask,
310 Error getDisplayRequests(Display display, uint32_t* outDisplayRequestMask,
ComposerHal.cpp 425 Error Composer::getDisplayRequests(Display display,
    [all...]
HWC2.cpp 475 auto intError = mComposer.getDisplayRequests(
  /frameworks/native/services/surfaceflinger/tests/hwc2/
Hwc2Test.cpp 606 void getDisplayRequests(hwc2_display_t display,
649 ASSERT_NO_FATAL_FAILURE(getDisplayRequests(display, &displayRequest,
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
HWC2On1Adapter.h 309 int32_t getDisplayRequests() const {
HWC2On1Adapter.cpp 234 case FunctionDescriptor::GetDisplayRequests:
810 *outDisplayRequests = mChanges->getDisplayRequests();
    [all...]

Completed in 112 milliseconds