Searched refs:OMX_UTILS_OP_PORT (Results 1 – 8 of 8) sorted by relevance
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2485/ |
D | poc.cpp | 103 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/ |
D | poc.cpp | 74 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/ |
D | poc.cpp | 61 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/ |
D | poc.cpp | 75 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/ |
D | poc.cpp | 74 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/ |
D | poc.cpp | 71 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/ |
D | poc.cpp | 72 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/ |
D | omxUtils.h | 50 #define OMX_UTILS_OP_PORT 1 macro
|