/hardware/interfaces/graphics/composer/aidl/vts/ |
D | VtsHalGraphicsComposer3_ReadbackTest.cpp | 237 mWriter->presentDisplay(getPrimaryDisplayId()); in TEST_P() 297 mWriter->presentDisplay(getPrimaryDisplayId()); in TEST_P() 357 mWriter->presentDisplay(getPrimaryDisplayId()); in TEST_P() 518 mWriter->presentDisplay(getPrimaryDisplayId()); in TEST_P() 595 mWriter->presentDisplay(getPrimaryDisplayId()); in TEST_P() 702 mWriter->presentDisplay(getPrimaryDisplayId()); in TEST_P() 752 mWriter->presentDisplay(getPrimaryDisplayId()); in TEST_P() 778 mWriter->presentDisplay(getPrimaryDisplayId()); in TEST_P() 825 mWriter->presentDisplay(getPrimaryDisplayId()); in TEST_P() 889 mWriter->presentDisplay(getPrimaryDisplayId()); in TEST_P() [all …]
|
D | VtsHalGraphicsComposer3_TargetTest.cpp | 1508 writer.presentDisplay(display.getDisplayId()); in sendRefreshFrame() 1526 writer.presentDisplay(display.getDisplayId()); in sendRefreshFrame() 1543 writer.presentDisplay(displayId); 1937 writer.presentDisplay(getPrimaryDisplayId()); in TEST_P() 1984 writer.presentDisplay(getPrimaryDisplayId()); in TEST_P() 1995 writer.presentDisplay(getPrimaryDisplayId()); in TEST_P() 2027 writer.presentDisplay(getPrimaryDisplayId()); in TEST_P() 2036 writer.presentDisplay(getPrimaryDisplayId()); in TEST_P() 2966 writer.presentDisplay(displayId); in TEST_P()
|
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/3/android/hardware/graphics/composer3/ |
D | DisplayCommand.aidl | 46 boolean presentDisplay;
|
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/current/android/hardware/graphics/composer3/ |
D | DisplayCommand.aidl | 46 boolean presentDisplay;
|
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/1/android/hardware/graphics/composer3/ |
D | DisplayCommand.aidl | 46 boolean presentDisplay;
|
/hardware/interfaces/graphics/composer/aidl/aidl_api/android.hardware.graphics.composer3/2/android/hardware/graphics/composer3/ |
D | DisplayCommand.aidl | 46 boolean presentDisplay;
|
/hardware/interfaces/graphics/composer/aidl/android/hardware/graphics/composer3/ |
D | DisplayCommand.aidl | 169 boolean presentDisplay;
|
/hardware/interfaces/graphics/composer/2.2/vts/functional/ |
D | VtsHalGraphicsComposerV2_2ReadbackTest.cpp | 234 mWriter->presentDisplay(); in TEST_P() 305 mWriter->presentDisplay(); in TEST_P() 372 mWriter->presentDisplay(); in TEST_P() 484 mWriter->presentDisplay(); in TEST_P() 607 mWriter->presentDisplay(); in TEST_P() 668 mWriter->presentDisplay(); in TEST_P() 691 mWriter->presentDisplay(); in TEST_P() 747 mWriter->presentDisplay(); in TEST_P() 821 mWriter->presentDisplay(); in TEST_P() 888 mWriter->presentDisplay(); in TEST_P() [all …]
|
/hardware/google/graphics/common/libhwc2.1/libexternaldisplay/ |
D | ExynosExternalDisplay.h | 45 virtual int32_t presentDisplay(int32_t* outRetireFence);
|
D | ExynosExternalDisplay.cpp | 335 int32_t ExynosExternalDisplay::presentDisplay( in presentDisplay() function in ExynosExternalDisplay 402 ret = ExynosDisplay::presentDisplay(outRetireFence); in presentDisplay()
|
/hardware/interfaces/graphics/composer/2.1/vts/functional/ |
D | VtsHalGraphicsComposerV2_1TargetTest.cpp | 764 mWriter->presentDisplay(); in TEST_P() 815 mWriter->presentDisplay(); in TEST_P() 824 mWriter->presentDisplay(); in TEST_P() 860 mWriter->presentDisplay(); in TEST_P() 866 mWriter->presentDisplay(); in TEST_P() 917 mWriter->presentDisplay(); in TEST_P() 940 mWriter->presentDisplay(); in TEST_P() 963 mWriter->presentDisplay(); in TEST_P() 982 mWriter->presentDisplay(); in TEST_P()
|
/hardware/google/graphics/common/libhwc2.1/libvirtualdisplay/ |
D | ExynosVirtualDisplay.h | 87 virtual int32_t presentDisplay(int32_t* outRetireFence);
|
D | ExynosVirtualDisplay.cpp | 258 int32_t ExynosVirtualDisplay::presentDisplay( in presentDisplay() function in ExynosVirtualDisplay 293 ret = ExynosDisplay::presentDisplay(outRetireFence); in presentDisplay()
|
/hardware/interfaces/graphics/composer/aidl/include/android/hardware/graphics/composer3/ |
D | ComposerClientWriter.h | 134 void presentDisplay(int64_t display) { getDisplayCommand(display).presentDisplay = true; } in presentDisplay() function
|
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/ |
D | HwcHal.h | 383 Error presentDisplay(Display display, int32_t* outPresentFence, std::vector<Layer>* outLayers, in presentDisplay() function 386 int32_t err = mDispatch.presentDisplay(mDevice, display, outPresentFence); in presentDisplay() 539 !initDispatch(HWC2_FUNCTION_PRESENT_DISPLAY, &mDispatch.presentDisplay) || in initDispatch() 641 HWC2_PFN_PRESENT_DISPLAY presentDisplay; member
|
/hardware/google/graphics/common/hwc3/ |
D | ComposerCommandEngine.cpp | 76 if (command.validateDisplay || command.presentDisplay || in execute() 146 DISPATCH_DISPLAY_BOOL_COMMAND(command, presentDisplay, PresentDisplay); in dispatchDisplayCommand() 319 auto err = mHal->presentDisplay(display, presentFence, &layers, &fences); in executePresentDisplay()
|
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/ |
D | ComposerCommandEngine.h | 293 : mHal->presentDisplay(mCurrentDisplay, &presentFence, &layers, &fences); in executePresentOrValidateDisplay() 332 auto err = mHal->presentDisplay(mCurrentDisplay, &presentFence, &layers, &fences); in executePresentDisplay()
|
D | ComposerHal.h | 109 virtual Error presentDisplay(Display display, int32_t* outPresentFence,
|
D | ComposerClient.h | 423 mHal->presentDisplay(display, &presentFence, &releasedLayers, &releaseFences); in destroyResources()
|
/hardware/interfaces/graphics/composer/2.2/ |
D | IComposerClient.hal | 200 * presentDisplay 231 * time of the next validateDisplay/presentDisplay cycle). 245 * subsequent call to presentDisplay. 376 * presentDisplay.
|
/hardware/google/graphics/common/libhwc2.1/libmaindisplay/ |
D | ExynosPrimaryDisplay.h | 78 virtual int32_t presentDisplay(int32_t* outRetireFence) override;
|
/hardware/interfaces/graphics/composer/2.4/vts/functional/ |
D | VtsHalGraphicsComposerV2_4TargetTest.cpp | 464 mWriter->presentDisplay(); in sendRefreshFrame() 481 mWriter->presentDisplay(); in sendRefreshFrame()
|
/hardware/google/graphics/common/hwc3/impl/ |
D | HalImpl.h | 98 int32_t presentDisplay(int64_t display, ndk::ScopedFileDescriptor& fence,
|
/hardware/google/graphics/common/hwc3/include/ |
D | IComposerHal.h | 170 virtual int32_t presentDisplay(int64_t display, ndk::ScopedFileDescriptor& fence,
|
/hardware/qcom/sm7250/display/composer/ |
D | QtiComposerClient.cpp | 109 mReader.presentDisplay(dpy.first, &presentFence, releasedLayers, releaseFences); in ~QtiComposerClient() 1523 Error QtiComposerClient::CommandReader::presentDisplay(Display display, in presentDisplay() function in vendor::qti::hardware::display::composer::V3_0::implementation::QtiComposerClient::CommandReader 1561 auto err = presentDisplay(mDisplay, &presentFence, layers, fences); in parsePresentDisplay() 1583 auto err = presentDisplay(mDisplay, &presentFence, layers, fences); in parsePresentOrValidateDisplay()
|