Searched defs:hal_smoothness (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/system/media/audio_utils/include/audio_utils/ |
H A D | hal_smoothness.h | 74 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
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/system/media/audio_utils/include/audio_utils/ |
D | hal_smoothness.h | 74 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
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/system/media/audio_utils/include/audio_utils/ |
D | hal_smoothness.h | 74 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
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/system/media/audio_utils/include/audio_utils/ |
D | hal_smoothness.h | 74 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
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/system/media/audio_utils/include/audio_utils/ |
D | hal_smoothness.h | 74 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
|
/aosp_15_r20/system/media/audio_utils/tests/ |
H A D | hal_smoothness_tests.cpp | 220 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
|