Home
last modified time | relevance | path

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

/system/media/audio_utils/tests/
Dhal_smoothness_tests.cpp30 hal_smoothness *smoothness_init; in CommonSmoothnessInit() local
34 hal_smoothness_initialize(&smoothness_init, HAL_SMOOTHNESS_VERSION_1, in CommonSmoothnessInit()
37 smoothness = std::unique_ptr<hal_smoothness, TestDeleter>{smoothness_init}; in CommonSmoothnessInit()
230 hal_smoothness *smoothness_init; in TEST() local
232 hal_smoothness_initialize(&smoothness_init, HAL_SMOOTHNESS_VERSION_1, in TEST()
236 std::unique_ptr<hal_smoothness, TestDeleter>{smoothness_init}; in TEST()