Home
last modified time | relevance | path

Searched refs:TngCursorPlane (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
DTngCursorPlane.cpp28 TngCursorPlane::TngCursorPlane(int index, int disp) in TngCursorPlane() function in android::intel::TngCursorPlane
36 TngCursorPlane::~TngCursorPlane() in ~TngCursorPlane()
41 bool TngCursorPlane::enable() in enable()
46 bool TngCursorPlane::disable() in disable()
51 void* TngCursorPlane::getContext() const in getContext()
57 void TngCursorPlane::setZOrderConfig(ZOrderConfig& config, void *nativeConfig) in setZOrderConfig()
66 bool TngCursorPlane::setDataBuffer(buffer_handle_t handle) in setDataBuffer()
84 bool TngCursorPlane::setDataBuffer(BufferMapper& mapper) in setDataBuffer()
184 bool TngCursorPlane::enablePlane(bool enabled) in enablePlane()
211 bool TngCursorPlane::isDisabled() in isDisabled()
[all …]
DTngCursorPlane.h31 class TngCursorPlane : public DisplayPlane {
33 TngCursorPlane(int index, int disp);
34 virtual ~TngCursorPlane();
DTngPlaneManager.cpp66 plane = new TngCursorPlane(index, index /*disp */); in allocPlane()
/hardware/intel/img/hwcomposer/merrifield/platforms/merrifield/
DAndroid.mk78 ../../ips/tangier/TngCursorPlane.cpp