Lines Matching refs:PipeBook
118 struct PipeBook { struct
165 PipeBook mPipeBook[utils::OV_INVALID]; //Used as max argument
178 OVASSERT(index >=0 && index < PipeBook::NUM_PIPES, \ in validate()
181 PipeBook::getDestStr((utils::eDest)index)); in validate()
186 for(int i = 0; i < PipeBook::NUM_PIPES; i++) { in availablePipes()
191 PipeBook::isNotAllocated(i) && in availablePipes()
193 PipeBook::getPipeType((utils::eDest)i) == in availablePipes()
219 inline bool Overlay::PipeBook::valid() { in valid()
223 inline bool Overlay::PipeBook::pipeUsageUnchanged() { in pipeUsageUnchanged()
227 inline void Overlay::PipeBook::setUse(int index) { in setUse()
231 inline void Overlay::PipeBook::resetUse(int index) { in resetUse()
235 inline bool Overlay::PipeBook::isUsed(int index) { in isUsed()
239 inline bool Overlay::PipeBook::isNotUsed(int index) { in isNotUsed()
243 inline void Overlay::PipeBook::save() { in save()
247 inline void Overlay::PipeBook::setAllocation(int index) { in setAllocation()
251 inline void Overlay::PipeBook::resetAllocation(int index) { in resetAllocation()
255 inline bool Overlay::PipeBook::isAllocated(int index) { in isAllocated()
259 inline bool Overlay::PipeBook::isNotAllocated(int index) { in isNotAllocated()
263 inline utils::eMdpPipeType Overlay::PipeBook::getPipeType(utils::eDest dest) { in getPipeType()
267 inline const char* Overlay::PipeBook::getDestStr(utils::eDest dest) { in getDestStr()