Searched refs:TngCursorPlane (Results 1 – 4 of 4) sorted by relevance
28 TngCursorPlane::TngCursorPlane(int index, int disp) in TngCursorPlane() function in android::intel::TngCursorPlane36 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 …]
31 class TngCursorPlane : public DisplayPlane {33 TngCursorPlane(int index, int disp);34 virtual ~TngCursorPlane();
66 plane = new TngCursorPlane(index, index /*disp */); in allocPlane()
78 ../../ips/tangier/TngCursorPlane.cpp