Searched refs:omxUtilsSendCommand (Results 1 – 9 of 9) sorted by relevance
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0684/ |
D | poc.cpp | 79 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/ |
D | poc.cpp | 88 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/ |
D | poc.cpp | 79 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/ |
D | poc.cpp | 99 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/ |
D | poc.cpp | 84 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/ |
D | poc.cpp | 97 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/ |
D | poc.cpp | 139 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/ |
D | omxUtils.h | 78 status_t omxUtilsSendCommand(OMX_COMMANDTYPE cmd, OMX_S32 param);
|
D | omxUtils.cpp | 157 status_t omxUtilsSendCommand(OMX_COMMANDTYPE cmd, OMX_S32 param) { in omxUtilsSendCommand() function
|