Searched refs:mTransition (Results 1 – 2 of 2) sorted by relevance
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()600 if (port->mTransition != PortInfo::NONE) { in onPortFlush()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()725 info->mTransition = PortInfo::NONE; in addPort()
66 } mTransition; member