Home
last modified time | relevance | path

Searched refs:setDataBuffer (Results 1 – 25 of 36) sorted by relevance

12

/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
DAnnCursorPlane.h46 bool setDataBuffer(uint32_t handle);
48 bool setDataBuffer(BufferMapper& mapper);
DAnnRGBPlane.h45 bool setDataBuffer(uint32_t handle);
47 bool setDataBuffer(BufferMapper& mapper);
DAnnOverlayPlane.h35 bool setDataBuffer(uint32_t handle);
56 virtual bool setDataBuffer(BufferMapper& mapper);
DAnnCursorPlane.cpp71 bool AnnCursorPlane::setDataBuffer(uint32_t handle) in setDataBuffer() function in android::intel::AnnCursorPlane
80 ret = DisplayPlane::setDataBuffer(handle); in setDataBuffer()
89 bool AnnCursorPlane::setDataBuffer(BufferMapper& mapper) in setDataBuffer() function in android::intel::AnnCursorPlane
DAnnRGBPlane.cpp83 bool AnnRGBPlane::setDataBuffer(uint32_t handle) in setDataBuffer() function in android::intel::AnnRGBPlane
138 ret = DisplayPlane::setDataBuffer(handle); in setDataBuffer()
147 bool AnnRGBPlane::setDataBuffer(BufferMapper& mapper) in setDataBuffer() function in android::intel::AnnRGBPlane
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
DAnnCursorPlane.h46 bool setDataBuffer(buffer_handle_t handle);
48 bool setDataBuffer(BufferMapper& mapper);
DAnnRGBPlane.h44 bool setDataBuffer(buffer_handle_t handle);
46 bool setDataBuffer(BufferMapper& mapper);
DAnnCursorPlane.cpp72 bool AnnCursorPlane::setDataBuffer(buffer_handle_t handle) in setDataBuffer() function in android::intel::AnnCursorPlane
81 ret = DisplayPlane::setDataBuffer(handle); in setDataBuffer()
90 bool AnnCursorPlane::setDataBuffer(BufferMapper& mapper) in setDataBuffer() function in android::intel::AnnCursorPlane
DAnnOverlayPlane.h56 virtual bool setDataBuffer(BufferMapper& mapper);
DAnnRGBPlane.cpp59 bool AnnRGBPlane::setDataBuffer(buffer_handle_t handle) in setDataBuffer() function in android::intel::AnnRGBPlane
79 ret = DisplayPlane::setDataBuffer(handle); in setDataBuffer()
88 bool AnnRGBPlane::setDataBuffer(BufferMapper& mapper) in setDataBuffer() function in android::intel::AnnRGBPlane
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
DTngCursorPlane.h45 bool setDataBuffer(buffer_handle_t handle);
47 bool setDataBuffer(BufferMapper& mapper);
DTngCursorPlane.cpp66 bool TngCursorPlane::setDataBuffer(buffer_handle_t handle) in setDataBuffer() function in android::intel::TngCursorPlane
75 ret = DisplayPlane::setDataBuffer(handle); in setDataBuffer()
84 bool TngCursorPlane::setDataBuffer(BufferMapper& mapper) in setDataBuffer() function in android::intel::TngCursorPlane
DTngPrimaryPlane.h29 bool setDataBuffer(buffer_handle_t handle);
DTngSpritePlane.h39 virtual bool setDataBuffer(BufferMapper& mapper);
DTngPrimaryPlane.cpp106 bool TngPrimaryPlane::setDataBuffer(buffer_handle_t handle) in setDataBuffer() function in android::intel::TngPrimaryPlane
126 ret = DisplayPlane::setDataBuffer(handle); in setDataBuffer()
DTngOverlayPlane.h44 virtual bool setDataBuffer(BufferMapper& mapper);
DTngOverlayPlane.cpp80 bool TngOverlayPlane::setDataBuffer(BufferMapper& mapper) in setDataBuffer() function in android::intel::TngOverlayPlane
82 if (OverlayPlaneBase::setDataBuffer(mapper) == false) { in setDataBuffer()
/hardware/intel/img/hwcomposer/merrifield/ips/penwell/
DPnwPrimaryPlane.cpp43 bool PnwPrimaryPlane::setDataBuffer(uint32_t handle) in setDataBuffer() function in android::intel::PnwPrimaryPlane
56 return DisplayPlane::setDataBuffer(handle); in setDataBuffer()
DPnwSpritePlane.cpp36 bool PnwSpritePlane::setDataBuffer(BufferMapper& mapper) in setDataBuffer() function in android::intel::PnwSpritePlane
DPnwSpritePlane.h36 virtual bool setDataBuffer(BufferMapper& mapper);
DPnwPrimaryPlane.h29 bool setDataBuffer(uint32_t handle);
/hardware/intel/img/hwcomposer/merrifield/include/
DDisplayPlane.h89 virtual bool setDataBuffer(buffer_handle_t handle);
119 virtual bool setDataBuffer(BufferMapper& mapper) = 0;
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DDisplayPlane.h89 virtual bool setDataBuffer(uint32_t handle);
119 virtual bool setDataBuffer(BufferMapper& mapper) = 0;
/hardware/intel/img/hwcomposer/merrifield/ips/common/
DSpritePlaneBase.h41 virtual bool setDataBuffer(BufferMapper& mapper) = 0;
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
DSpritePlaneBase.h40 virtual bool setDataBuffer(BufferMapper& mapper) = 0;

12