Lines Matching refs:PortInfo
153 const PortInfo *port = in internalGetParameter()
185 PortInfo *port = in internalSetParameter()
242 PortInfo *port = &mPorts.editItemAt(portIndex); in useBufferCallerLockedAlready()
321 PortInfo *port = &mPorts.editItemAt(portIndex); in freeBuffer()
421 PortInfo *port = &mPorts.editItemAt(portIndex); in onMessageReceived()
539 PortInfo *port = &mPorts.editItemAt(portIndex); in onPortEnable()
540 CHECK_EQ((int)port->mTransition, (int)PortInfo::NONE); in onPortEnable()
552 port->mTransition = PortInfo::DISABLING; in onPortEnable()
571 port->mTransition = PortInfo::ENABLING; in onPortEnable()
593 PortInfo *port = &mPorts.editItemAt(portIndex); in onPortFlush()
600 if (port->mTransition != PortInfo::NONE) { in onPortFlush()
643 const PortInfo &port = mPorts.itemAt(i); in checkTransitions()
657 const PortInfo &port = mPorts.itemAt(i); in checkTransitions()
694 PortInfo *port = &mPorts.editItemAt(i); in checkTransitions()
696 if (port->mTransition == PortInfo::DISABLING) { in checkTransitions()
700 port->mTransition = PortInfo::NONE; in checkTransitions()
705 } else if (port->mTransition == PortInfo::ENABLING) { in checkTransitions()
709 port->mTransition = PortInfo::NONE; in checkTransitions()
723 PortInfo *info = &mPorts.editItemAt(mPorts.size() - 1); in addPort()
725 info->mTransition = PortInfo::NONE; in addPort()
744 SimpleGoldfishOMXComponent::PortInfo *SimpleGoldfishOMXComponent::editPortInfo( in editPortInfo()