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.java40 private static final int EFFECT_CMD_SET_PARAM = 5; field in AudioSecurityTest
286 audioEffect, EFFECT_CMD_SET_PARAM, command, reply); in testAudioEffectSetParameter()
426 EFFECT_CMD_SET_PARAM, in testVisualizerCapture_CVE_2017_0396()
DEffectBundleTest.java46 private static final int EFFECT_CMD_SET_PARAM = 5; field in EffectBundleTest
285 int cmdCode = EFFECT_CMD_SET_PARAM; in eqSetParamProperties()
528 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()