Searched refs:getChangedCompositionTypes (Results 1 – 7 of 7) sorted by relevance
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/ |
D | HwcHal.h | 340 err = getChangedCompositionTypes(display, &typesCount, nullptr, nullptr); in validateDisplay() 347 err = getChangedCompositionTypes(display, &typesCount, changedLayers.data(), in validateDisplay() 525 &mDispatch.getChangedCompositionTypes) || in initDispatch() 581 virtual int32_t getChangedCompositionTypes(Display display, uint32_t* outTypesCount, in getChangedCompositionTypes() function 611 return mDispatch.getChangedCompositionTypes( in getChangedCompositionTypesInternal() 629 HWC2_PFN_GET_CHANGED_COMPOSITION_TYPES getChangedCompositionTypes; member
|
/hardware/interfaces/graphics/composer/2.3/utils/passthrough/include/composer-passthrough/2.3/ |
D | HwcHal.h | 331 int32_t getChangedCompositionTypes(Display display, uint32_t* outTypesCount, in getChangedCompositionTypes() function
|
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/ |
D | HWC2On1Adapter.h | 208 HWC2::Error getChangedCompositionTypes(uint32_t* outNumElements,
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | HWC2On1Adapter.h | 195 HWC2::Error getChangedCompositionTypes(uint32_t* outNumElements,
|
D | HWC2On1Adapter.cpp | 216 displayHook<decltype(&Display::getChangedCompositionTypes), in doGetFunction() 217 &Display::getChangedCompositionTypes, uint32_t*, in doGetFunction() 664 Error HWC2On1Adapter::Display::getChangedCompositionTypes( in getChangedCompositionTypes() function in android::HWC2On1Adapter::Display
|
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/ |
D | HWC2On1Adapter.cpp | 178 displayHook<decltype(&Display::getChangedCompositionTypes), in doGetFunction() 179 &Display::getChangedCompositionTypes, uint32_t*, in doGetFunction() 625 Error HWC2On1Adapter::Display::getChangedCompositionTypes( in getChangedCompositionTypes() function in android::HWC2On1Adapter::Display
|
/hardware/interfaces/graphics/composer/2.1/ |
D | IComposerClient.hal | 852 * getChangedCompositionTypes) and revalidates the display. This function 854 * getChangedCompositionTypes, setting those types on the corresponding
|