Home
last modified time | relevance | path

Searched refs:OnAlbumCoverChanged (Results 1 - 16 of 16) sorted by relevance

/foundation/CastEngine/castengine_cast_framework/common/include/private/
H A Di_stream_player_listener_impl.h52 virtual void OnAlbumCoverChanged(std::shared_ptr<Media::PixelMap> pixelMap) = 0;
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/player/include/
H A Dstream_player_listener_impl_proxy.h48 void OnAlbumCoverChanged(std::shared_ptr<Media::PixelMap> pixelMap) override;
H A Dcast_stream_player.h74 void OnAlbumCoverChanged(std::shared_ptr<Media::PixelMap> pixelMap);
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/player/include/
H A Dstream_player_listener_impl_proxy.h48 void OnAlbumCoverChanged(std::shared_ptr<Media::PixelMap> pixelMap) override;
H A Dcast_stream_player.h74 void OnAlbumCoverChanged(std::shared_ptr<Media::PixelMap> pixelMap);
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/include/
H A Dnapi_stream_player_listener.h74 void OnAlbumCoverChanged(std::shared_ptr<Media::PixelMap> pixelMap) override;
/foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include/
H A Di_stream_player.h50 virtual void OnAlbumCoverChanged(std::shared_ptr<Media::PixelMap> pixelMap) = 0;
/foundation/CastEngine/castengine_cast_framework/client/include/
H A Dstream_player_listener_impl_stub.h70 void OnAlbumCoverChanged(std::shared_ptr<Media::PixelMap> pixelMap) override;
/foundation/CastEngine/castengine_cast_framework/client/src/
H A Dstream_player_listener_impl_stub.cpp221 userListener_->OnAlbumCoverChanged(pixelMapShared); in DoOnAlbumCoverChangedTask()
300 void StreamPlayerListenerImplStub::OnAlbumCoverChanged(std::shared_ptr<Media::PixelMap> pixelMap) in OnAlbumCoverChanged() function in OHOS::CastEngine::CastEngineClient::StreamPlayerListenerImplStub
/foundation/CastEngine/castengine_cast_plus_stream/src/stream/src/player/src/
H A Dstream_player_listener_impl_proxy.cpp314 void StreamPlayerListenerImplProxy::OnAlbumCoverChanged(std::shared_ptr<Media::PixelMap> pixelMap) in OnAlbumCoverChanged() function in OHOS::CastEngine::CastEngineService::StreamPlayerListenerImplProxy
H A Dcast_stream_player.cpp520 void CastStreamPlayerCallback::OnAlbumCoverChanged(std::shared_ptr<Media::PixelMap> pixelMap) in OnAlbumCoverChanged() function in OHOS::CastEngine::CastEngineService::CastStreamPlayerCallback
522 CLOGD("OnAlbumCoverChanged in"); in OnAlbumCoverChanged()
532 listener->OnAlbumCoverChanged(pixelMap); in OnAlbumCoverChanged()
533 CLOGD("OnAlbumCoverChanged out"); in OnAlbumCoverChanged()
879 callback_->OnAlbumCoverChanged(sharedAlbumCover); in ProcessAlbumCover()
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/stream/src/player/src/
H A Dstream_player_listener_impl_proxy.cpp314 void StreamPlayerListenerImplProxy::OnAlbumCoverChanged(std::shared_ptr<Media::PixelMap> pixelMap) in OnAlbumCoverChanged() function in OHOS::CastEngine::CastEngineService::StreamPlayerListenerImplProxy
H A Dcast_stream_player.cpp520 void CastStreamPlayerCallback::OnAlbumCoverChanged(std::shared_ptr<Media::PixelMap> pixelMap) in OnAlbumCoverChanged() function in OHOS::CastEngine::CastEngineService::CastStreamPlayerCallback
522 CLOGD("OnAlbumCoverChanged in"); in OnAlbumCoverChanged()
532 listener->OnAlbumCoverChanged(pixelMap); in OnAlbumCoverChanged()
533 CLOGD("OnAlbumCoverChanged out"); in OnAlbumCoverChanged()
879 callback_->OnAlbumCoverChanged(sharedAlbumCover); in ProcessAlbumCover()
/foundation/multimedia/av_session/services/session/server/
H A Dhw_cast_stream_player.h64 void OnAlbumCoverChanged(std::shared_ptr<Media::PixelMap> pixelMap) override;
H A Dhw_cast_stream_player.cpp721 void HwCastStreamPlayer::OnAlbumCoverChanged(std::shared_ptr<Media::PixelMap> pixelMap) in OnAlbumCoverChanged() function in OHOS::AVSession::HwCastStreamPlayer
741 SLOGE("OnAlbumCoverChanged with nullptr mediaDescription, return with default"); in OnAlbumCoverChanged()
/foundation/CastEngine/castengine_cast_framework/interfaces/kits/js/src/
H A Dnapi_stream_player_listener.cpp225 void NapiStreamPlayerListener::OnAlbumCoverChanged(std::shared_ptr<Media::PixelMap> pixelMap) in OnAlbumCoverChanged() function in OHOS::CastEngine::CastEngineClient::NapiStreamPlayerListener
227 CLOGD("OnAlbumCoverChanged start"); in OnAlbumCoverChanged()

Completed in 10 milliseconds