OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:commitContents
(Results
1 - 8
of
8
) sorted by null
/hardware/intel/img/hwcomposer/merrifield/include/
IDisplayContext.h
34
virtual bool
commitContents
(hwc_display_contents_1_t *display, HwcLayerList *layerList) = 0;
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
IDisplayContext.h
34
virtual bool
commitContents
(hwc_display_contents_1_t *display, HwcLayerList *layerList) = 0;
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngDisplayContext.h
47
bool
commitContents
(hwc_display_contents_1_t *display, HwcLayerList* layerList);
TngDisplayContext.cpp
72
bool TngDisplayContext::
commitContents
(hwc_display_contents_1_t *display, HwcLayerList *layerList)
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
TngDisplayContext.h
47
bool
commitContents
(hwc_display_contents_1_t *display, HwcLayerList* layerList);
TngDisplayContext.cpp
72
bool TngDisplayContext::
commitContents
(hwc_display_contents_1_t *display, HwcLayerList *layerList)
/hardware/intel/img/hwcomposer/merrifield/common/devices/
PhysicalDevice.cpp
131
return context->
commitContents
(display, mLayerList);
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
PhysicalDevice.cpp
128
return context->
commitContents
(display, mLayerList);
Completed in 632 milliseconds