Home
last modified time | relevance | path

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

/hardware/qcom/audio/hal/
Daudio_hw.c3591 size_t total_haptic_buffer_size = frame_count * haptic_frame_size; in out_write() local
3595 } else if (adev->haptic_buffer_size < total_haptic_buffer_size) { in out_write()
3602 adev->haptic_buffer = (uint8_t *)calloc(1, total_haptic_buffer_size); in out_write()
3603 adev->haptic_buffer_size = total_haptic_buffer_size; in out_write()