/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/ |
D | AnnCursorPlane.h | 46 bool setDataBuffer(uint32_t handle); 48 bool setDataBuffer(BufferMapper& mapper);
|
D | AnnRGBPlane.h | 45 bool setDataBuffer(uint32_t handle); 47 bool setDataBuffer(BufferMapper& mapper);
|
D | AnnOverlayPlane.h | 35 bool setDataBuffer(uint32_t handle); 56 virtual bool setDataBuffer(BufferMapper& mapper);
|
D | AnnCursorPlane.cpp | 71 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
|
D | AnnRGBPlane.cpp | 83 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/ |
D | AnnCursorPlane.h | 46 bool setDataBuffer(buffer_handle_t handle); 48 bool setDataBuffer(BufferMapper& mapper);
|
D | AnnRGBPlane.h | 44 bool setDataBuffer(buffer_handle_t handle); 46 bool setDataBuffer(BufferMapper& mapper);
|
D | AnnCursorPlane.cpp | 72 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
|
D | AnnOverlayPlane.h | 56 virtual bool setDataBuffer(BufferMapper& mapper);
|
D | AnnRGBPlane.cpp | 59 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/ |
D | TngCursorPlane.h | 45 bool setDataBuffer(buffer_handle_t handle); 47 bool setDataBuffer(BufferMapper& mapper);
|
D | TngCursorPlane.cpp | 66 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
|
D | TngPrimaryPlane.h | 29 bool setDataBuffer(buffer_handle_t handle);
|
D | TngSpritePlane.h | 39 virtual bool setDataBuffer(BufferMapper& mapper);
|
D | TngPrimaryPlane.cpp | 106 bool TngPrimaryPlane::setDataBuffer(buffer_handle_t handle) in setDataBuffer() function in android::intel::TngPrimaryPlane 126 ret = DisplayPlane::setDataBuffer(handle); in setDataBuffer()
|
D | TngOverlayPlane.h | 44 virtual bool setDataBuffer(BufferMapper& mapper);
|
D | TngOverlayPlane.cpp | 80 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/ |
D | PnwPrimaryPlane.cpp | 43 bool PnwPrimaryPlane::setDataBuffer(uint32_t handle) in setDataBuffer() function in android::intel::PnwPrimaryPlane 56 return DisplayPlane::setDataBuffer(handle); in setDataBuffer()
|
D | PnwSpritePlane.cpp | 36 bool PnwSpritePlane::setDataBuffer(BufferMapper& mapper) in setDataBuffer() function in android::intel::PnwSpritePlane
|
D | PnwSpritePlane.h | 36 virtual bool setDataBuffer(BufferMapper& mapper);
|
D | PnwPrimaryPlane.h | 29 bool setDataBuffer(uint32_t handle);
|
/hardware/intel/img/hwcomposer/merrifield/include/ |
D | DisplayPlane.h | 89 virtual bool setDataBuffer(buffer_handle_t handle); 119 virtual bool setDataBuffer(BufferMapper& mapper) = 0;
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/include/ |
D | DisplayPlane.h | 89 virtual bool setDataBuffer(uint32_t handle); 119 virtual bool setDataBuffer(BufferMapper& mapper) = 0;
|
/hardware/intel/img/hwcomposer/merrifield/ips/common/ |
D | SpritePlaneBase.h | 41 virtual bool setDataBuffer(BufferMapper& mapper) = 0;
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/ |
D | SpritePlaneBase.h | 40 virtual bool setDataBuffer(BufferMapper& mapper) = 0;
|