Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0684/
Dpoc.cpp79 omxUtilsSendCommand(OMX_CommandStateSet, OMX_StateIdle); in main()
81 omxUtilsSendCommand(OMX_CommandStateSet, OMX_StateExecuting); in main()
88 omxUtilsSendCommand(OMX_CommandStateSet, OMX_StateIdle); in main()
90 omxUtilsSendCommand(OMX_CommandStateSet, OMX_StateLoaded); in main()
116 omxUtilsSendCommand(OMX_CommandStateSet, OMX_StateIdle); in main()
118 omxUtilsSendCommand(OMX_CommandStateSet, OMX_StateExecuting); in main()
125 omxUtilsSendCommand(OMX_CommandStateSet, OMX_StateIdle); in main()
127 omxUtilsSendCommand(OMX_CommandStateSet, OMX_StateLoaded); in main()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-13180/
Dpoc.cpp88 omxUtilsSendCommand(OMX_CommandStateSet, OMX_StateIdle); in main()
89 omxUtilsSendCommand(OMX_CommandStateSet, OMX_StateExecuting); in main()
96 omxUtilsSendCommand(OMX_CommandStateSet, OMX_StateIdle); in main()
97 omxUtilsSendCommand(OMX_CommandStateSet, OMX_StateLoaded); in main()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-9347/
Dpoc.cpp79 omxUtilsSendCommand(OMX_CommandStateSet, OMX_StateIdle); in main()
81 omxUtilsSendCommand(OMX_CommandStateSet, OMX_StateExecuting); in main()
92 omxUtilsSendCommand(OMX_CommandStateSet, OMX_StateIdle); in main()
108 omxUtilsSendCommand(OMX_CommandStateSet, OMX_StateLoaded); in main()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0817/
Dpoc.cpp99 omxUtilsSendCommand(OMX_CommandStateSet, OMX_StateIdle); in poc()
100 omxUtilsSendCommand(OMX_CommandStateSet, OMX_StateExecuting); in poc()
112 omxUtilsSendCommand(OMX_CommandStateSet, OMX_StateIdle); in poc()
113 omxUtilsSendCommand(OMX_CommandStateSet, OMX_StateLoaded); in poc()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0840/
Dpoc.cpp84 omxUtilsSendCommand(OMX_CommandStateSet, OMX_StateIdle); in main()
86 omxUtilsSendCommand(OMX_CommandStateSet, OMX_StateExecuting); in main()
96 omxUtilsSendCommand(OMX_CommandStateSet, OMX_StateIdle); in main()
112 omxUtilsSendCommand(OMX_CommandStateSet, OMX_StateLoaded); in main()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-13241/
Dpoc.cpp97 err = omxUtilsSendCommand(OMX_CommandStateSet, OMX_StateIdle); in main()
99 err = omxUtilsSendCommand(OMX_CommandStateSet, OMX_StateExecuting); in main()
109 omxUtilsSendCommand(OMX_CommandStateSet, OMX_StateIdle); in main()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2485/
Dpoc.cpp139 omxUtilsSendCommand(OMX_CommandStateSet, OMX_StateIdle); in main()
141 omxUtilsSendCommand(OMX_CommandStateSet, OMX_StateExecuting); in main()
151 omxUtilsSendCommand(OMX_CommandStateSet, OMX_StateIdle); in main()
/cts/hostsidetests/securitybulletin/securityPatch/includes/
DomxUtils.h78 status_t omxUtilsSendCommand(OMX_COMMANDTYPE cmd, OMX_S32 param);
DomxUtils.cpp157 status_t omxUtilsSendCommand(OMX_COMMANDTYPE cmd, OMX_S32 param) { in omxUtilsSendCommand() function