Home
last modified time | relevance | path

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

/hardware/qcom/display/msm8994/liboverlay/
Doverlay.cpp286 utils::eDest pipe2Index) { in needsPrioritySwap() argument
288 validate((int)pipe2Index); in needsPrioritySwap()
291 uint8_t pipe2Prio = mPipeBook[(int)pipe2Index].mPipe->getPriority(); in needsPrioritySwap()
294 int pipe2Id = mPipeBook[(int)pipe2Index].mPipe->getPipeId(); in needsPrioritySwap()
297 utils::eMdpPipeType rightType = PipeBook::getPipeType(pipe2Index); in needsPrioritySwap()
Doverlay.h129 bool needsPrioritySwap(utils::eDest pipe1Index, utils::eDest pipe2Index);
/hardware/qcom/display/msm8084/liboverlay/
Doverlay.cpp271 utils::eDest pipe2Index) { in comparePipePriority() argument
273 validate((int)pipe2Index); in comparePipePriority()
275 uint8_t pipe2Prio = mPipeBook[(int)pipe2Index].mPipe->getPriority(); in comparePipePriority()
Doverlay.h126 int comparePipePriority(utils::eDest pipe1Index, utils::eDest pipe2Index);
/hardware/qcom/display/msm8226/liboverlay/
Doverlay.cpp294 utils::eDest pipe2Index) { in comparePipePriority() argument
296 validate((int)pipe2Index); in comparePipePriority()
298 uint8_t pipe2Prio = mPipeBook[(int)pipe2Index].mPipe->getPriority(); in comparePipePriority()
Doverlay.h127 int comparePipePriority(utils::eDest pipe1Index, utils::eDest pipe2Index);