Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DapiAUDIO_v2_customer.c9915 AUDIO_DEVICE_TYPE deviceType = E_DEVICE0; in AU_CUS_PCMCaptureMonitor() local
9919 deviceType = E_DEVICE0; in AU_CUS_PCMCaptureMonitor()
9924 deviceType = E_DEVICE1; in AU_CUS_PCMCaptureMonitor()
9929 deviceType = E_DEVICE2; in AU_CUS_PCMCaptureMonitor()
9947 …if(MApi_AUDIO_PCMCapture_Read(deviceType, (void *)pPCMCaptureBuffer, pstAudioCustomerShmData->g_au… in AU_CUS_PCMCaptureMonitor()
9985 static MS_BOOL AU_CUS_PCMCaptureInit(AUDIO_DEVICE_TYPE deviceType, AUDIO_CAPTURE_SOURCE_TYPE source… in AU_CUS_PCMCaptureInit() argument
9996 MApi_AUDIO_PCMCapture_Init(deviceType, sourceType); in AU_CUS_PCMCaptureInit()
9997 MApi_AUDIO_PCMCapture_Start(deviceType); in AU_CUS_PCMCaptureInit()