/hardware/libhardware/include/hardware/ |
D | hwcomposer.h | 459 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);
|
D | activity_recognition.h | 150 void (*activity_callback)(const struct activity_recognition_callback_procs* procs,
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/ |
D | Hwcomposer.cpp | 389 void Hwcomposer::registerProcs(hwc_procs_t const *procs) in registerProcs() argument 393 if (!procs) { in registerProcs() 396 mProcs = procs; in registerProcs()
|
D | HwcModule.cpp | 81 hwc_procs_t const *procs) in hwc_registerProcs() argument 84 hwc->registerProcs(procs); in hwc_registerProcs()
|
/hardware/ti/omap4-aah/hwc/ |
D | hwc.c | 162 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/ |
D | Hwcomposer.cpp | 392 void Hwcomposer::registerProcs(hwc_procs_t const *procs) in registerProcs() argument 396 if (!procs) { in registerProcs() 399 mProcs = procs; in registerProcs()
|
D | HwcModule.cpp | 75 hwc_procs_t const *procs) in hwc_registerProcs() argument 78 hwc->registerProcs(procs); in hwc_registerProcs()
|
/hardware/ti/omap4xxx/hwc/ |
D | hwc.c | 125 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/ |
D | Hwcomposer.h | 46 virtual void registerProcs(hwc_procs_t const *procs);
|
/hardware/intel/img/hwcomposer/merrifield/include/ |
D | Hwcomposer.h | 50 virtual void registerProcs(hwc_procs_t const *procs);
|
/hardware/libhardware/tests/hwc/ |
D | cnativewindow.c | 355 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/ |
D | hwc.cpp | 69 hwc_procs_t const* procs) in hwc_registerProcs() argument 77 ctx->proc = procs; in hwc_registerProcs()
|
/hardware/qcom/display/msm8974/libhwcomposer/ |
D | hwc.cpp | 73 hwc_procs_t const* procs) in hwc_registerProcs() argument 81 ctx->proc = procs; in hwc_registerProcs()
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc.cpp | 88 hwc_procs_t const* procs) in hwc_registerProcs() argument 96 ctx->proc = procs; in hwc_registerProcs()
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc.cpp | 88 hwc_procs_t const* procs) in hwc_registerProcs() argument 96 ctx->proc = procs; in hwc_registerProcs()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc.cpp | 77 hwc_procs_t const* procs) in hwc_registerProcs() argument 85 ctx->proc = procs; in hwc_registerProcs()
|