Searched refs:adf_hwc_helper (Results 1 - 2 of 2) sorted by relevance

/system/core/adf/libadfhwc/include/adfhwc/
H A Dadfhwc.h27 struct adf_hwc_helper;
104 struct adf_hwc_helper **dev);
109 void adf_hwc_close(struct adf_hwc_helper *dev);
116 * hwc_composer_device_1* to a struct adf_hwc_helper*.
118 int adf_eventControl(struct adf_hwc_helper *dev, int disp, int event,
120 int adf_blank(struct adf_hwc_helper *dev, int disp, int blank);
121 int adf_query_display_types_supported(struct adf_hwc_helper *dev, int *value);
122 int adf_getDisplayConfigs(struct adf_hwc_helper *dev, int disp,
124 int adf_getDisplayAttributes(struct adf_hwc_helper *dev, int disp,
/system/core/adf/libadfhwc/
H A Dadfhwc.cpp28 struct adf_hwc_helper { struct
40 int adf_eventControl(struct adf_hwc_helper *dev, int disp, int event,
64 int adf_blank(struct adf_hwc_helper *dev, int disp, int blank)
73 int adf_query_display_types_supported(struct adf_hwc_helper *dev, int *value)
84 int adf_getDisplayConfigs(struct adf_hwc_helper *dev, int disp,
144 int adf_getDisplayAttributes(struct adf_hwc_helper *dev, int disp,
168 static void handle_adf_event(struct adf_hwc_helper *dev, int disp)
206 adf_hwc_helper *dev = static_cast<adf_hwc_helper *>(data);
237 struct adf_hwc_helper **de
[all...]

Completed in 29 milliseconds