Home
last modified time | relevance | path

Searched refs:pipe2Id (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/display/msm8994/liboverlay/
Doverlay.cpp294 int pipe2Id = mPipeBook[(int)pipe2Index].mPipe->getPipeId(); in needsPrioritySwap() local
299 if(pipe1Id >=0 && pipe2Id >=0) { in needsPrioritySwap()
302 } else if(pipe1Id < 0 && pipe2Id < 0) { in needsPrioritySwap()
328 return (pipe2Id == PipeBook::pipeMinID[leftType]); in needsPrioritySwap()