/cts/hostsidetests/securitybulletin/securityPatch/includes/ |
D | omxUtils.cpp | 136 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()
|
D | omxUtils.h | 71 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/ |
D | poc.cpp | 29 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/ |
D | poc.cpp | 22 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/ |
D | poc.cpp | 20 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/ |
D | poc.cpp | 23 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/ |
D | poc.cpp | 33 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/ |
D | poc.cpp | 25 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/ |
D | poc.cpp | 36 int allocateHidlPortBuffers(OMX_U32 portIndex, Vector<Buffer> *buffers, in allocateHidlPortBuffers() argument 40 int err = omxUtilsGetParameter(portIndex, &def); in allocateHidlPortBuffers()
|