Home
last modified time | relevance | path

Searched refs:TonePlayerImpl (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/audio_framework/frameworks/native/toneplayer/src/
H A Dtoneplayer_impl.cpp16 #define LOG_TAG "TonePlayerImpl"
58 TonePlayerImpl::TonePlayerImpl(const std::string cachePath, const AudioRendererInfo &rendereInfo) in TonePlayerImpl() function in OHOS::AudioStandard::TonePlayerImpl
78 TonePlayerImpl::~TonePlayerImpl() in ~TonePlayerImpl()
80 AUDIO_INFO_LOG("TonePlayerImpl destructor"); in ~TonePlayerImpl()
94 return std::make_shared<TonePlayerImpl>("", rendererInfo); in Create()
101 return std::make_shared<TonePlayerImpl>(cachePath, rendererInfo); in Create()
104 void TonePlayerImpl::OnInterrupt(const InterruptEvent &interruptEvent) in OnInterrupt()
110 void TonePlayerImpl
[all...]
/foundation/multimedia/audio_framework/frameworks/native/toneplayer/test/unittest/
H A Daudio_toneplayer_unit_test.cpp180 std::shared_ptr<TonePlayerImpl> toneplayer = std::make_shared<TonePlayerImpl>("", rendererInfo); in HWTEST()
207 std::shared_ptr<TonePlayerImpl> toneplayer = std::make_shared<TonePlayerImpl>("", rendererInfo); in HWTEST()
267 std::shared_ptr<TonePlayerImpl> toneplayer = std::make_shared<TonePlayerImpl>("", rendererInfo); in HWTEST()
290 std::shared_ptr<TonePlayerImpl> toneplayer = std::make_shared<TonePlayerImpl>("", rendererInfo); in HWTEST()
314 std::shared_ptr<TonePlayerImpl> toneplayer = std::make_shared<TonePlayerImpl>("", rendererInf in HWTEST()
[all...]
/foundation/multimedia/audio_framework/frameworks/native/toneplayer/include/
H A Dtone_player_impl.h29 class TonePlayerImpl : public AudioRendererWriteCallback, public AudioRendererCallback, public TonePlayer, class
30 public std::enable_shared_from_this<TonePlayerImpl> {
32 TonePlayerImpl(const std::string cachePath, const AudioRendererInfo &rendererInfo);
33 ~TonePlayerImpl();

Completed in 2 milliseconds