Home
last modified time | relevance | path

Searched refs:hal_smoothness_free (Results 1 – 3 of 3) sorted by relevance

/system/media/audio_utils/tests/
Dhal_smoothness_tests.cpp10 void operator()(hal_smoothness *p) { hal_smoothness_free(&p); } in operator ()()
239 TEST(hal_smoothness, hal_smoothness_free) { in TEST() argument
247 hal_smoothness_free(&smoothness); in TEST()
254 hal_smoothness_free(&smoothness); in TEST()
/system/media/audio_utils/include/audio_utils/
Dhal_smoothness.h120 void hal_smoothness_free(struct hal_smoothness **smoothness);
/system/media/audio_utils/
Dhal_smoothness.c216 void hal_smoothness_free(struct hal_smoothness **smoothness) { in hal_smoothness_free() function