Home
last modified time | relevance | path

Searched refs:rate_estimator_destroy (Results 1 – 5 of 5) sorted by relevance

/external/adhd/cras/src/tests/
Drate_estimator_unittest.cc42 rate_estimator_destroy(re); in TEST()
74 rate_estimator_destroy(re); in TEST()
105 rate_estimator_destroy(re); in TEST()
134 rate_estimator_destroy(re); in TEST()
161 rate_estimator_destroy(re); in TEST()
193 rate_estimator_destroy(re); in TEST()
Diodev_unittest.cc2461 void rate_estimator_destroy(struct rate_estimator *re) { in rate_estimator_destroy() function
/external/adhd/cras/src/server/
Drate_estimator.h58 void rate_estimator_destroy(struct rate_estimator *re);
Drate_estimator.c35 void rate_estimator_destroy(struct rate_estimator *re) in rate_estimator_destroy() function
Dcras_iodev.c629 rate_estimator_destroy(iodev->rate_est); in cras_iodev_free_resources()