Home
last modified time | relevance | path

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

/hardware/intel/img/hwcomposer/include/
DIDisplayContext.h34 virtual bool commitContents(hwc_display_contents_1_t *display, HwcLayerList *layerList) = 0;
/hardware/intel/img/hwcomposer/ips/tangier/
DTngDisplayContext.h33 bool commitContents(hwc_display_contents_1_t *display, HwcLayerList* layerList);
DTngDisplayContext.cpp73 bool TngDisplayContext::commitContents(hwc_display_contents_1_t *display, HwcLayerList *layerList) in commitContents() function in android::intel::TngDisplayContext
/hardware/intel/img/hwcomposer/common/devices/
DPhysicalDevice.cpp127 return context->commitContents(display, mLayerList); in commit()