Home
last modified time | relevance | path

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

/system/core/deprecated-adf/libadfhwc/include/adfhwc/
Dadfhwc.h28 struct adf_hwc_helper;
105 struct adf_hwc_helper **dev);
110 void adf_hwc_close(struct adf_hwc_helper *dev);
119 int adf_eventControl(struct adf_hwc_helper *dev, int disp, int event,
121 int adf_blank(struct adf_hwc_helper *dev, int disp, int blank);
122 int adf_query_display_types_supported(struct adf_hwc_helper *dev, int *value);
123 int adf_getDisplayConfigs(struct adf_hwc_helper *dev, int disp,
125 int adf_getDisplayAttributes(struct adf_hwc_helper *dev, int disp,
133 int adf_getDisplayAttributes_hwc2(struct adf_hwc_helper *dev, int disp,
135 int adf_set_active_config_hwc2(struct adf_hwc_helper *dev, int disp,
/system/core/deprecated-adf/libadfhwc/
Dadfhwc.cpp29 struct adf_hwc_helper { struct
41 int adf_eventControl(struct adf_hwc_helper *dev, int disp, int event, in adf_eventControl() argument
65 int adf_blank(struct adf_hwc_helper *dev, int disp, int blank) in adf_blank()
74 int adf_query_display_types_supported(struct adf_hwc_helper *dev, int *value) in adf_query_display_types_supported()
85 int adf_getDisplayConfigs(struct adf_hwc_helper *dev, int disp, in adf_getDisplayConfigs()
145 int adf_getDisplayAttributes(struct adf_hwc_helper *dev, int disp, in adf_getDisplayAttributes()
196 int adf_getDisplayAttributes_hwc2(struct adf_hwc_helper *dev, int disp, in adf_getDisplayAttributes_hwc2()
220 int adf_set_active_config_hwc2(struct adf_hwc_helper *dev, int disp, in adf_set_active_config_hwc2()
234 static void handle_adf_event(struct adf_hwc_helper *dev, int disp) in handle_adf_event()
272 adf_hwc_helper *dev = static_cast<adf_hwc_helper *>(data); in adf_event_thread()
[all …]