Home
last modified time | relevance | path

Searched defs:hal_smoothness (Results 1 – 2 of 2) sorted by relevance

/system/media/audio_utils/include/audio_utils/
Dhal_smoothness.h74 struct hal_smoothness { struct
81 int (*increment_underrun)(struct hal_smoothness *smoothness, argument
87 int (*increment_overrun)(struct hal_smoothness *smoothness, argument
95 int (*increment_total_writes)(struct hal_smoothness *smoothness, argument
100 int (*flush)(struct hal_smoothness *smoothness); argument
/system/media/audio_utils/tests/
Dhal_smoothness_tests.cpp220 TEST(hal_smoothness, init_fail_with_zero_num_writes_to_log) { in TEST() argument
229 TEST(hal_smoothness, init_pass_with_null_private_data) { in TEST() argument
239 TEST(hal_smoothness, hal_smoothness_free) { in TEST() argument
251 TEST(hal_smoothness, hal_smoothness_free_pass_in_null) { in TEST() argument