| 1411 | } |
| 1412 | } |
| 1413 | bool hlsSystem::CheckAndForceSoundDataAlloc(int sound_index) { |
| 1414 | if (!m_f_hls_system_init) |
| 1415 | return false; |
| 1416 | return m_ll_sound_ptr->CheckAndForceSoundDataAlloc(sound_index); |
| 1417 | } |
| 1418 | bool hlsSystem::IsSoundPlaying(int hlsound_uid) { |
| 1419 | int hl_index; |
| 1420 | if (!m_f_hls_system_init) |
no outgoing calls
no test coverage detected