Searched refs:cmdCode (Results 1 – 3 of 3) sorted by relevance
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0479/ |
D | poc.cpp | 31 virtual void commandExecuted(uint32_t cmdCode __unused, in commandExecuted() 66 uint32_t cmdCode, cmdSize, pReplySize; in main() local 69 cmdCode = EFFECT_CMD_GET_CONFIG; in main() 87 err = gEffect->command(cmdCode, cmdSize, (void *)pCmdData, &pReplySize, in main()
|
/cts/tests/tests/security/testeffect/ |
D | CTSTestEffect.cpp | 102 int CTSEffects_command(effect_handle_t self, uint32_t cmdCode, uint32_t cmdSize, in CTSEffects_command() argument 111 switch (cmdCode) { in CTSEffects_command()
|
/cts/tests/tests/security/src/android/security/cts/ |
D | EffectBundleTest.java | 285 int cmdCode = EFFECT_CMD_SET_PARAM; in eqSetParamProperties() local 296 byte[].class).invoke(af, cmdCode, command, reply); in eqSetParamProperties() 328 int cmdCode = 8; // EFFECT_CMD_GET_PARAM in eqGetParamFreqRangeCommand() local 339 byte[].class).invoke(af, cmdCode, command, reply); in eqGetParamFreqRangeCommand()
|