Searched defs:DisplayPlane (Results 1 - 2 of 2) sorted by relevance

/hardware/intel/img/hwcomposer/common/planes/
H A DDisplayPlane.cpp18 #include <DisplayPlane.h>
25 DisplayPlane::DisplayPlane(int index, int type, int disp) function in class:android::intel::DisplayPlane
51 DisplayPlane::~DisplayPlane()
56 bool DisplayPlane::initialize(uint32_t bufferCount)
75 void DisplayPlane::deinitialize()
93 void DisplayPlane::checkPosition(int& x, int& y, int& w, int& h)
110 void DisplayPlane::setPosition(int x, int y, int w, int h)
139 void DisplayPlane
[all...]
/hardware/intel/img/hwcomposer/include/
H A DDisplayPlane.h47 class DisplayPlane { class in namespace:android::intel
75 DisplayPlane(int index, int type, int disp);
76 virtual ~DisplayPlane();

Completed in 84 milliseconds