Home
last modified time | relevance | path

Searched refs:EFFECT_CMD_GET_PARAM (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/security/src/android/security/cts/
DAudioSecurityTest.java41 private static final int EFFECT_CMD_GET_PARAM = 8; field in AudioSecurityTest
167 audioEffect, EFFECT_CMD_GET_PARAM, command, reply); in testAudioEffectGetParameter()
218 audioEffect, EFFECT_CMD_GET_PARAM, command, reply); in testAudioEffectGetParameter2()
242 EFFECT_CMD_GET_PARAM, in testAudioEffectGetParameter3()
341 audioEffect, EFFECT_CMD_GET_PARAM, command, in testAudioEffectEqualizerGetParameterName()
/cts/tests/tests/security/testeffect/
DCTSTestEffect.cpp142 case EFFECT_CMD_GET_PARAM: { in CTSEffects_command()