Home
last modified time | relevance | path

Searched refs:mTransition (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DSimpleGoldfishOMXComponent.cpp540 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()
DSimpleGoldfishOMXComponent.h66 } mTransition; member