Searched refs:prepare (Results 1 - 25 of 77) sorted by relevance

1234

/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_fbupdate.h37 virtual bool prepare(hwc_context_t *ctx, hwc_display_contents_1 *list,
48 bool mModeOn; // if prepare happened
56 bool prepare(hwc_context_t *ctx, hwc_display_contents_1 *list,
71 bool prepare(hwc_context_t *ctx, hwc_display_contents_1 *list,
H A Dhwc_copybit.h35 bool prepare(hwc_context_t *ctx, hwc_display_contents_1_t *list,
37 //Draws layer if the layer is set for copybit in prepare
/hardware/qcom/display/msm8084/libhwcomposer/
H A 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,
H A Dhwc_fbupdate.h41 virtual bool prepare(hwc_context_t *ctx, hwc_display_contents_1 *list,
54 bool mModeOn; // if prepare happened
66 bool prepare(hwc_context_t *ctx, hwc_display_contents_1 *list,
87 bool prepare(hwc_context_t *ctx, hwc_display_contents_1 *list,
H A Dhwc_ad.h44 bool prepare(hwc_context_t *ctx, const hwc_rect_t& crop,
H A Dhwc_copybit.h40 bool prepare(hwc_context_t *ctx, hwc_display_contents_1_t *list,
42 //Draws layer if the layer is set for copybit in prepare
H A Dhwc_virtual.cpp91 int HWCVirtualVDS::prepare(hwc_composer_device_1 *dev, function in class:HWCVirtualVDS
127 if(ctx->mMDPComp[dpy]->prepare(ctx, list) < 0) {
250 int HWCVirtualV4L2::prepare(hwc_composer_device_1 *dev, function in class:HWCVirtualV4L2
265 if(ctx->mMDPComp[dpy]->prepare(ctx, list) < 0) {
/hardware/qcom/display/msm8226/libhwcomposer/
H A 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,
H A Dhwc_fbupdate.h41 virtual bool prepare(hwc_context_t *ctx, hwc_display_contents_1 *list,
54 bool mModeOn; // if prepare happened
66 bool prepare(hwc_context_t *ctx, hwc_display_contents_1 *list,
87 bool prepare(hwc_context_t *ctx, hwc_display_contents_1 *list,
H A Dhwc_ad.h44 bool prepare(hwc_context_t *ctx, const hwc_rect_t& crop,
H A Dhwc_copybit.h40 bool prepare(hwc_context_t *ctx, hwc_display_contents_1_t *list,
42 //Draws layer if the layer is set for copybit in prepare
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_virtual.h34 int prepare(hwc_composer_device_1 *dev,
H A Dhwc_fbupdate.h41 virtual bool prepare(hwc_context_t *ctx, hwc_display_contents_1 *list,
54 bool mModeOn; // if prepare happened
66 bool prepare(hwc_context_t *ctx, hwc_display_contents_1 *list,
87 bool prepare(hwc_context_t *ctx, hwc_display_contents_1 *list,
H A Dhwc_ad.h44 bool prepare(hwc_context_t *ctx, const hwc_rect_t& crop,
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
H A DDummyDevice.h34 virtual bool prepare(hwc_display_contents_1_t *display);
H A DIDisplayDevice.h75 virtual bool prepare(hwc_display_contents_1_t *display) = 0;
H A DPhysicalDevice.h39 virtual bool prepare(hwc_display_contents_1_t *display);
H A DHwcomposer.h39 virtual bool prepare(size_t numDisplays,
/hardware/intel/img/hwcomposer/merrifield/include/
H A DIDisplayDevice.h75 virtual bool prepare(hwc_display_contents_1_t *display) = 0;
H A DHwcomposer.h43 virtual bool prepare(size_t numDisplays,
H A DPhysicalDevice.h51 virtual bool prepare(hwc_display_contents_1_t *display);
/hardware/qcom/neuralnetworks/hvxservice/1.0/
H A DHexagonController.cpp31 MACRO(prepare) \
122 int Controller::prepare(hexagon_nn_nn_id id) { function in class:android::hardware::neuralnetworks::V1_0::implementation::hexagon::Controller
123 CONTROLLER_CHECK(prepare, id);
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/devices/
H A DDummyDevice.cpp53 bool DummyDevice::prepare(hwc_display_contents_1_t *display) function in class:android::intel::DummyDevice
/hardware/libhardware/include/hardware/
H A Dhwcomposer.h46 * before (*prepare)() is called when the HWC_GEOMETRY_CHANGED flag is
47 * also set, otherwise, this field is preserved between (*prepare)()
51 * Always set by the caller before calling (*prepare)(), this value
59 * Always set by the caller before calling (*prepare)(), this value
74 * Set by the caller before calling (*prepare)() ONLY when the
77 * Set by the HWC implementation during (*prepare)(), this indicates
84 * Set by the HWC implementation during (*prepare)(), this indicates
90 * Set by the caller before calling (*prepare)(), this value indicates
97 * independently of the normal prepare/set cycle. The prepare/se
528 int (*prepare)(struct hwc_composer_device_1 *dev, member in struct:hwc_composer_device_1
[all...]
/hardware/libhardware/modules/hwcomposer/
H A Dhwcomposer.cpp127 dev->device.prepare = hwc_prepare;

Completed in 348 milliseconds

1234