HomeSort by relevance Sort by last modified time
    Searched defs:EFFECT_CMD_SET_PARAM (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/security/src/android/security/cts/
AudioSecurityTest.java 40 private static final int EFFECT_CMD_SET_PARAM = 5;
282 audioEffect, EFFECT_CMD_SET_PARAM, command, reply);
421 EFFECT_CMD_SET_PARAM,
EffectBundleTest.java 45 private static final int EFFECT_CMD_SET_PARAM = 5;
260 int cmdCode = EFFECT_CMD_SET_PARAM;
503 Integer ret = (Integer)command.invoke(ae, EFFECT_CMD_SET_PARAM, cmdBuf, reply);
  /system/media/audio/include/system/
audio_effect.h 76 EFFECT_CMD_SET_PARAM, // set parameter immediately (see effect_param_t)
162 // command: EFFECT_CMD_SET_PARAM
486 // effect_param_s structure describes the format of the pCmdData argument of EFFECT_CMD_SET_PARAM
  /system/tools/hidl/c2hal/test/
test.h 350 EFFECT_CMD_SET_PARAM, // set parameter immediately (see effect_param_t)

Completed in 228 milliseconds