Home
last modified time | relevance | path

Searched refs:cmdCode (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/security/testeffect/
DCTSTestEffect.cpp102 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/
DEffectBundleTest.java284 int cmdCode = EFFECT_CMD_SET_PARAM; in eqSetParamProperties() local
295 byte[].class).invoke(af, cmdCode, command, reply); in eqSetParamProperties()
327 int cmdCode = 8; // EFFECT_CMD_GET_PARAM in eqGetParamFreqRangeCommand() local
338 byte[].class).invoke(af, cmdCode, command, reply); in eqGetParamFreqRangeCommand()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2017-0479/
Dpoc.cpp41 virtual binder::Status commandExecuted(int32_t cmdCode __unused, in commandExecuted()