Searched refs:commitContents (Results 1 – 4 of 4) sorted by relevance
34 virtual bool commitContents(hwc_display_contents_1_t *display, HwcLayerList *layerList) = 0;
33 bool commitContents(hwc_display_contents_1_t *display, HwcLayerList* layerList);
73 bool TngDisplayContext::commitContents(hwc_display_contents_1_t *display, HwcLayerList *layerList) in commitContents() function in android::intel::TngDisplayContext
127 return context->commitContents(display, mLayerList); in commit()