Home
last modified time | relevance | path

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

/cts/tests/tests/security/src/android/security/cts/
DAudioSecurityTest.java39 private static final int EFFECT_CMD_SET_PARAM = 5; field in AudioSecurityTest
285 audioEffect, EFFECT_CMD_SET_PARAM, command, reply); in testAudioEffectSetParameter()
425 EFFECT_CMD_SET_PARAM, in testVisualizerCapture_CVE_2017_0396()
DEffectBundleTest.java45 private static final int EFFECT_CMD_SET_PARAM = 5; field in EffectBundleTest
284 int cmdCode = EFFECT_CMD_SET_PARAM; in eqSetParamProperties()
527 Integer ret = (Integer)command.invoke(ae, EFFECT_CMD_SET_PARAM, cmdBuf, reply); in executeSetParameter()
/cts/tests/tests/security/testeffect/
DCTSTestEffect.cpp152 case EFFECT_CMD_SET_PARAM: { in CTSEffects_command()