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

  /external/adhd/cras/src/server/
cras_volume_curve.h 36 struct cras_volume_curve *cras_volume_curve_create_simple_step(
cras_volume_curve.c 49 return cras_volume_curve_create_simple_step(0, 50);
52 struct cras_volume_curve *cras_volume_curve_create_simple_step( function
  /external/adhd/cras/src/tests/
volume_curve_unittest.cc 27 curve = cras_volume_curve_create_simple_step(-600, 75);
card_config_unittest.cc 262 struct cras_volume_curve *cras_volume_curve_create_simple_step( function
  /external/adhd/cras/src/server/config/
cras_card_config.c 36 return cras_volume_curve_create_simple_step(max_volume, volume_step);

Completed in 317 milliseconds