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

  /external/adhd/cras/src/tests/
dsp_unittest.cc 68 cras_dsp_set_variable_string(ctx1, "variable", "foo");
69 cras_dsp_set_variable_string(ctx3, "variable", "bar"); /* wrong value */
70 cras_dsp_set_variable_string(ctx4, "variable", "foo");
85 cras_dsp_set_variable_string(ctx4, "variable", "bar");
90 cras_dsp_set_variable_string(ctx4, "variable", "foo");
iodev_unittest.cc 2042 void cras_dsp_set_variable_string(struct cras_dsp_context *ctx, const char *key, function
    [all...]
  /external/adhd/cras/src/server/
cras_dsp.h 44 void cras_dsp_set_variable_string(struct cras_dsp_context *ctx, const char *key,
cras_dsp.c 174 void cras_dsp_set_variable_string(struct cras_dsp_context *ctx, const char *key, function
cras_iodev.c 509 cras_dsp_set_variable_string(iodev->dsp_context, "dsp_name",
    [all...]

Completed in 88 milliseconds