Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0684/
Dpoc.cpp27 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/
Dpoc.cpp32 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/
Dpoc.cpp40 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/
Dpoc.cpp25 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/
Dpoc.cpp37 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/
Dpoc.cpp23 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/
Dpoc.cpp29 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/
DomxUtils.h71 status_t omxUtilsGetParameter(int portIndex,
DomxUtils.cpp136 status_t omxUtilsGetParameter(int portIndex, in omxUtilsGetParameter() function