Searched refs:haptic_buffer (Results 1 – 2 of 2) sorted by relevance
413 uint8_t *haptic_buffer; member
2810 if (adev->haptic_buffer != NULL) { in out_standby_l()2811 free(adev->haptic_buffer); in out_standby_l()2812 adev->haptic_buffer = NULL; in out_standby_l()3592 if (adev->haptic_buffer == NULL) { in out_write()3595 free(adev->haptic_buffer); in out_write()3601 adev->haptic_buffer = (uint8_t *)calloc(1, total_haptic_buffer_size); in out_write()3607 uint8_t *haptic_buffer = adev->haptic_buffer; in out_write() local3620 haptic_buffer[hap_index++] = audio_buffer[src_index++]; in out_write()3637 (void *)adev->haptic_buffer, in out_write()