HomeSort by relevance Sort by last modified time
    Searched refs:PipeBook (Results 1 - 6 of 6) sorted by null

  /hardware/qcom/display/msm8960/liboverlay/
overlay.h 96 struct PipeBook {
143 PipeBook mPipeBook[utils::OV_INVALID]; //Used as max
154 OVASSERT(index >=0 && index < PipeBook::NUM_PIPES, \
157 PipeBook::getDestStr((utils::eDest)index));
162 for(int i = 0; i < PipeBook::NUM_PIPES; i++) {
163 if((mPipeBook[i].mDisplay == PipeBook::DPY_UNUSED ||
164 mPipeBook[i].mDisplay == dpy) && PipeBook::isNotAllocated(i)) {
179 inline bool Overlay::PipeBook::valid() {
183 inline bool Overlay::PipeBook::pipeUsageUnchanged() {
187 inline void Overlay::PipeBook::setUse(int index)
    [all...]
overlay.cpp 41 PipeBook::NUM_PIPES = qdutils::MDPVersion::getInstance().getTotalPipes();
42 for(int i = 0; i < PipeBook::NUM_PIPES; i++) {
50 for(int i = 0; i < PipeBook::NUM_PIPES; i++) {
56 for(int i = 0; i < PipeBook::NUM_PIPES; i++) {
58 PipeBook::resetUse(i);
59 PipeBook::resetAllocation(i);
65 if(PipeBook::pipeUsageUnchanged()) return;
67 for(int i = 0; i < PipeBook::NUM_PIPES; i++) {
68 if(PipeBook::isNotUsed(i)) {
74 PipeBook::getDestStr((eDest)i), mPipeBook[i].mDisplay)
    [all...]
  /hardware/qcom/display/msm8x26/liboverlay/
overlay.h 96 struct PipeBook {
143 PipeBook mPipeBook[utils::OV_INVALID]; //Used as max
154 OVASSERT(index >=0 && index < PipeBook::NUM_PIPES, \
157 PipeBook::getDestStr((utils::eDest)index));
162 for(int i = 0; i < PipeBook::NUM_PIPES; i++) {
163 if((mPipeBook[i].mDisplay == PipeBook::DPY_UNUSED ||
164 mPipeBook[i].mDisplay == dpy) && PipeBook::isNotAllocated(i)) {
179 inline bool Overlay::PipeBook::valid() {
183 inline bool Overlay::PipeBook::pipeUsageUnchanged() {
187 inline void Overlay::PipeBook::setUse(int index)
    [all...]
overlay.cpp 41 PipeBook::NUM_PIPES = qdutils::MDPVersion::getInstance().getTotalPipes();
42 for(int i = 0; i < PipeBook::NUM_PIPES; i++) {
50 for(int i = 0; i < PipeBook::NUM_PIPES; i++) {
56 for(int i = 0; i < PipeBook::NUM_PIPES; i++) {
58 PipeBook::resetUse(i);
59 PipeBook::resetAllocation(i);
65 if(PipeBook::pipeUsageUnchanged()) return;
67 for(int i = 0; i < PipeBook::NUM_PIPES; i++) {
68 if(PipeBook::isNotUsed(i)) {
74 PipeBook::getDestStr((eDest)i), mPipeBook[i].mDisplay)
    [all...]
  /hardware/qcom/display/msm8974/liboverlay/
overlay.cpp 41 PipeBook::NUM_PIPES = qdutils::MDPVersion::getInstance().getTotalPipes();
42 for(int i = 0; i < PipeBook::NUM_PIPES; i++) {
50 for(int i = 0; i < PipeBook::NUM_PIPES; i++) {
56 for(int i = 0; i < PipeBook::NUM_PIPES; i++) {
58 PipeBook::resetUse(i);
59 PipeBook::resetAllocation(i);
66 for(int i = 0; i < PipeBook::NUM_PIPES; i++) {
67 if(PipeBook::isNotUsed(i)) {
73 PipeBook::getDestStr((eDest)i),
83 PipeBook::save()
    [all...]
overlay.h 118 struct PipeBook {
165 PipeBook mPipeBook[utils::OV_INVALID]; //Used as max
178 OVASSERT(index >=0 && index < PipeBook::NUM_PIPES, \
181 PipeBook::getDestStr((utils::eDest)index));
186 for(int i = 0; i < PipeBook::NUM_PIPES; i++) {
191 PipeBook::isNotAllocated(i) &&
193 PipeBook::getPipeType((utils::eDest)i) ==
219 inline bool Overlay::PipeBook::valid() {
223 inline bool Overlay::PipeBook::pipeUsageUnchanged() {
227 inline void Overlay::PipeBook::setUse(int index)
    [all...]

Completed in 1663 milliseconds