Home
last modified time | relevance | path

Searched refs:NotifyEndofStreamEvent (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/ringtone_player/
H A Dringtone_player_impl.h36 void NotifyEndofStreamEvent();
H A Dringtone_player_impl.cpp452 void RingtonePlayerImpl::NotifyEndofStreamEvent() in NotifyEndofStreamEvent() function in OHOS::Media::RingtonePlayerImpl
481 ringtonePlayerImpl_.NotifyEndofStreamEvent(); in OnEndOfStream()
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/system_sound_manager/system_tone_player/
H A Dsystem_tone_player_impl.h45 void NotifyEndofStreamEvent(const int32_t &streamId);
H A Dsystem_tone_player_impl.cpp524 void SystemTonePlayerImpl::NotifyEndofStreamEvent(const int32_t &streamId) in NotifyEndofStreamEvent() function in OHOS::Media::SystemTonePlayerImpl
564 player->NotifyEndofStreamEvent(streamId_); in OnEndOfStream()