Home
last modified time | relevance | path

Searched refs:startPlaying (Results 1 – 3 of 3) sorted by relevance

/haiku/src/apps/mediaplayer/playlist/
H A DImportPLItemsCommand.cpp131 bool startPlaying = fPlaylist->CountItems() == 0; in Perform() local
139 if (startPlaying) { in Perform()
H A DPlaylist.cpp434 bool startPlaying = CountItems() == 0; in AppendItems() local
498 if (startPlaying) { in AppendItems()
/haiku/src/add-ons/media/plugins/rtsp_streamer/
H A Drtsp.cpp230 ->startPlaying(*(client->subsession->readSource()), in continueAfterSETUP()