Home | History | Annotate | Download | only in hal

Lines Matching full:calloc

618     uc_info = (struct audio_usecase *)calloc(1, sizeof(struct audio_usecase));
656 struct offload_cmd *cmd = (struct offload_cmd *)calloc(1, sizeof(struct offload_cmd));
921 uc_info = (struct audio_usecase *)calloc(1, sizeof(struct audio_usecase));
1023 uc_info = (struct audio_usecase *)calloc(1, sizeof(struct audio_usecase));
1850 out = (struct stream_out *)calloc(1, sizeof(struct stream_out));
1904 calloc(1, sizeof(struct snd_codec));
1986 /* out->muted = false; by calloc() */
1987 /* out->written = 0; by calloc() */
2248 in = (struct stream_in *)calloc(1, sizeof(struct stream_in));
2329 adev = calloc(1, sizeof(struct audio_device));
2367 /* adev->cur_hdmi_channels = 0; by calloc() */
2368 adev->snd_dev_ref_cnt = calloc(SND_DEVICE_MAX, sizeof(int));