Lines Matching refs:StartResult
27 const char* SoundStartable::detail_ConvertStartResultToString( SoundStartable::StartResult startRes…
83 SoundStartable::StartResult SoundStartable::StartSound( in StartSound()
89 StartResult result = detail_SetupSound( in StartSound()
97 StartResult result2( StartResult::START_SUCCESS ); in StartSound()
112 SoundStartable::StartResult SoundStartable::StartSound( in StartSound()
121 StartResult result( StartResult::START_ERR_INVALID_LABEL_STRING ); in StartSound()
138 SoundStartable::StartResult SoundStartable::HoldSound( in HoldSound()
147 StartResult result( StartResult::START_SUCCESS ); in HoldSound()
151 StartResult result = detail_SetupSound( in HoldSound()
160 StartResult result2( StartResult::START_SUCCESS ); in HoldSound()
175 SoundStartable::StartResult SoundStartable::HoldSound( in HoldSound()
184 StartResult result( StartResult::START_ERR_INVALID_LABEL_STRING ); in HoldSound()
201 SoundStartable::StartResult SoundStartable::PrepareSound( in PrepareSound()
226 SoundStartable::StartResult SoundStartable::PrepareSound( in PrepareSound()
235 StartResult result( StartResult::START_ERR_INVALID_LABEL_STRING ); in PrepareSound()