Home
last modified time | relevance | path

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

/system/media/audio_utils/
Dhal_smoothness.c36 void (*client_flush_cb)(struct hal_smoothness_metrics *smoothness_metrics, member
137 smoothness_meta->client_flush_cb(&smoothness_meta->metrics, in flush()
177 void (*client_flush_cb)(struct hal_smoothness_metrics *, void *), in hal_smoothness_initialize()
185 if (client_flush_cb == NULL) { in hal_smoothness_initialize()
208 smoothness_meta->client_flush_cb = client_flush_cb; in hal_smoothness_initialize()
/system/media/audio_utils/include/audio_utils/
Dhal_smoothness.h117 void (*client_flush_cb)(struct hal_smoothness_metrics *, void *),