Lines Matching refs:handle
472 SoundHandle handle; in ForEachSound() local
473 handle.detail_AttachSoundAsTempHandle( &( *curItr ) ); in ForEachSound()
474 function( handle ); in ForEachSound()
475 if ( handle.IsAttachedSound() ) itr++; in ForEachSound()
486 SoundHandle handle; in ForEachSound() local
487 handle.detail_AttachSoundAsTempHandle( &( *curItr ) ); in ForEachSound()
488 function( handle ); in ForEachSound()
505 SoundHandle handle; in ForEachSoundPriorityOrder() local
506 handle.detail_AttachSoundAsTempHandle( &( *curItr ) ); in ForEachSoundPriorityOrder()
507 function( handle ); in ForEachSoundPriorityOrder()
518 SoundHandle handle; in ForEachSoundPriorityOrder() local
519 handle.detail_AttachSoundAsTempHandle( &( *curItr ) ); in ForEachSoundPriorityOrder()
520 function( handle ); in ForEachSoundPriorityOrder()
521 if ( handle.IsAttachedSound() ) itr++; in ForEachSoundPriorityOrder()