Home
last modified time | relevance | path

Searched refs:album_songs_received_ (Results 1 – 6 of 6) sorted by relevance

/dports/audio/strawberry/strawberry-1.0.0/src/subsonic/
H A Dsubsonicrequest.cpp72 album_songs_received_(0), in SubsonicRequest()
115 album_songs_received_ = 0; in Reset()
366 ++album_songs_received_; in AlbumSongsReplyReceived()
368 emit UpdateProgress(album_songs_received_); in AlbumSongsReplyReceived()
484 album_songs_received_ >= album_songs_requested_ in SongsFinishCheck()
868 album_songs_received_ >= album_songs_requested_ && in FinishCheck()
H A Dsubsonicrequest.h137 int album_songs_received_; variable
/dports/audio/strawberry/strawberry-1.0.0/src/tidal/
H A Dtidalrequest.cpp76 album_songs_received_(0), in TidalRequest()
795 ++album_songs_received_; in AlbumSongsReplyReceived()
797 emit UpdateProgress(query_id_, album_songs_received_); in AlbumSongsReplyReceived()
942 album_songs_received_ >= album_songs_requested_ in SongsFinishCheck()
1265 album_songs_received_ >= album_songs_requested_ && in FinishCheck()
H A Dtidalrequest.h196 int album_songs_received_; variable
/dports/audio/strawberry/strawberry-1.0.0/src/qobuz/
H A Dqobuzrequest.cpp73 album_songs_received_(0), in ReloadSettings()
769 ++album_songs_received_;
771 emit UpdateProgress(query_id_, album_songs_received_);
976 album_songs_received_ >= album_songs_requested_
1310 album_songs_received_ >= album_songs_requested_ &&
H A Dqobuzrequest.h188 int album_songs_received_; variable