Searched refs:OMX_UTILS_IP_PORT (Results 1 – 8 of 8) sorted by relevance
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0684/ |
D | poc.cpp | 58 omxUtilsGetParameter(OMX_UTILS_IP_PORT, params); in main() 61 omxUtilsSetPortMode(OMX_UTILS_IP_PORT, IOMX::kPortModeDynamicANWBuffer); in main() 71 allocateHidlPortBuffers(OMX_UTILS_IP_PORT, &inputBuffers); in main() 93 omxUtilsFreeBuffer(OMX_UTILS_IP_PORT, inputBuffers[i].mID); in main() 106 omxUtilsGetParameter(OMX_UTILS_IP_PORT, params); in main() 110 omxUtilsSetParameter(OMX_UTILS_IP_PORT, params); in main() 112 allocateHidlPortBuffers(OMX_UTILS_IP_PORT, &newInputBuffers); in main() 130 omxUtilsFreeBuffer(OMX_UTILS_IP_PORT, newInputBuffers[i].mID); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-13241/ |
D | poc.cpp | 57 params->nPortIndex = OMX_UTILS_IP_PORT; in main() 65 err = omxUtilsSetParameter(OMX_UTILS_IP_PORT, params); in main() 67 err = omxUtilsGetParameter(OMX_UTILS_IP_PORT, params); in main() 83 allocateHidlPortBuffers(OMX_UTILS_IP_PORT, &inputBuffers, inBufferSize); in main() 86 err = omxUtilsUseBuffer(OMX_UTILS_IP_PORT, inputBuffers[i].mHidlMemory, in main() 126 omxUtilsFreeBuffer(OMX_UTILS_IP_PORT, inBufferId[i]); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2485/ |
D | poc.cpp | 89 params->nPortIndex = OMX_UTILS_IP_PORT; in main() 92 omxUtilsSetParameter(OMX_UTILS_IP_PORT, params); in main() 94 omxUtilsGetParameter(OMX_UTILS_IP_PORT, params); in main() 119 allocateHidlPortBuffers(OMX_UTILS_IP_PORT, &inputBuffers, inBufferSize); in main() 126 omxUtilsUseBuffer(OMX_UTILS_IP_PORT, inputBuffers[i].mHidlMemory, in main() 169 omxUtilsFreeBuffer(OMX_UTILS_IP_PORT, inBufferId[i]); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0817/ |
D | poc.cpp | 66 omxUtilsGetParameter(OMX_UTILS_IP_PORT, &def); in poc() 84 allocateHidlPortBuffers(OMX_UTILS_IP_PORT, &inputBuffers, inBufferSize); in poc() 90 omxUtilsUseBuffer(OMX_UTILS_IP_PORT, inputBuffers[i].mHidlMemory, &inBufferId[i]); in poc() 116 omxUtilsFreeBuffer(OMX_UTILS_IP_PORT, inBufferId[i]); in poc()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-13180/ |
D | poc.cpp | 64 omxUtilsGetParameter(OMX_UTILS_IP_PORT, &def); in main() 78 allocateHidlPortBuffers(OMX_UTILS_IP_PORT, &inputBuffers); in main() 100 omxUtilsFreeBuffer(OMX_UTILS_IP_PORT, inputBuffers[i].mID); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-9347/ |
D | poc.cpp | 55 omxUtilsGetParameter(OMX_UTILS_IP_PORT, params); in main() 69 allocateHidlPortBuffers(OMX_UTILS_IP_PORT, &inputBuffers); in main() 111 omxUtilsFreeBuffer(OMX_UTILS_IP_PORT, inBufferId[i]); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0840/ |
D | poc.cpp | 53 omxUtilsGetParameter(OMX_UTILS_IP_PORT, params); in main() 68 omxUtilsUseBuffer(OMX_UTILS_IP_PORT, omxBuf, &inBufferId[i]); in main() 115 omxUtilsFreeBuffer(OMX_UTILS_IP_PORT, inBufferId[i]); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/includes/ |
D | omxUtils.h | 49 #define OMX_UTILS_IP_PORT 0 macro
|