HomeSort by relevance Sort by last modified time
    Searched refs:EFFECT_CMD_OFFLOAD (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/security/src/android/security/cts/
AudioSecurityTest.java 42 private static final int EFFECT_CMD_OFFLOAD = 20;
156 audioEffect, EFFECT_CMD_OFFLOAD, command, reply);
199 audioEffect, EFFECT_CMD_OFFLOAD, command, reply);
269 audioEffect, EFFECT_CMD_OFFLOAD, command, reply);
308 EFFECT_CMD_OFFLOAD,
  /frameworks/av/media/libeffects/proxy/
EffectProxy.cpp 236 // EFFECT_CMD_OFFLOAD used to (1) send whether the thread is offload or not
240 if (cmdCode == EFFECT_CMD_OFFLOAD) {
241 ALOGV("Effect_command() cmdCode = EFFECT_CMD_OFFLOAD");
  /frameworks/av/services/audioflinger/
Effects.cpp     [all...]

Completed in 216 milliseconds