Searched refs:EFFECT_CMD_GET_PARAM (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/security/src/android/security/cts/ |
D | AudioSecurityTest.java | 41 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/ |
D | CTSTestEffect.cpp | 142 case EFFECT_CMD_GET_PARAM: { in CTSEffects_command()
|