Home
last modified time | relevance | path

Searched refs:hwc_composer_device_1 (Results 1 – 20 of 20) sorted by relevance

/hardware/libhardware/include/hardware/
Dhwcomposer.h484 typedef struct hwc_composer_device_1 { struct
527 int (*prepare)(struct hwc_composer_device_1 *dev, argument
572 int (*set)(struct hwc_composer_device_1 *dev, argument
588 int (*eventControl)(struct hwc_composer_device_1* dev, int disp, argument
606 int (*blank)(struct hwc_composer_device_1* dev, int disp, int blank); argument
631 int (*setPowerMode)(struct hwc_composer_device_1* dev, int disp,
640 int (*query)(struct hwc_composer_device_1* dev, int what, int* value); argument
649 void (*registerProcs)(struct hwc_composer_device_1* dev, argument
657 void (*dump)(struct hwc_composer_device_1* dev, char *buff, int buff_len); argument
689 int (*getDisplayConfigs)(struct hwc_composer_device_1* dev, int disp, argument
[all …]
/hardware/qcom/display/msm8996/sdm/libs/hwc/
Dhwc_session.h59 static int Prepare(hwc_composer_device_1 *device, size_t num_displays,
61 static int Set(hwc_composer_device_1 *device, size_t num_displays,
63 static int EventControl(hwc_composer_device_1 *device, int disp, int event, int enable);
64 static int SetPowerMode(hwc_composer_device_1 *device, int disp, int mode);
65 static int Query(hwc_composer_device_1 *device, int param, int *value);
66 static void RegisterProcs(hwc_composer_device_1 *device, hwc_procs_t const *procs);
67 static void Dump(hwc_composer_device_1 *device, char *buffer, int length);
69 static int GetDisplayConfigs(hwc_composer_device_1 *device, int disp, uint32_t *configs,
71 static int GetDisplayAttributes(hwc_composer_device_1 *device, int disp, uint32_t config,
73 static int GetActiveConfig(hwc_composer_device_1 *device, int disp);
[all …]
Dhwc_session.cpp232 int HWCSession::Prepare(hwc_composer_device_1 *device, size_t num_displays, in Prepare()
332 int HWCSession::Set(hwc_composer_device_1 *device, size_t num_displays, in Set()
408 int HWCSession::EventControl(hwc_composer_device_1 *device, int disp, int event, int enable) { in EventControl()
424 int HWCSession::SetPowerMode(hwc_composer_device_1 *device, int disp, int mode) { in SetPowerMode()
445 int HWCSession::Query(hwc_composer_device_1 *device, int param, int *value) { in Query()
466 void HWCSession::RegisterProcs(hwc_composer_device_1 *device, hwc_procs_t const *procs) { in RegisterProcs()
477 void HWCSession::Dump(hwc_composer_device_1 *device, char *buffer, int length) { in Dump()
487 int HWCSession::GetDisplayConfigs(hwc_composer_device_1 *device, int disp, uint32_t *configs, in GetDisplayConfigs()
508 int HWCSession::GetDisplayAttributes(hwc_composer_device_1 *device, int disp, uint32_t config, in GetDisplayAttributes()
529 int HWCSession::GetActiveConfig(hwc_composer_device_1 *device, int disp) { in GetActiveConfig()
[all …]
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
DHwcModule.cpp46 static int hwc_prepare(struct hwc_composer_device_1 *dev, in hwc_prepare()
59 static int hwc_set(struct hwc_composer_device_1 *dev, in hwc_set()
72 static void hwc_dump(struct hwc_composer_device_1 *dev, in hwc_dump()
80 void hwc_registerProcs(struct hwc_composer_device_1 *dev, in hwc_registerProcs()
94 static int hwc_query(struct hwc_composer_device_1 * /* dev */, in hwc_query() argument
102 static int hwc_eventControl(struct hwc_composer_device_1 *dev, in hwc_eventControl()
/hardware/intel/img/hwcomposer/merrifield/common/base/
DHwcModule.cpp42 static int hwc_prepare(struct hwc_composer_device_1 *dev, in hwc_prepare()
54 static int hwc_set(struct hwc_composer_device_1 *dev, in hwc_set()
66 static void hwc_dump(struct hwc_composer_device_1 *dev, in hwc_dump()
74 void hwc_registerProcs(struct hwc_composer_device_1 *dev, in hwc_registerProcs()
88 static int hwc_query(struct hwc_composer_device_1 *dev, in hwc_query()
96 static int hwc_eventControl(struct hwc_composer_device_1 *dev, in hwc_eventControl()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_virtual.h37 virtual int prepare(hwc_composer_device_1 *dev,
53 virtual int prepare(hwc_composer_device_1 *dev,
75 virtual int prepare(hwc_composer_device_1 *dev,
Dhwc.cpp57 static void reset_panel(struct hwc_composer_device_1* dev);
87 static void hwc_registerProcs(struct hwc_composer_device_1* dev, in hwc_registerProcs()
267 static int hwc_prepare_primary(hwc_composer_device_1 *dev, in hwc_prepare_primary()
301 static int hwc_prepare_external(hwc_composer_device_1 *dev, in hwc_prepare_external()
336 static int hwc_prepare(hwc_composer_device_1 *dev, size_t numDisplays, in hwc_prepare()
384 static int hwc_eventControl(struct hwc_composer_device_1* dev, int dpy, in hwc_eventControl()
415 static int hwc_setPowerMode(struct hwc_composer_device_1* dev, int dpy, in hwc_setPowerMode()
515 static void reset_panel(struct hwc_composer_device_1* dev) in reset_panel()
545 static int hwc_query(struct hwc_composer_device_1* dev, in hwc_query()
699 static int hwc_set(hwc_composer_device_1 *dev, in hwc_set()
[all …]
Dhwc_virtual.cpp91 int HWCVirtualVDS::prepare(hwc_composer_device_1 *dev, in prepare()
250 int HWCVirtualV4L2::prepare(hwc_composer_device_1 *dev, in prepare()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_virtual.h37 virtual int prepare(hwc_composer_device_1 *dev,
53 virtual int prepare(hwc_composer_device_1 *dev,
81 virtual int prepare(hwc_composer_device_1 *dev,
Dhwc.cpp67 static void reset_panel(struct hwc_composer_device_1* dev);
97 static void hwc_registerProcs(struct hwc_composer_device_1* dev, in hwc_registerProcs()
265 static int hwc_prepare_primary(hwc_composer_device_1 *dev, in hwc_prepare_primary()
300 static int hwc_prepare_external(hwc_composer_device_1 *dev, in hwc_prepare_external()
335 static int hwc_prepare(hwc_composer_device_1 *dev, size_t numDisplays, in hwc_prepare()
384 static int hwc_eventControl(struct hwc_composer_device_1* dev, int dpy, in hwc_eventControl()
415 static int hwc_setPowerMode(struct hwc_composer_device_1* dev, int dpy, in hwc_setPowerMode()
499 static void reset_panel(struct hwc_composer_device_1* dev) in reset_panel()
533 static int hwc_query(struct hwc_composer_device_1* dev, in hwc_query()
729 static int hwc_set(hwc_composer_device_1 *dev, in hwc_set()
[all …]
Dhwc_virtual.cpp102 int HWCVirtualVDS::prepare(hwc_composer_device_1 *dev, in prepare()
290 int HWCVirtualV4L2::prepare(hwc_composer_device_1 *dev, in prepare()
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc.cpp68 static void hwc_registerProcs(struct hwc_composer_device_1* dev, in hwc_registerProcs()
136 static int hwc_prepare_primary(hwc_composer_device_1 *dev, in hwc_prepare_primary()
165 static int hwc_prepare_external(hwc_composer_device_1 *dev, in hwc_prepare_external()
201 static int hwc_prepare_virtual(hwc_composer_device_1 *dev, in hwc_prepare_virtual()
207 static int hwc_prepare(hwc_composer_device_1 *dev, size_t numDisplays, in hwc_prepare()
242 static int hwc_eventControl(struct hwc_composer_device_1* dev, int dpy, in hwc_eventControl()
269 static int hwc_blank(struct hwc_composer_device_1* dev, int dpy, int blank) in hwc_blank()
327 static int hwc_query(struct hwc_composer_device_1* dev, in hwc_query()
458 static int hwc_set(hwc_composer_device_1 *dev, in hwc_set()
489 int hwc_getDisplayConfigs(struct hwc_composer_device_1* dev, int disp, in hwc_getDisplayConfigs()
[all …]
/hardware/qcom/display/msm8909/libhwcomposer/
Dhwc.cpp59 static void reset_panel(struct hwc_composer_device_1* dev);
78 static void hwc_registerProcs(struct hwc_composer_device_1* dev, in hwc_registerProcs()
258 static int hwc_prepare_primary(hwc_composer_device_1 *dev, in hwc_prepare_primary()
316 static int hwc_prepare_external(hwc_composer_device_1 *dev, in hwc_prepare_external()
351 static int hwc_prepare(hwc_composer_device_1 *dev, size_t numDisplays, in hwc_prepare()
404 static int hwc_eventControl(struct hwc_composer_device_1* dev, int dpy, in hwc_eventControl()
439 static int hwc_setPowerMode(struct hwc_composer_device_1* dev, int dpy, in hwc_setPowerMode()
541 static void reset_panel(struct hwc_composer_device_1* dev) in reset_panel()
571 static int hwc_query(struct hwc_composer_device_1* dev, in hwc_query()
736 static int hwc_set(hwc_composer_device_1 *dev, in hwc_set()
[all …]
Dhwc_virtual.h34 int prepare(hwc_composer_device_1 *dev,
Dhwc_virtual.cpp70 int HWCVirtualVDS::prepare(hwc_composer_device_1 *dev, in prepare()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc.cpp57 static void reset_panel(struct hwc_composer_device_1* dev);
76 static void hwc_registerProcs(struct hwc_composer_device_1* dev, in hwc_registerProcs()
252 static void hwc_configure_color_temp(hwc_composer_device_1* dev) { in hwc_configure_color_temp()
280 static int hwc_prepare_primary(hwc_composer_device_1 *dev, in hwc_prepare_primary()
334 static int hwc_prepare_external(hwc_composer_device_1 *dev, in hwc_prepare_external()
369 static int hwc_prepare(hwc_composer_device_1 *dev, size_t numDisplays, in hwc_prepare()
422 static int hwc_eventControl(struct hwc_composer_device_1* dev, int dpy, in hwc_eventControl()
453 static int hwc_setPowerMode(struct hwc_composer_device_1* dev, int dpy, in hwc_setPowerMode()
554 static void reset_panel(struct hwc_composer_device_1* dev) in reset_panel()
584 static int hwc_query(struct hwc_composer_device_1* dev, in hwc_query()
[all …]
Dhwc_virtual.h34 int prepare(hwc_composer_device_1 *dev,
Dhwc_virtual.cpp70 int HWCVirtualVDS::prepare(hwc_composer_device_1 *dev, in prepare()
/hardware/ti/omap4xxx/hwc/
Dhwc.c1217 static int omap4_hwc_prepare(struct hwc_composer_device_1 *dev, size_t numDisplays, in omap4_hwc_prepare()
1465 static int omap4_hwc_set(struct hwc_composer_device_1 *dev, in omap4_hwc_set()
1534 static void omap4_hwc_dump(struct hwc_composer_device_1 *dev, char *buff, int buff_len) in omap4_hwc_dump()
1908 static void omap4_hwc_registerProcs(struct hwc_composer_device_1* dev, in omap4_hwc_registerProcs()
1916 static int omap4_hwc_query(struct hwc_composer_device_1* dev, in omap4_hwc_query()
1937 static int omap4_hwc_event_control(struct hwc_composer_device_1* dev, in omap4_hwc_event_control()
1959 static int omap4_hwc_blank(struct hwc_composer_device_1 *dev, int dpy, int blank) in omap4_hwc_blank()
/hardware/ti/omap4-aah/hwc/
Dhwc.c1659 static int omap4_hwc_prepare(struct hwc_composer_device_1 *dev, size_t numDisplays, in omap4_hwc_prepare()
1968 static int omap4_hwc_set(struct hwc_composer_device_1 *dev, in omap4_hwc_set()
2085 static void omap4_hwc_dump(struct hwc_composer_device_1 *dev, char *buff, int buff_len) in omap4_hwc_dump()
2606 static void omap4_hwc_registerProcs(struct hwc_composer_device_1* dev, in omap4_hwc_registerProcs()
2614 static int omap4_hwc_query(struct hwc_composer_device_1* dev, in omap4_hwc_query()
2635 static int omap4_hwc_event_control(struct hwc_composer_device_1* dev, in omap4_hwc_event_control()
2681 static int omap4_hwc_blank(struct hwc_composer_device_1 *dev, int dpy, int blank) in omap4_hwc_blank()