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

  /hardware/qcom/audio/msm8909/post_proc/
bundle.h 68 int (*set_device)(effect_context_t *context, uint32_t device); member in struct:effect_ops_s
bundle.c 354 context->ops.set_device = equalizer_set_device;
374 context->ops.set_device = bass_set_device;
395 context->ops.set_device = virtualizer_set_device;
421 context->ops.set_device = reverb_set_device;
690 if (context->ops.set_device)
691 context->ops.set_device(context, device);
  /hardware/qcom/audio/post_proc/
bundle.h 65 int (*set_device)(effect_context_t *context, uint32_t device); member in struct:effect_ops_s
bundle.c 341 context->ops.set_device = equalizer_set_device;
358 context->ops.set_device = bassboost_set_device;
375 context->ops.set_device = virtualizer_set_device;
398 context->ops.set_device = reverb_set_device;
668 if (context->ops.set_device)
669 context->ops.set_device(context, device);
  /external/e2fsprogs/ext2ed/
ext2ed.h 256 extern void set_device (char *command_line);
main.c 117 strcpy(buf, "set_device ");
119 set_device(buf);
general_com.c 148 void set_device (char *command_line) function
init.c 81 add_user_command (&general_commands,"setdevice","Selects the filesystem block device (e.g. /dev/hda1)",set_device);
  /hardware/libhardware/include/hardware/
audio.h 218 * Currently unused - set_device() corresponds to set_parameters() with key
223 int (*set_device)(struct audio_stream *stream, audio_devices_t device); member in struct:audio_stream
  /frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp 81 int (* set_device)(preproc_effect_t *fx, uint32_t device); member in struct:preproc_ops_s
    [all...]

Completed in 158 milliseconds