Lines Matching refs:handle
84 SoundHandle* handle, in StartSound() argument
90 handle, in StartSound()
96 handle->StartPrepared(); in StartSound()
113 SoundHandle* handle, in StartSound() argument
124 return StartSound( handle, soundId, startInfo ); in StartSound()
139 SoundHandle* handle, in HoldSound() argument
144 if ( handle->IsAttachedSound() && ( handle->GetId() == soundId ) ) in HoldSound()
146 handle->detail_GetAttachedSound()->SetAutoStopCounter( 1 ); in HoldSound()
152 handle, in HoldSound()
158 handle->StartPrepared(); in HoldSound()
159 handle->detail_GetAttachedSound()->SetAutoStopCounter( 1 ); in HoldSound()
176 SoundHandle* handle, in HoldSound() argument
187 return HoldSound( handle, soundId, startInfo ); in HoldSound()
202 SoundHandle* handle, in PrepareSound() argument
208 handle, in PrepareSound()
227 SoundHandle* handle, in PrepareSound() argument
238 return PrepareSound( handle, soundId, startInfo ); in PrepareSound()