Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0684/
Dpoc.cpp93 omxUtilsFreeBuffer(OMX_UTILS_IP_PORT, inputBuffers[i].mID); in main()
96 omxUtilsFreeBuffer(OMX_UTILS_OP_PORT, outputBuffers[i].mID); in main()
130 omxUtilsFreeBuffer(OMX_UTILS_IP_PORT, newInputBuffers[i].mID); in main()
133 omxUtilsFreeBuffer(OMX_UTILS_OP_PORT, newOutputBuffers[i].mID); in main()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-13180/
Dpoc.cpp100 omxUtilsFreeBuffer(OMX_UTILS_IP_PORT, inputBuffers[i].mID); in main()
104 omxUtilsFreeBuffer(OMX_UTILS_OP_PORT, outputBuffers[i].mID); in main()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-9347/
Dpoc.cpp111 omxUtilsFreeBuffer(OMX_UTILS_IP_PORT, inBufferId[i]); in main()
114 omxUtilsFreeBuffer(OMX_UTILS_OP_PORT, outBufferId[i]); in main()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0817/
Dpoc.cpp116 omxUtilsFreeBuffer(OMX_UTILS_IP_PORT, inBufferId[i]); in poc()
120 omxUtilsFreeBuffer(OMX_UTILS_OP_PORT, outBufferId[i]); in poc()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0840/
Dpoc.cpp115 omxUtilsFreeBuffer(OMX_UTILS_IP_PORT, inBufferId[i]); in main()
118 omxUtilsFreeBuffer(OMX_UTILS_OP_PORT, outBufferId[i]); in main()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-13241/
Dpoc.cpp126 omxUtilsFreeBuffer(OMX_UTILS_IP_PORT, inBufferId[i]); in main()
129 omxUtilsFreeBuffer(OMX_UTILS_OP_PORT, outBufferId[i]); in main()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2485/
Dpoc.cpp169 omxUtilsFreeBuffer(OMX_UTILS_IP_PORT, inBufferId[i]); in main()
172 omxUtilsFreeBuffer(OMX_UTILS_OP_PORT, outBufferId[i]); in main()
/cts/hostsidetests/securitybulletin/securityPatch/includes/
DomxUtils.h84 status_t omxUtilsFreeBuffer(OMX_U32 portIndex,
DomxUtils.cpp171 status_t omxUtilsFreeBuffer(OMX_U32 portIndex, in omxUtilsFreeBuffer() function