Searched refs:pipe1Index (Results 1 – 6 of 6) sorted by relevance
285 bool Overlay::needsPrioritySwap(utils::eDest pipe1Index, in needsPrioritySwap() argument287 validate((int)pipe1Index); in needsPrioritySwap()290 uint8_t pipe1Prio = mPipeBook[(int)pipe1Index].mPipe->getPriority(); in needsPrioritySwap()293 int pipe1Id = mPipeBook[(int)pipe1Index].mPipe->getPipeId(); in needsPrioritySwap()296 utils::eMdpPipeType leftType = PipeBook::getPipeType(pipe1Index); in needsPrioritySwap()
129 bool needsPrioritySwap(utils::eDest pipe1Index, utils::eDest pipe2Index);
270 int Overlay::comparePipePriority(utils::eDest pipe1Index, in comparePipePriority() argument272 validate((int)pipe1Index); in comparePipePriority()274 uint8_t pipe1Prio = mPipeBook[(int)pipe1Index].mPipe->getPriority(); in comparePipePriority()
126 int comparePipePriority(utils::eDest pipe1Index, utils::eDest pipe2Index);
293 int Overlay::comparePipePriority(utils::eDest pipe1Index, in comparePipePriority() argument295 validate((int)pipe1Index); in comparePipePriority()297 uint8_t pipe1Prio = mPipeBook[(int)pipe1Index].mPipe->getPriority(); in comparePipePriority()
127 int comparePipePriority(utils::eDest pipe1Index, utils::eDest pipe2Index);