Home
last modified time | relevance | path

Searched refs:CheckToneStarted (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/toneplayer/include/
H A Dtone_player_impl.h61 bool CheckToneStarted(uint32_t sampleCnt, int8_t *audioBuf);
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/toneplayer/src/
H A Dtoneplayer_impl.cpp338 bool TonePlayerImpl::CheckToneStarted(uint32_t reqSample, int8_t *audioBuffer) in CheckToneStarted() function in OHOS::AudioStandard::TonePlayerImpl
385 } else if (CheckToneStarted(reqSamples, audioBuffer)) { in AudioToneSequenceGen()