Home
last modified time | relevance | path

Searched refs:Sound (Results 1 - 4 of 4) sorted by relevance

/base/telephony/call_manager/services/audio/src/
H A Dsound.cpp24 Sound::Sound() : audioPlayer_(new (std::nothrow) AudioPlayer()) {} in Sound() function in OHOS::Telephony::Sound
26 Sound::~Sound() in ~Sound()
34 int32_t Sound::Play() in Play()
43 int32_t Sound::Stop() in Stop()
53 void Sound::ReleaseRenderer() in ReleaseRenderer()
H A Daudio_control_manager.cpp592 sound_ = std::make_unique<Sound>(); in PlaySoundtone()
/base/telephony/call_manager/services/audio/include/
H A Dsound.h33 * @class Sound
36 class Sound { class
38 Sound();
39 virtual ~Sound();
H A Daudio_control_manager.h118 std::unique_ptr<Sound> sound_;

Completed in 3 milliseconds