Lines Matching refs:handle
82 SoundHandle* handle, in StartSound() argument
88 handle, in StartSound()
94 handle->StartPrepared(); in StartSound()
111 SoundHandle* handle, in StartSound() argument
122 return StartSound( handle, soundId, startInfo ); in StartSound()
137 SoundHandle* handle, in HoldSound() argument
142 if ( handle->IsAttachedSound() && ( handle->GetId() == soundId ) ) in HoldSound()
144 handle->detail_GetAttachedSound()->SetAutoStopCounter( 1 ); in HoldSound()
150 handle, in HoldSound()
156 handle->StartPrepared(); in HoldSound()
157 handle->detail_GetAttachedSound()->SetAutoStopCounter( 1 ); in HoldSound()
174 SoundHandle* handle, in HoldSound() argument
185 return HoldSound( handle, soundId, startInfo ); in HoldSound()
200 SoundHandle* handle, in PrepareSound() argument
206 handle, in PrepareSound()
225 SoundHandle* handle, in PrepareSound() argument
236 return PrepareSound( handle, soundId, startInfo ); in PrepareSound()