Searched refs:captureServicePtr (Results 1 – 2 of 2) sorted by relevance
968 if (hwAdapter->infos.captureServicePtr[index] == NULL) { in GetAvailableCaptureID()1017 hwAdapter->infos.captureServicePtr[*captureId] = hwCapture; in AudioAdapterCreateCapture()1031 …struct IAudioCapture *capture = (struct IAudioCapture *)hwAdapter->infos.captureServicePtr[capture… in AudioAdapterDestroyCapture()1063 hwAdapter->infos.captureServicePtr[captureId] = NULL; in AudioAdapterDestroyCapture()
310 struct AudioHwCapture *captureServicePtr[MAX_AUDIO_STREAM_NUM]; member