Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/snd/
Dsnd_Voice.cpp318 HardwareChannel* pSdkVoice = NULL; in Alloc() local
320 while( pSdkVoice == NULL ) in Alloc()
322 pSdkVoice = HardwareChannelManager::GetInstance().AllocHardwareChannel( in Alloc()
329 if ( pSdkVoice == NULL ) in Alloc()
347 pSdkVoice->SetPriority( sdkVoicePriority ); in Alloc()
348 channelTable[ i ] = pSdkVoice; in Alloc()
386 HardwareChannel* pSdkVoice = NULL; in Alloc() local
389 pSdkVoice = nn::snd::AllocVoice( in Alloc()
394 pSdkVoice = NULL; in Alloc()
396 if ( pSdkVoice == NULL ) in Alloc()
[all …]