Lines Matching refs:StartResult
25 const char* SoundStartable::detail_ConvertStartResultToString( SoundStartable::StartResult startRes…
81 SoundStartable::StartResult SoundStartable::StartSound( in StartSound()
87 StartResult result = detail_SetupSound( in StartSound()
95 StartResult result2( StartResult::START_SUCCESS ); in StartSound()
110 SoundStartable::StartResult SoundStartable::StartSound( in StartSound()
119 StartResult result( StartResult::START_ERR_INVALID_LABEL_STRING ); in StartSound()
136 SoundStartable::StartResult SoundStartable::HoldSound( in HoldSound()
145 StartResult result( StartResult::START_SUCCESS ); in HoldSound()
149 StartResult result = detail_SetupSound( in HoldSound()
158 StartResult result2( StartResult::START_SUCCESS ); in HoldSound()
173 SoundStartable::StartResult SoundStartable::HoldSound( in HoldSound()
182 StartResult result( StartResult::START_ERR_INVALID_LABEL_STRING ); in HoldSound()
199 SoundStartable::StartResult SoundStartable::PrepareSound( in PrepareSound()
224 SoundStartable::StartResult SoundStartable::PrepareSound( in PrepareSound()
233 StartResult result( StartResult::START_ERR_INVALID_LABEL_STRING ); in PrepareSound()