Home
last modified time | relevance | path

Searched refs:hostApi (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/dports/emulators/mess/mame-mame0226/3rdparty/portaudio/src/hostapi/jack/
H A Dpa_jack.c703 assert( hostApi ); in JackXRunCb()
704 hostApi->xrun = TRUE; in JackXRunCb()
935 stream->hostApi = hostApi; in InitializeStream()
1014 err = pthread_cond_timedwait( &hostApi->cond, &hostApi->mtx, &ts ); in WaitCondition()
1027 PaJackHostApiRepresentation *hostApi = stream->hostApi; in AddStream() local
1049 PaJackHostApiRepresentation *hostApi = stream->hostApi; in RemoveStream() local
1436 if( hostApi->toAdd ) in UpdateQueue()
1450 hostApi->processQueue = (PaJackStream *)hostApi->toAdd; in UpdateQueue()
1460 if( hostApi->toRemove ) in UpdateQueue()
1507 hostApi->xrun = 0; in JackCallback()
[all …]
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/iaxclient/lib/portaudio/src/hostapi/jack/
H A Dpa_jack.c682 assert( hostApi ); in JackXRunCb()
683 hostApi->xrun = TRUE; in JackXRunCb()
913 stream->hostApi = hostApi; in InitializeStream()
992 err = pthread_cond_timedwait( &hostApi->cond, &hostApi->mtx, &ts ); in WaitCondition()
1005 PaJackHostApiRepresentation *hostApi = stream->hostApi; in AddStream() local
1027 PaJackHostApiRepresentation *hostApi = stream->hostApi; in RemoveStream() local
1413 if( hostApi->toAdd ) in UpdateQueue()
1425 hostApi->processQueue = (PaJackStream *)hostApi->toAdd; in UpdateQueue()
1434 if( hostApi->toRemove ) in UpdateQueue()
1480 hostApi->xrun = 0; in JackCallback()
[all …]
/dports/devel/upp/upp/bazaar/plugin/portaudio/hostapi/jack/
H A Dpa_jack.c699 assert( hostApi ); in JackXRunCb()
700 hostApi->xrun = TRUE; in JackXRunCb()
931 stream->hostApi = hostApi; in InitializeStream()
1010 err = pthread_cond_timedwait( &hostApi->cond, &hostApi->mtx, &ts ); in WaitCondition()
1023 PaJackHostApiRepresentation *hostApi = stream->hostApi; in AddStream() local
1045 PaJackHostApiRepresentation *hostApi = stream->hostApi; in RemoveStream() local
1432 if( hostApi->toAdd ) in UpdateQueue()
1446 hostApi->processQueue = (PaJackStream *)hostApi->toAdd; in UpdateQueue()
1456 if( hostApi->toRemove ) in UpdateQueue()
1503 hostApi->xrun = 0; in JackCallback()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/portaudio/src/hostapi/jack/
H A Dpa_jack.c703 assert( hostApi ); in JackXRunCb()
704 hostApi->xrun = TRUE; in JackXRunCb()
935 stream->hostApi = hostApi; in InitializeStream()
1014 err = pthread_cond_timedwait( &hostApi->cond, &hostApi->mtx, &ts ); in WaitCondition()
1027 PaJackHostApiRepresentation *hostApi = stream->hostApi; in AddStream() local
1049 PaJackHostApiRepresentation *hostApi = stream->hostApi; in RemoveStream() local
1436 if( hostApi->toAdd ) in UpdateQueue()
1450 hostApi->processQueue = (PaJackStream *)hostApi->toAdd; in UpdateQueue()
1460 if( hostApi->toRemove ) in UpdateQueue()
1507 hostApi->xrun = 0; in JackCallback()
[all …]
/dports/audio/portaudio/portaudio/src/hostapi/jack/
H A Dpa_jack.c703 assert( hostApi ); in JackXRunCb()
704 hostApi->xrun = TRUE; in JackXRunCb()
935 stream->hostApi = hostApi; in InitializeStream()
1014 err = pthread_cond_timedwait( &hostApi->cond, &hostApi->mtx, &ts ); in WaitCondition()
1027 PaJackHostApiRepresentation *hostApi = stream->hostApi; in AddStream() local
1049 PaJackHostApiRepresentation *hostApi = stream->hostApi; in RemoveStream() local
1436 if( hostApi->toAdd ) in UpdateQueue()
1450 hostApi->processQueue = (PaJackStream *)hostApi->toAdd; in UpdateQueue()
1460 if( hostApi->toRemove ) in UpdateQueue()
1507 hostApi->xrun = 0; in JackCallback()
[all …]
/dports/audio/praat/praat-6.2.03/external/portaudio/
H A Dpa_jack.c706 assert( hostApi ); in JackXRunCb()
707 hostApi->xrun = TRUE; in JackXRunCb()
938 stream->hostApi = hostApi; in InitializeStream()
1017 err = pthread_cond_timedwait( &hostApi->cond, &hostApi->mtx, &ts ); in WaitCondition()
1030 PaJackHostApiRepresentation *hostApi = stream->hostApi; in AddStream() local
1052 PaJackHostApiRepresentation *hostApi = stream->hostApi; in RemoveStream() local
1439 if( hostApi->toAdd ) in UpdateQueue()
1453 hostApi->processQueue = (PaJackStream *)hostApi->toAdd; in UpdateQueue()
1463 if( hostApi->toRemove ) in UpdateQueue()
1510 hostApi->xrun = 0; in JackCallback()
[all …]
H A Dpa_hostapi_skeleton.c78 static void Terminate( struct PaUtilHostApiRepresentation *hostApi );
147 *hostApi = &skeletonHostApi->inheritedHostApiRep; in PaSkeleton_Initialize()
148 (*hostApi)->info.structVersion = 1; in PaSkeleton_Initialize()
155 (*hostApi)->info.deviceCount = 0; in PaSkeleton_Initialize()
163 if( !(*hostApi)->deviceInfos ) in PaSkeleton_Initialize()
182 deviceInfo->hostApi = hostApiIndex; in PaSkeleton_Initialize()
204 (*hostApi)->deviceInfos[i] = deviceInfo; in PaSkeleton_Initialize()
205 ++(*hostApi)->info.deviceCount; in PaSkeleton_Initialize()
209 (*hostApi)->Terminate = Terminate; in PaSkeleton_Initialize()
210 (*hostApi)->OpenStream = OpenStream; in PaSkeleton_Initialize()
[all …]
H A Dpa_front.c235 assert( hostApi->info.defaultInputDevice < hostApi->info.deviceCount ); in InitializeHostApis()
236 assert( hostApi->info.defaultOutputDevice < hostApi->info.deviceCount ); in InitializeHostApis()
618 else if( hostApi < 0 || hostApi >= hostApisCount_ ) in Pa_GetHostApiInfo()
658 if( hostApi < 0 || hostApi >= hostApisCount_ ) in Pa_HostApiDeviceIndexToDeviceIndex()
705 PaHostApiIndex hostApi; in Pa_GetDefaultInputDevice() local
710 hostApi = Pa_GetDefaultHostApi(); in Pa_GetDefaultInputDevice()
711 if( hostApi < 0 ) in Pa_GetDefaultInputDevice()
728 PaHostApiIndex hostApi; in Pa_GetDefaultOutputDevice() local
734 if( hostApi < 0 ) in Pa_GetDefaultOutputDevice()
1122 result = hostApi->IsFormatSupported( hostApi, in Pa_IsFormatSupported()
[all …]
H A Dpa_unix_hostapis.c46 PaError PaJack_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index );
47 PaError PaAlsa_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index );
48 PaError PaOSS_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index );
50 PaError PaSGI_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index );
52 PaError PaAsiHpi_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index );
53 PaError PaMacCore_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index );
54 PaError PaSkeleton_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index );
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/portaudio_sc_org/src/hostapi/jack/
H A Dpa_jack.c703 assert( hostApi );
704 hostApi->xrun = TRUE;
935 stream->hostApi = hostApi;
1014 err = pthread_cond_timedwait( &hostApi->cond, &hostApi->mtx, &ts );
1027 PaJackHostApiRepresentation *hostApi = stream->hostApi;
1049 PaJackHostApiRepresentation *hostApi = stream->hostApi;
1436 if( hostApi->toAdd )
1450 hostApi->processQueue = (PaJackStream *)hostApi->toAdd;
1460 if( hostApi->toRemove )
1507 hostApi->xrun = 0;
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/portaudio/src/hostapi/skeleton/
H A Dpa_hostapi_skeleton.c78 static void Terminate( struct PaUtilHostApiRepresentation *hostApi );
147 *hostApi = &skeletonHostApi->inheritedHostApiRep; in PaSkeleton_Initialize()
148 (*hostApi)->info.structVersion = 1; in PaSkeleton_Initialize()
155 (*hostApi)->info.deviceCount = 0; in PaSkeleton_Initialize()
163 if( !(*hostApi)->deviceInfos ) in PaSkeleton_Initialize()
182 deviceInfo->hostApi = hostApiIndex; in PaSkeleton_Initialize()
204 (*hostApi)->deviceInfos[i] = deviceInfo; in PaSkeleton_Initialize()
205 ++(*hostApi)->info.deviceCount; in PaSkeleton_Initialize()
209 (*hostApi)->Terminate = Terminate; in PaSkeleton_Initialize()
210 (*hostApi)->OpenStream = OpenStream; in PaSkeleton_Initialize()
[all …]
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/iaxclient/lib/portaudio/src/common/
H A Dpa_skeleton.c67 static void Terminate( struct PaUtilHostApiRepresentation *hostApi );
136 *hostApi = &skeletonHostApi->inheritedHostApiRep; in PaSkeleton_Initialize()
137 (*hostApi)->info.structVersion = 1; in PaSkeleton_Initialize()
144 (*hostApi)->info.deviceCount = 0; in PaSkeleton_Initialize()
152 if( !(*hostApi)->deviceInfos ) in PaSkeleton_Initialize()
171 deviceInfo->hostApi = hostApiIndex; in PaSkeleton_Initialize()
193 (*hostApi)->deviceInfos[i] = deviceInfo; in PaSkeleton_Initialize()
194 ++(*hostApi)->info.deviceCount; in PaSkeleton_Initialize()
198 (*hostApi)->Terminate = Terminate; in PaSkeleton_Initialize()
199 (*hostApi)->OpenStream = OpenStream; in PaSkeleton_Initialize()
[all …]
/dports/devel/upp/upp/bazaar/plugin/portaudio/hostapi/skeleton/
H A Dpa_hostapi_skeleton.c78 static void Terminate( struct PaUtilHostApiRepresentation *hostApi );
147 *hostApi = &skeletonHostApi->inheritedHostApiRep; in PaSkeleton_Initialize()
148 (*hostApi)->info.structVersion = 1; in PaSkeleton_Initialize()
155 (*hostApi)->info.deviceCount = 0; in PaSkeleton_Initialize()
163 if( !(*hostApi)->deviceInfos ) in PaSkeleton_Initialize()
182 deviceInfo->hostApi = hostApiIndex; in PaSkeleton_Initialize()
204 (*hostApi)->deviceInfos[i] = deviceInfo; in PaSkeleton_Initialize()
205 ++(*hostApi)->info.deviceCount; in PaSkeleton_Initialize()
209 (*hostApi)->Terminate = Terminate; in PaSkeleton_Initialize()
210 (*hostApi)->OpenStream = OpenStream; in PaSkeleton_Initialize()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/portaudio/src/hostapi/skeleton/
H A Dpa_hostapi_skeleton.c78 static void Terminate( struct PaUtilHostApiRepresentation *hostApi );
147 *hostApi = &skeletonHostApi->inheritedHostApiRep; in PaSkeleton_Initialize()
148 (*hostApi)->info.structVersion = 1; in PaSkeleton_Initialize()
155 (*hostApi)->info.deviceCount = 0; in PaSkeleton_Initialize()
163 if( !(*hostApi)->deviceInfos ) in PaSkeleton_Initialize()
182 deviceInfo->hostApi = hostApiIndex; in PaSkeleton_Initialize()
204 (*hostApi)->deviceInfos[i] = deviceInfo; in PaSkeleton_Initialize()
205 ++(*hostApi)->info.deviceCount; in PaSkeleton_Initialize()
209 (*hostApi)->Terminate = Terminate; in PaSkeleton_Initialize()
210 (*hostApi)->OpenStream = OpenStream; in PaSkeleton_Initialize()
[all …]
/dports/audio/portaudio/portaudio/src/hostapi/skeleton/
H A Dpa_hostapi_skeleton.c78 static void Terminate( struct PaUtilHostApiRepresentation *hostApi );
147 *hostApi = &skeletonHostApi->inheritedHostApiRep; in PaSkeleton_Initialize()
148 (*hostApi)->info.structVersion = 1; in PaSkeleton_Initialize()
155 (*hostApi)->info.deviceCount = 0; in PaSkeleton_Initialize()
163 if( !(*hostApi)->deviceInfos ) in PaSkeleton_Initialize()
182 deviceInfo->hostApi = hostApiIndex; in PaSkeleton_Initialize()
204 (*hostApi)->deviceInfos[i] = deviceInfo; in PaSkeleton_Initialize()
205 ++(*hostApi)->info.deviceCount; in PaSkeleton_Initialize()
209 (*hostApi)->Terminate = Terminate; in PaSkeleton_Initialize()
210 (*hostApi)->OpenStream = OpenStream; in PaSkeleton_Initialize()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/portaudio_sc_org/src/hostapi/skeleton/
H A Dpa_hostapi_skeleton.c78 static void Terminate( struct PaUtilHostApiRepresentation *hostApi );
147 *hostApi = &skeletonHostApi->inheritedHostApiRep; in PaSkeleton_Initialize()
148 (*hostApi)->info.structVersion = 1; in PaSkeleton_Initialize()
155 (*hostApi)->info.deviceCount = 0; in PaSkeleton_Initialize()
163 if( !(*hostApi)->deviceInfos ) in PaSkeleton_Initialize()
182 deviceInfo->hostApi = hostApiIndex; in PaSkeleton_Initialize()
204 (*hostApi)->deviceInfos[i] = deviceInfo; in PaSkeleton_Initialize()
205 ++(*hostApi)->info.deviceCount; in PaSkeleton_Initialize()
209 (*hostApi)->Terminate = Terminate; in PaSkeleton_Initialize()
210 (*hostApi)->OpenStream = OpenStream; in PaSkeleton_Initialize()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/portaudio/src/common/
H A Dpa_front.c235 assert( hostApi->info.defaultInputDevice < hostApi->info.deviceCount ); in InitializeHostApis()
236 assert( hostApi->info.defaultOutputDevice < hostApi->info.deviceCount ); in InitializeHostApis()
618 else if( hostApi < 0 || hostApi >= hostApisCount_ ) in Pa_GetHostApiInfo()
658 if( hostApi < 0 || hostApi >= hostApisCount_ ) in Pa_HostApiDeviceIndexToDeviceIndex()
705 PaHostApiIndex hostApi; in Pa_GetDefaultInputDevice() local
710 hostApi = Pa_GetDefaultHostApi(); in Pa_GetDefaultInputDevice()
711 if( hostApi < 0 ) in Pa_GetDefaultInputDevice()
728 PaHostApiIndex hostApi; in Pa_GetDefaultOutputDevice() local
734 if( hostApi < 0 ) in Pa_GetDefaultOutputDevice()
1122 result = hostApi->IsFormatSupported( hostApi, in Pa_IsFormatSupported()
[all …]
/dports/devel/upp/upp/bazaar/plugin/portaudio/common/
H A Dpa_front.c196 assert( hostApi->info.defaultInputDevice < hostApi->info.deviceCount ); in InitializeHostApis()
197 assert( hostApi->info.defaultOutputDevice < hostApi->info.deviceCount ); in InitializeHostApis()
577 else if( hostApi < 0 || hostApi >= hostApisCount_ ) in Pa_GetHostApiInfo()
617 if( hostApi < 0 || hostApi >= hostApisCount_ ) in Pa_HostApiDeviceIndexToDeviceIndex()
664 PaHostApiIndex hostApi; in Pa_GetDefaultInputDevice() local
669 hostApi = Pa_GetDefaultHostApi(); in Pa_GetDefaultInputDevice()
670 if( hostApi < 0 ) in Pa_GetDefaultInputDevice()
687 PaHostApiIndex hostApi; in Pa_GetDefaultOutputDevice() local
693 if( hostApi < 0 ) in Pa_GetDefaultOutputDevice()
1081 result = hostApi->IsFormatSupported( hostApi, in Pa_IsFormatSupported()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/portaudio/src/common/
H A Dpa_front.c235 assert( hostApi->info.defaultInputDevice < hostApi->info.deviceCount ); in InitializeHostApis()
236 assert( hostApi->info.defaultOutputDevice < hostApi->info.deviceCount ); in InitializeHostApis()
618 else if( hostApi < 0 || hostApi >= hostApisCount_ ) in Pa_GetHostApiInfo()
658 if( hostApi < 0 || hostApi >= hostApisCount_ ) in Pa_HostApiDeviceIndexToDeviceIndex()
705 PaHostApiIndex hostApi; in Pa_GetDefaultInputDevice() local
710 hostApi = Pa_GetDefaultHostApi(); in Pa_GetDefaultInputDevice()
711 if( hostApi < 0 ) in Pa_GetDefaultInputDevice()
728 PaHostApiIndex hostApi; in Pa_GetDefaultOutputDevice() local
734 if( hostApi < 0 ) in Pa_GetDefaultOutputDevice()
1122 result = hostApi->IsFormatSupported( hostApi, in Pa_IsFormatSupported()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/portaudio_sc_org/src/common/
H A Dpa_front.c235 assert( hostApi->info.defaultInputDevice < hostApi->info.deviceCount ); in InitializeHostApis()
236 assert( hostApi->info.defaultOutputDevice < hostApi->info.deviceCount ); in InitializeHostApis()
618 else if( hostApi < 0 || hostApi >= hostApisCount_ ) in Pa_GetHostApiInfo()
658 if( hostApi < 0 || hostApi >= hostApisCount_ ) in Pa_HostApiDeviceIndexToDeviceIndex()
705 PaHostApiIndex hostApi; in Pa_GetDefaultInputDevice() local
710 hostApi = Pa_GetDefaultHostApi(); in Pa_GetDefaultInputDevice()
711 if( hostApi < 0 ) in Pa_GetDefaultInputDevice()
728 PaHostApiIndex hostApi; in Pa_GetDefaultOutputDevice() local
734 if( hostApi < 0 ) in Pa_GetDefaultOutputDevice()
1122 result = hostApi->IsFormatSupported( hostApi, in Pa_IsFormatSupported()
[all …]
/dports/audio/portaudio/portaudio/src/common/
H A Dpa_front.c235 assert( hostApi->info.defaultInputDevice < hostApi->info.deviceCount ); in InitializeHostApis()
236 assert( hostApi->info.defaultOutputDevice < hostApi->info.deviceCount ); in InitializeHostApis()
618 else if( hostApi < 0 || hostApi >= hostApisCount_ ) in Pa_GetHostApiInfo()
658 if( hostApi < 0 || hostApi >= hostApisCount_ ) in Pa_HostApiDeviceIndexToDeviceIndex()
705 PaHostApiIndex hostApi; in Pa_GetDefaultInputDevice() local
710 hostApi = Pa_GetDefaultHostApi(); in Pa_GetDefaultInputDevice()
711 if( hostApi < 0 ) in Pa_GetDefaultInputDevice()
728 PaHostApiIndex hostApi; in Pa_GetDefaultOutputDevice() local
734 if( hostApi < 0 ) in Pa_GetDefaultOutputDevice()
1122 result = hostApi->IsFormatSupported( hostApi, in Pa_IsFormatSupported()
[all …]
/dports/audio/portaudio/portaudio/src/os/unix/
H A Dpa_unix_hostapis.c45 PaError PaJack_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index );
46 PaError PaAlsa_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index );
47 PaError PaSndio_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index );
48 PaError PaOSS_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index );
50 PaError PaSGI_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index );
52 PaError PaAsiHpi_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index );
53 PaError PaMacCore_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index );
54 PaError PaSkeleton_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index );
/dports/emulators/mess/mame-mame0226/3rdparty/portaudio/src/os/unix/
H A Dpa_unix_hostapis.c45 PaError PaJack_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index );
46 PaError PaAlsa_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index );
47 PaError PaOSS_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index );
49 PaError PaSGI_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index );
51 PaError PaAsiHpi_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index );
52 PaError PaMacCore_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index );
53 PaError PaSkeleton_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index );
/dports/devel/upp/upp/bazaar/plugin/portaudio/os/unix/
H A Dpa_unix_hostapis.c45 PaError PaJack_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index );
46 PaError PaAlsa_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index );
47 PaError PaOSS_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index );
49 PaError PaSGI_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index );
51 PaError PaAsiHpi_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index );
52 PaError PaMacCore_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index );
53 PaError PaSkeleton_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index );
/dports/emulators/mame/mame-mame0226/3rdparty/portaudio/src/os/unix/
H A Dpa_unix_hostapis.c45 PaError PaJack_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index );
46 PaError PaAlsa_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index );
47 PaError PaOSS_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index );
49 PaError PaSGI_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index );
51 PaError PaAsiHpi_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index );
52 PaError PaMacCore_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index );
53 PaError PaSkeleton_Initialize( PaUtilHostApiRepresentation **hostApi, PaHostApiIndex index );

12345678910>>...12