Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DSimpleGoldfishOMXComponent.cpp153 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()
[all …]
DSimpleGoldfishOMXComponent.h57 struct PortInfo { struct
92 PortInfo *editPortInfo(OMX_U32 portIndex);
109 Vector<PortInfo> mPorts;