Home
last modified time | relevance | path

Searched refs:portIndex (Results 1 – 9 of 9) sorted by relevance

/cts/hostsidetests/securitybulletin/securityPatch/includes/
DomxUtils.cpp136 status_t omxUtilsGetParameter(int portIndex, in omxUtilsGetParameter() argument
139 params->nPortIndex = portIndex; in omxUtilsGetParameter()
143 status_t omxUtilsSetParameter(int portIndex, in omxUtilsSetParameter() argument
146 params->nPortIndex = portIndex; in omxUtilsSetParameter()
150 status_t omxUtilsSetPortMode(OMX_U32 portIndex, IOMX::PortMode mode) { in omxUtilsSetPortMode() argument
151 return mOMXNode->setPortMode(portIndex, mode); in omxUtilsSetPortMode()
153 status_t omxUtilsUseBuffer(OMX_U32 portIndex, const OMXBuffer &omxBuf, in omxUtilsUseBuffer() argument
155 return mOMXNode->useBuffer(portIndex, omxBuf, buffer); in omxUtilsUseBuffer()
171 status_t omxUtilsFreeBuffer(OMX_U32 portIndex, in omxUtilsFreeBuffer() argument
173 return mOMXNode->freeBuffer(portIndex, buffer); in omxUtilsFreeBuffer()
DomxUtils.h71 status_t omxUtilsGetParameter(int portIndex,
73 status_t omxUtilsSetParameter(int portIndex,
76 status_t omxUtilsUseBuffer(OMX_U32 portIndex, const OMXBuffer &omxBuf,
84 status_t omxUtilsFreeBuffer(OMX_U32 portIndex,
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-13180/
Dpoc.cpp29 int allocateHidlPortBuffers(OMX_U32 portIndex, Vector<Buffer> *buffers) { in allocateHidlPortBuffers() argument
32 int err = omxUtilsGetParameter(portIndex, &def); in allocateHidlPortBuffers()
46 omxUtilsUseBuffer(portIndex, buffer.mHidlMemory, &buffer.mID); in allocateHidlPortBuffers()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-9347/
Dpoc.cpp22 int allocateHidlPortBuffers(OMX_U32 portIndex, Vector<Buffer> *buffers) { in allocateHidlPortBuffers() argument
25 int err = omxUtilsGetParameter(portIndex, &def); in allocateHidlPortBuffers()
40 omxUtilsUseBuffer(portIndex, buffer.mHidlMemory, &buffer.mID); in allocateHidlPortBuffers()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0840/
Dpoc.cpp20 int allocateHidlPortBuffers(OMX_U32 portIndex, Vector<Buffer> *buffers) { in allocateHidlPortBuffers() argument
23 int err = omxUtilsGetParameter(portIndex, &def); in allocateHidlPortBuffers()
38 omxUtilsUseBuffer(portIndex, buffer.mHidlMemory, &buffer.mID); in allocateHidlPortBuffers()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0684/
Dpoc.cpp23 int allocateHidlPortBuffers(OMX_U32 portIndex, in allocateHidlPortBuffers() argument
27 int err = omxUtilsGetParameter(portIndex, &def); in allocateHidlPortBuffers()
42 omxUtilsUseBuffer(portIndex, buffer.mHidlMemory, &buffer.mID); in allocateHidlPortBuffers()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0817/
Dpoc.cpp33 int allocateHidlPortBuffers(OMX_U32 portIndex, Vector<Buffer> *buffers, in allocateHidlPortBuffers() argument
37 int err = omxUtilsGetParameter(portIndex, &def); in allocateHidlPortBuffers()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-13241/
Dpoc.cpp25 int allocateHidlPortBuffers(OMX_U32 portIndex, Vector<Buffer> *buffers, in allocateHidlPortBuffers() argument
29 int err = omxUtilsGetParameter(portIndex, &def); in allocateHidlPortBuffers()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2485/
Dpoc.cpp36 int allocateHidlPortBuffers(OMX_U32 portIndex, Vector<Buffer> *buffers, in allocateHidlPortBuffers() argument
40 int err = omxUtilsGetParameter(portIndex, &def); in allocateHidlPortBuffers()