Searched refs:haptic_buffer (Results 1 – 2 of 2) sorted by relevance
413 uint8_t *haptic_buffer; member
2811 if (adev->haptic_buffer != NULL) { in out_standby_l()2812 free(adev->haptic_buffer); in out_standby_l()2813 adev->haptic_buffer = NULL; in out_standby_l()3593 if (adev->haptic_buffer == NULL) { in out_write()3596 free(adev->haptic_buffer); in out_write()3602 adev->haptic_buffer = (uint8_t *)calloc(1, total_haptic_buffer_size); in out_write()3608 uint8_t *haptic_buffer = adev->haptic_buffer; in out_write() local3621 haptic_buffer[hap_index++] = audio_buffer[src_index++]; in out_write()3638 (void *)adev->haptic_buffer, in out_write()