Home
last modified time | relevance | path

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

/system/core/adf/libadfhwc/include/adfhwc/
Dadfhwc.h27 struct adf_hwc_helper;
104 struct adf_hwc_helper **dev);
109 void adf_hwc_close(struct adf_hwc_helper *dev);
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/
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()
169 static void handle_adf_event(struct adf_hwc_helper *dev, int disp) in handle_adf_event()
207 adf_hwc_helper *dev = static_cast<adf_hwc_helper *>(data); in adf_event_thread()
238 struct adf_hwc_helper **dev) in adf_hwc_open()
243 adf_hwc_helper *dev_ret = new adf_hwc_helper; in adf_hwc_open()
[all …]