Searched refs:omxUtilsGetParameter (Results 1 – 9 of 9) sorted by relevance
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0684/ |
D | poc.cpp | 27 int err = omxUtilsGetParameter(portIndex, &def); in allocateHidlPortBuffers() 58 omxUtilsGetParameter(OMX_UTILS_IP_PORT, params); in main() 74 omxUtilsGetParameter(OMX_UTILS_OP_PORT, params); in main() 106 omxUtilsGetParameter(OMX_UTILS_IP_PORT, params); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-13180/ |
D | poc.cpp | 32 int err = omxUtilsGetParameter(portIndex, &def); in allocateHidlPortBuffers() 64 omxUtilsGetParameter(OMX_UTILS_IP_PORT, &def); in main() 71 omxUtilsGetParameter(OMX_UTILS_OP_PORT, &def); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2485/ |
D | poc.cpp | 40 int err = omxUtilsGetParameter(portIndex, &def); in allocateHidlPortBuffers() 94 omxUtilsGetParameter(OMX_UTILS_IP_PORT, params); in main() 103 omxUtilsGetParameter(OMX_UTILS_OP_PORT, params); in main() 109 omxUtilsGetParameter(OMX_UTILS_OP_PORT, params); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-9347/ |
D | poc.cpp | 25 int err = omxUtilsGetParameter(portIndex, &def); in allocateHidlPortBuffers() 55 omxUtilsGetParameter(OMX_UTILS_IP_PORT, params); in main() 61 omxUtilsGetParameter(OMX_UTILS_OP_PORT, params); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0817/ |
D | poc.cpp | 37 int err = omxUtilsGetParameter(portIndex, &def); in allocateHidlPortBuffers() 66 omxUtilsGetParameter(OMX_UTILS_IP_PORT, &def); in poc() 75 omxUtilsGetParameter(OMX_UTILS_OP_PORT, &def); in poc()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0840/ |
D | poc.cpp | 23 int err = omxUtilsGetParameter(portIndex, &def); in allocateHidlPortBuffers() 53 omxUtilsGetParameter(OMX_UTILS_IP_PORT, params); in main() 72 omxUtilsGetParameter(OMX_UTILS_OP_PORT, params); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-13241/ |
D | poc.cpp | 29 int err = omxUtilsGetParameter(portIndex, &def); in allocateHidlPortBuffers() 67 err = omxUtilsGetParameter(OMX_UTILS_IP_PORT, params); in main() 74 omxUtilsGetParameter(OMX_UTILS_OP_PORT, params); in main()
|
/cts/hostsidetests/securitybulletin/securityPatch/includes/ |
D | omxUtils.h | 71 status_t omxUtilsGetParameter(int portIndex,
|
D | omxUtils.cpp | 136 status_t omxUtilsGetParameter(int portIndex, in omxUtilsGetParameter() function
|