Home
last modified time | relevance | path

Searched refs:OnPlayFinished (Results 1 - 10 of 10) sorted by relevance

/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dstream_id_manager.h64 void OnPlayFinished() in OnPlayFinished() function in OHOS::Media::StreamIDManager::CacheBufferCallBack
67 streamIDManagerInner_.lock()->OnPlayFinished(); in OnPlayFinished()
69 "StreamIDManager::CacheBufferCallBack OnPlayFinished"); in OnPlayFinished()
95 void OnPlayFinished();
H A Dcache_buffer.cpp151 MEDIA_LOGI("CacheBuffer::DoPlay callback_ OnPlayFinished, streamID:%{public}d", streamID); in DoPlay()
152 callback_->OnPlayFinished(); in DoPlay()
335 MEDIA_LOGI("cachebuffer callback_ OnPlayFinished."); in Stop()
336 callback_->OnPlayFinished(); in Stop()
339 MEDIA_LOGI("cachebuffer cacheBufferCallback_ OnPlayFinished."); in Stop()
340 cacheBufferCallback_->OnPlayFinished(); in Stop()
H A Dstream_id_manager.cpp389 void StreamIDManager::OnPlayFinished() in OnPlayFinished() function in OHOS::Media::StreamIDManager
397 MEDIA_LOGI("StreamIDManager::OnPlayFinished erase playingStreamID:%{public}d", playingStreamID); in OnPlayFinished()
404 MEDIA_LOGI("StreamIDManager OnPlayFinished will play streams non empty, get the front."); in OnPlayFinished()
/foundation/multimedia/player_framework/frameworks/js/soundpool/include/
H A Dsoundpool_callback_napi.h47 void OnPlayFinished() override;
/foundation/multimedia/player_framework/interfaces/inner_api/native/soundpool/include/
H A Disoundpool.h190 virtual void OnPlayFinished() = 0;
/foundation/multimedia/player_framework/frameworks/native/audio_haptic/
H A Daudio_haptic_sound_low_latency_impl.h84 void OnPlayFinished() override;
H A Daudio_haptic_sound_low_latency_impl.cpp321 void AHSoundLowLatencyCallback::OnPlayFinished() in OnPlayFinished() function in OHOS::Media::AHSoundLowLatencyCallback
323 MEDIA_LOGI("OnPlayFinished reported from sound pool."); in OnPlayFinished()
/foundation/multimedia/player_framework/test/unittest/soundpool_test/src/
H A Dsoundpool_mock.cpp34 void SoundPoolCallbackTest::OnPlayFinished() in OnPlayFinished() function in SoundPoolCallbackTest
36 cout << "OnPlayFinished haveLoadedSoundNumInner_: "<< havePlayedSoundNumInner_ << endl; in OnPlayFinished()
/foundation/multimedia/player_framework/test/unittest/soundpool_test/include/
H A Dsoundpool_mock.h95 void OnPlayFinished() override;
/foundation/multimedia/player_framework/frameworks/js/soundpool/src/
H A Dsoundpool_callback_napi.cpp40 void SoundPoolCallBackNapi::OnPlayFinished() in OnPlayFinished() function in OHOS::Media::SoundPoolCallBackNapi
42 MEDIA_LOGI("OnPlayFinished recived"); in OnPlayFinished()

Completed in 6 milliseconds