Searched refs:pipeState (Results 1 – 4 of 4) sorted by relevance
36 pipeState(CLOSED), mCtrl(new Ctrl(dpy)), mData(new Data(dpy)) { in GenericPipe()85 pipeState = ret ? OPEN : CLOSED; in commit()116 ALOGE("pipe state = %d", (int)pipeState); in dump()128 return (pipeState == CLOSED); in isClosed()132 return (pipeState == OPEN); in isOpen()136 pipeState = CLOSED; in setClosed()
95 ePipeState pipeState; variable
37 mRotDownscaleOpt(false), mPreRotated(false), pipeState(CLOSED) { in GenericPipe()145 pipeState = CLOSED; in commit()165 pipeState = ret ? OPEN : CLOSED; in commit()211 ALOGE("pipe state = %d", (int)pipeState); in dump()227 return (pipeState == CLOSED); in isClosed()231 return (pipeState == OPEN); in isOpen()235 pipeState = CLOSED; in setClosed()
98 ePipeState pipeState; variable