Searched refs:total_haptic_buffer_size (Results 1 – 1 of 1) sorted by relevance
3591 size_t total_haptic_buffer_size = frame_count * haptic_frame_size; in out_write() local3595 } 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()