Searched refs:getReleaseFences (Results 1 – 5 of 5) sorted by relevance
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/ |
D | HwcHal.h | 392 err = mDispatch.getReleaseFences(mDevice, display, &count, nullptr, nullptr); in presentDisplay() 400 err = mDispatch.getReleaseFences(mDevice, display, &count, outLayers->data(), in presentDisplay() 538 !initDispatch(HWC2_FUNCTION_GET_RELEASE_FENCES, &mDispatch.getReleaseFences) || in initDispatch() 640 HWC2_PFN_GET_RELEASE_FENCES getReleaseFences; member
|
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/ |
D | HWC2On1Adapter.h | 218 HWC2::Error getReleaseFences(uint32_t* outNumElements,
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | HWC2On1Adapter.h | 205 HWC2::Error getReleaseFences(uint32_t* outNumElements,
|
D | HWC2On1Adapter.cpp | 254 displayHook<decltype(&Display::getReleaseFences), in doGetFunction() 255 &Display::getReleaseFences, uint32_t*, hwc2_layer_t*, in doGetFunction() 769 Error HWC2On1Adapter::Display::getReleaseFences(uint32_t* outNumElements, in getReleaseFences() function in android::HWC2On1Adapter::Display
|
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/ |
D | HWC2On1Adapter.cpp | 216 displayHook<decltype(&Display::getReleaseFences), in doGetFunction() 217 &Display::getReleaseFences, uint32_t*, hwc2_layer_t*, in doGetFunction() 724 Error HWC2On1Adapter::Display::getReleaseFences(uint32_t* outNumElements, in getReleaseFences() function in android::HWC2On1Adapter::Display
|