Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/snd/
Dsnd_Voice.cpp316 HardwareChannel* pSdkVoice = NULL; in Alloc() local
318 while( pSdkVoice == NULL ) in Alloc()
320 pSdkVoice = HardwareChannelManager::GetInstance().AllocHardwareChannel( in Alloc()
327 if ( pSdkVoice == NULL ) in Alloc()
345 pSdkVoice->SetPriority( sdkVoicePriority ); in Alloc()
346 channelTable[ i ] = pSdkVoice; in Alloc()
384 HardwareChannel* pSdkVoice = NULL; in Alloc() local
387 pSdkVoice = nn::snd::AllocVoice( in Alloc()
392 pSdkVoice = NULL; in Alloc()
394 if ( pSdkVoice == NULL ) in Alloc()
[all …]