Searched refs:pPCMCapture_Init (Results 1 – 1 of 1) sorted by relevance
579 PAUDIO_ST_PCMCAPTURE_INIT pPCMCapture_Init = NULL; in AUDIOIoctl() local2324 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()