Searched refs:haptic_buffer (Results 1 – 2 of 2) sorted by relevance
415 uint8_t *haptic_buffer; member
2831 if (adev->haptic_buffer != NULL) { in out_standby_l()2832 free(adev->haptic_buffer); in out_standby_l()2833 adev->haptic_buffer = NULL; in out_standby_l()3681 if (adev->haptic_buffer == NULL) { in out_write()3684 free(adev->haptic_buffer); in out_write()3690 adev->haptic_buffer = (uint8_t *)calloc(1, total_haptic_buffer_size); in out_write()3696 uint8_t *haptic_buffer = adev->haptic_buffer; in out_write() local3709 haptic_buffer[hap_index++] = audio_buffer[src_index++]; in out_write()3726 (void *)adev->haptic_buffer, in out_write()