Home
last modified time | relevance | path

Searched refs:procs (Results 1 – 16 of 16) sorted by relevance

/hardware/libhardware/include/hardware/
Dhwcomposer.h459 void (*invalidate)(const struct hwc_procs* procs);
481 void (*vsync)(const struct hwc_procs* procs, int disp, int64_t timestamp);
503 void (*hotplug)(const struct hwc_procs* procs, int disp, int connected);
686 hwc_procs_t const* procs);
Dactivity_recognition.h150 void (*activity_callback)(const struct activity_recognition_callback_procs* procs,
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
DHwcomposer.cpp389 void Hwcomposer::registerProcs(hwc_procs_t const *procs) in registerProcs() argument
393 if (!procs) { in registerProcs()
396 mProcs = procs; in registerProcs()
DHwcModule.cpp81 hwc_procs_t const *procs) in hwc_registerProcs() argument
84 hwc->registerProcs(procs); in hwc_registerProcs()
/hardware/ti/omap4-aah/hwc/
Dhwc.c162 hwc_procs_t *procs; member
566 if (hwc_dev->procs && hwc_dev->procs->vsync) in fire_vsync_event()
567 hwc_dev->procs->vsync(hwc_dev->procs, 0, timestamp); in fire_vsync_event()
2079 if (invalidate && hwc_dev->procs && hwc_dev->procs->invalidate) in omap4_hwc_set()
2080 hwc_dev->procs->invalidate(hwc_dev->procs); in omap4_hwc_set()
2337 if (hwc_dev->procs && hwc_dev->procs->invalidate) { in handle_hotplug()
2338 hwc_dev->procs->invalidate(hwc_dev->procs); in handle_hotplug()
2419 if (hwc_dev->procs && hwc_dev->procs->invalidate) in handle_hotplug()
2420 hwc_dev->procs->invalidate(hwc_dev->procs); in handle_hotplug()
2560 if (hwc_dev->procs) { in omap4_hwc_hdmi_thread()
[all …]
/hardware/intel/img/hwcomposer/merrifield/common/base/
DHwcomposer.cpp392 void Hwcomposer::registerProcs(hwc_procs_t const *procs) in registerProcs() argument
396 if (!procs) { in registerProcs()
399 mProcs = procs; in registerProcs()
DHwcModule.cpp75 hwc_procs_t const *procs) in hwc_registerProcs() argument
78 hwc->registerProcs(procs); in hwc_registerProcs()
/hardware/ti/omap4xxx/hwc/
Dhwc.c125 hwc_procs_t *procs; member
1529 hwc_dev->procs->invalidate(hwc_dev->procs); in omap4_hwc_set()
1792 if (hwc_dev->procs) in handle_hotplug()
1793 hwc_dev->procs->invalidate(hwc_dev->procs); in handle_hotplug()
1829 if (hwc_dev->procs) in handle_uevents()
1830 hwc_dev->procs->vsync(hwc_dev->procs, 0, timestamp); in handle_uevents()
1867 if (hwc_dev->procs) { in omap4_hwc_hdmi_thread()
1876 hwc_dev->procs->invalidate(hwc_dev->procs); in omap4_hwc_hdmi_thread()
1909 hwc_procs_t const* procs) in omap4_hwc_registerProcs() argument
1913 hwc_dev->procs = (typeof(hwc_dev->procs)) procs; in omap4_hwc_registerProcs()
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DHwcomposer.h46 virtual void registerProcs(hwc_procs_t const *procs);
/hardware/intel/img/hwcomposer/merrifield/include/
DHwcomposer.h50 virtual void registerProcs(hwc_procs_t const *procs);
/hardware/libhardware/tests/hwc/
Dcnativewindow.c355 static void hwc_invalidate(const struct hwc_procs *procs) {} in hwc_invalidate() argument
356 static void hwc_vsync(const struct hwc_procs *procs, int disp, int64_t ts) {} in hwc_vsync() argument
357 static void hwc_hotplug(const struct hwc_procs *procs, int disp, int conn) {} in hwc_hotplug() argument
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc.cpp69 hwc_procs_t const* procs) in hwc_registerProcs() argument
77 ctx->proc = procs; in hwc_registerProcs()
/hardware/qcom/display/msm8974/libhwcomposer/
Dhwc.cpp73 hwc_procs_t const* procs) in hwc_registerProcs() argument
81 ctx->proc = procs; in hwc_registerProcs()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc.cpp88 hwc_procs_t const* procs) in hwc_registerProcs() argument
96 ctx->proc = procs; in hwc_registerProcs()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc.cpp88 hwc_procs_t const* procs) in hwc_registerProcs() argument
96 ctx->proc = procs; in hwc_registerProcs()
/hardware/qcom/display/msm8994/libhwcomposer/
Dhwc.cpp77 hwc_procs_t const* procs) in hwc_registerProcs() argument
85 ctx->proc = procs; in hwc_registerProcs()