Home
last modified time | relevance | path

Searched defs:aCtx (Results 1 – 2 of 2) sorted by relevance

/device/board/unionman/unionpi_tiger/hardware/audio_alsa/src/
Daudio_interface_lib_capture_alsa.c69 static int32_t AlsaVolumeUpdate(struct AlsaCtx *aCtx) in AlsaVolumeUpdate()
142 static int AlsaOpen(struct AlsaCtx *aCtx) in AlsaOpen()
176 static int AlsaClose(struct AlsaCtx *aCtx) in AlsaClose()
213 static int AlsaConfig(struct AlsaCtx *aCtx, struct AudioHwCaptureParam *handleData) in AlsaConfig()
284 struct AlsaCtx *aCtx = (struct AlsaCtx *)handle->object; in DoCtlCaptureSetPauseStu() local
305 struct AlsaCtx *aCtx = (struct AlsaCtx *)handle->object; in DoCtlCaptureGetVolume() local
316 struct AlsaCtx *aCtx = (struct AlsaCtx *)handle->object; in DoCtlCaptureSetVolume() local
337 struct AlsaCtx *aCtx = (struct AlsaCtx *)handle->object; in DoCtlCaptureSetMuteStu() local
348 struct AlsaCtx *aCtx = (struct AlsaCtx *)handle->object; in DoCtlCaptureGetMuteStu() local
359 struct AlsaCtx *aCtx = (struct AlsaCtx *)handle->object; in DoCtlCaptureSetGainStu() local
[all …]
Daudio_interface_lib_render_alsa.c128 static int32_t AlsaVolumeUpdate(struct AlsaCtx *aCtx) in AlsaVolumeUpdate()
181 static int AlsaOpen(struct AlsaCtx *aCtx) in AlsaOpen()
215 static int AlsaClose(struct AlsaCtx *aCtx) in AlsaClose()
252 static int AlsaConfig(struct AlsaCtx *aCtx, struct AudioHwRenderParam *handleData) in AlsaConfig()
316 struct AlsaCtx *aCtx = ((struct AlsaDevObject *)handle->object)->pAlsaCtx; in DoCtlRenderSetVolume() local
336 struct AlsaCtx *aCtx = ((struct AlsaDevObject *)handle->object)->pAlsaCtx; in DoCtlRenderGetVolume() local
346 struct AlsaCtx *aCtx = ((struct AlsaDevObject *)handle->object)->pAlsaCtx; in DoCtlRenderSetPauseStu() local
366 struct AlsaCtx *aCtx = ((struct AlsaDevObject *)handle->object)->pAlsaCtx; in DoCtlRenderSetMuteStu() local
376 struct AlsaCtx *aCtx = ((struct AlsaDevObject *)handle->object)->pAlsaCtx; in DoCtlRenderGetMuteStu() local
386 struct AlsaCtx *aCtx = ((struct AlsaDevObject *)handle->object)->pAlsaCtx; in DoCtlRenderSetGainStu() local
[all …]