Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DmapiAUDIO.c666 PAUDIO_ST_PCM_WRITE pPcmWrite = NULL; in AUDIOIoctl() local
2562 pPcmWrite = (PAUDIO_ST_PCM_WRITE)pArgs; in AUDIOIoctl()
2563 …u32Status = psAudioInstPri->fpAUDIOPcmWrite(pPcmWrite->s32DeviceId, (const void *)pPcmWrite->pBuf,… in AUDIOIoctl()
2564 pPcmWrite->u32Ret = u32Status; in AUDIOIoctl()