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

  /cts/tests/tests/security/src/android/security/cts/
AudioSecurityTest.java 42 private static final int EFFECT_CMD_OFFLOAD = 20;
152 audioEffect, EFFECT_CMD_OFFLOAD, command, reply);
195 audioEffect, EFFECT_CMD_OFFLOAD, command, reply);
265 audioEffect, EFFECT_CMD_OFFLOAD, command, reply);
304 EFFECT_CMD_OFFLOAD,
  /system/media/audio/include/system/
audio_effect.h 97 EFFECT_CMD_OFFLOAD, // set if effect thread is an offload one,
405 // command: EFFECT_CMD_OFFLOAD
527 // structure used by EFFECT_CMD_OFFLOAD command
  /system/tools/hidl/c2hal/test/
test.h 363 EFFECT_CMD_OFFLOAD, // set if effect thread is an offload one,
  /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");
  /hardware/qcom/audio/post_proc/
ma_listener.c 290 case EFFECT_CMD_OFFLOAD:
291 ALOGV("%s :: cmd called EFFECT_CMD_OFFLOAD", __func__);
293 ALOGE("%s: EFFECT_CMD_OFFLOAD: %s, sending -EINVAL", __func__,
bundle.c 686 case EFFECT_CMD_OFFLOAD: {
691 ALOGV("%s EFFECT_CMD_OFFLOAD bad format", __func__);
698 ALOGV("%s EFFECT_CMD_OFFLOAD offload %d output %d", __func__,
volume_listener.c 430 case EFFECT_CMD_OFFLOAD:
431 ALOGV("%s :: cmd called EFFECT_CMD_OFFLOAD", __func__);
433 ALOGE("%s: EFFECT_CMD_OFFLOAD: %s, sending -EINVAL", __func__,
  /hardware/interfaces/audio/effect/all-versions/default/include/effect/all-versions/default/
Effect.impl.h 607 return sendCommandReturningStatus(EFFECT_CMD_OFFLOAD, "OFFLOAD", sizeof(effect_offload_param_t),
  /hardware/qcom/audio/visualizer/
offload_visualizer.c     [all...]
  /frameworks/av/services/audioflinger/
Effects.cpp     [all...]

Completed in 403 milliseconds