Home
last modified time | relevance | path

Searched refs:pPCMCapture_Init (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DmapiAUDIO.c579 PAUDIO_ST_PCMCAPTURE_INIT pPCMCapture_Init = NULL; in AUDIOIoctl() local
2324 pPCMCapture_Init = (PAUDIO_ST_PCMCAPTURE_INIT)pArgs; in AUDIOIoctl()
2325 …PCMCaptureInit((const AUDIO_DEVICE_TYPE)pPCMCapture_Init->eID, (const AUDIO_CAPTURE_SOURCE_TYPE)pP… in AUDIOIoctl()
2326 pPCMCapture_Init->bStatus = bStatus; in AUDIOIoctl()
2333 pPCMCapture_Init = (PAUDIO_ST_PCMCAPTURE_INIT)pArgs; in AUDIOIoctl()
2334 … bStatus = psAudioInstPri->fpAUDIOPCMCaptureStart((const AUDIO_DEVICE_TYPE)pPCMCapture_Init->eID); in AUDIOIoctl()
2335 pPCMCapture_Init->bStatus = bStatus; in AUDIOIoctl()
2342 pPCMCapture_Init = (PAUDIO_ST_PCMCAPTURE_INIT)pArgs; in AUDIOIoctl()
2343 … bStatus = psAudioInstPri->fpAUDIOPCMCaptureStop((const AUDIO_DEVICE_TYPE)pPCMCapture_Init->eID); in AUDIOIoctl()
2344 pPCMCapture_Init->bStatus = bStatus; in AUDIOIoctl()