Home
last modified time | relevance | path

Searched refs:OMX_UTILS_OP_PORT (Results 1 – 8 of 8) sorted by relevance

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2485/
Dpoc.cpp103 omxUtilsGetParameter(OMX_UTILS_OP_PORT, params); in main()
104 params->nPortIndex = OMX_UTILS_OP_PORT; in main()
107 omxUtilsSetParameter(OMX_UTILS_OP_PORT, params); in main()
109 omxUtilsGetParameter(OMX_UTILS_OP_PORT, params); in main()
131 allocateHidlPortBuffers(OMX_UTILS_OP_PORT, &outputBuffers, outBufferSize); in main()
134 omxUtilsUseBuffer(OMX_UTILS_OP_PORT, outputBuffers[i].mHidlMemory, in main()
172 omxUtilsFreeBuffer(OMX_UTILS_OP_PORT, outBufferId[i]); in main()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0684/
Dpoc.cpp74 omxUtilsGetParameter(OMX_UTILS_OP_PORT, params); in main()
77 allocateHidlPortBuffers(OMX_UTILS_OP_PORT, &outputBuffers); in main()
96 omxUtilsFreeBuffer(OMX_UTILS_OP_PORT, outputBuffers[i].mID); in main()
114 allocateHidlPortBuffers(OMX_UTILS_OP_PORT, &newOutputBuffers); in main()
133 omxUtilsFreeBuffer(OMX_UTILS_OP_PORT, newOutputBuffers[i].mID); in main()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-9347/
Dpoc.cpp61 omxUtilsGetParameter(OMX_UTILS_OP_PORT, params); in main()
63 omxUtilsSetParameter(OMX_UTILS_OP_PORT, params); in main()
74 allocateHidlPortBuffers(OMX_UTILS_OP_PORT, &outputBuffers); in main()
114 omxUtilsFreeBuffer(OMX_UTILS_OP_PORT, outBufferId[i]); in main()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0817/
Dpoc.cpp75 omxUtilsGetParameter(OMX_UTILS_OP_PORT, &def); in poc()
93 allocateHidlPortBuffers(OMX_UTILS_OP_PORT, &outputBuffers, outBufferSize); in poc()
96 omxUtilsUseBuffer(OMX_UTILS_OP_PORT, outputBuffers[i].mHidlMemory, &outBufferId[i]); in poc()
120 omxUtilsFreeBuffer(OMX_UTILS_OP_PORT, outBufferId[i]); in poc()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-13241/
Dpoc.cpp74 omxUtilsGetParameter(OMX_UTILS_OP_PORT, params); in main()
90 allocateHidlPortBuffers(OMX_UTILS_OP_PORT, &outputBuffers, outBufferSize); in main()
93 err = omxUtilsUseBuffer(OMX_UTILS_OP_PORT, outputBuffers[i].mHidlMemory, in main()
129 omxUtilsFreeBuffer(OMX_UTILS_OP_PORT, outBufferId[i]); in main()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-13180/
Dpoc.cpp71 omxUtilsGetParameter(OMX_UTILS_OP_PORT, &def); in main()
83 allocateHidlPortBuffers(OMX_UTILS_OP_PORT, &outputBuffers); in main()
104 omxUtilsFreeBuffer(OMX_UTILS_OP_PORT, outputBuffers[i].mID); in main()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0840/
Dpoc.cpp72 omxUtilsGetParameter(OMX_UTILS_OP_PORT, params); in main()
79 allocateHidlPortBuffers(OMX_UTILS_OP_PORT, &outputBuffers); in main()
118 omxUtilsFreeBuffer(OMX_UTILS_OP_PORT, outBufferId[i]); in main()
/cts/hostsidetests/securitybulletin/securityPatch/includes/
DomxUtils.h50 #define OMX_UTILS_OP_PORT 1 macro