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

  /hardware/qcom/display/msm8084/liboverlay/pipes/
overlayGenPipe.cpp 36 pipeState(CLOSED), mCtrl(new Ctrl(dpy)), mData(new Data(dpy)) {
85 pipeState = ret ? OPEN : CLOSED;
116 ALOGE("pipe state = %d", (int)pipeState);
128 return (pipeState == CLOSED);
132 return (pipeState == OPEN);
136 pipeState = CLOSED;
overlayGenPipe.h 95 ePipeState pipeState;
  /hardware/qcom/display/msm8960/liboverlay/pipes/
overlayGenPipe.cpp 37 mRotDownscaleOpt(false), mPreRotated(false), pipeState(CLOSED) {
145 pipeState = CLOSED;
165 pipeState = ret ? OPEN : CLOSED;
211 ALOGE("pipe state = %d", (int)pipeState);
227 return (pipeState == CLOSED);
231 return (pipeState == OPEN);
235 pipeState = CLOSED;
overlayGenPipe.h 98 ePipeState pipeState;

Completed in 101 milliseconds