Searched refs:Stop (Results 176 - 200 of 211) sorted by path

123456789

/haiku/src/apps/haikudepot/ui/
H A DUserUsageConditionsWindow.cpp199 fWorkerIndicator->Stop();
H A DWorkStatusView.cpp90 fBarberPole->Stop();
/haiku/src/apps/mediaplayer/
H A DController.cpp623 Controller::Stop() function in class:Controller
625 //printf("Controller::Stop\n");
H A DControllerView.cpp96 ControllerView::Stop() function in class:ControllerView
98 fController->Stop();
H A DMainWin.cpp128 { "Stop", { B_EXECUTE_PROPERTY },
571 fController->Stop();
2536 fController->Stop();
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoProducer.cpp146 VideoProducer::Stop(bigtime_t performanceTime, bool immediate) function in class:VideoProducer
151 BMediaEventLooper::Stop(performanceTime, immediate);
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistListView.cpp415 fController->Stop();
/haiku/src/apps/musiccollection/
H A DFileMonitor.cpp230 ReadThread::Stop() function in class:ReadThread
H A DFileMonitor.h111 void Stop();
/haiku/src/apps/packageinstaller/
H A DPackageView.cpp192 fInstallProcess.Stop();
212 fInstallProcess.Stop();
234 fInstallProcess.Stop();
248 fInstallProcess.Stop();
/haiku/src/apps/poorman/
H A DPoorManServer.cpp79 Stop();
132 status_t PoorManServer::Stop() function in class:PoorManServer
H A DPoorManWindow.cpp331 fServer->Stop();
720 fServer->Stop();
/haiku/src/apps/showimage/
H A DFilter.h96 // and Stop() has not been called.
97 // To abort an operation Stop() method has to
98 // be called. Stop() has to be called after Start().
111 // Either Wait() or Stop() has to be called if async is true!
116 void Stop();
H A DShowImageWindow.cpp654 fProgressWindow->Stop();
/haiku/src/apps/sudoku/
H A DProgressWindow.cpp104 ProgressWindow::Stop() function in class:ProgressWindow
/haiku/src/bin/
H A Diroster.cpp73 else if ((status = device->Stop()) != B_OK) {
/haiku/src/bin/listusb/
H A Dlistusb.cpp296 roster.Stop();
/haiku/src/kits/media/
H A DMediaNode.cpp492 BMediaNode::Stop(bigtime_t performance_time, bool immediate) function in class:BMediaNode
607 Stop(command->performance_time, command->immediate);
664 Stop(command->stop_performance_time, false);
H A DSoundPlayer.cpp106 Stop(true, false);
228 BSoundPlayer::Stop(bool block, bool flush) function in class:BSoundPlayer
232 TRACE("BSoundPlayer::Stop: block %d, flush %d\n", (int)block, (int)flush);
242 TRACE("BSoundPlayer::Stop: Couldn't get BMediaRoster\n");
258 TRACE("BSoundPlayer::Stop: waiting for node stop failed\n"));
/haiku/src/kits/media/experimental/
H A DMediaClient.cpp345 BMediaClient::Stop() function in class:BMediaClient
438 Stop();
/haiku/src/kits/midi/
H A DSoftSynth.cpp552 fSoundPlayer->Stop();
/haiku/src/kits/network/libnetservices/
H A DFileRequest.cpp34 status_t status = Stop();
121 // Stop here, and don't hit the assert below, if the file doesn't exist.
H A DGopherRequest.cpp212 Stop();
219 BGopherRequest::Stop() function in class:BGopherRequest
225 return BNetworkRequest::Stop();
H A DHttpRequest.cpp150 Stop();
365 BHttpRequest::Stop() function in class:BHttpRequest
372 return BNetworkRequest::Stop();
H A DNetworkRequest.cpp30 BNetworkRequest::Stop() function in class:BNetworkRequest
32 status_t threadStatus = BUrlRequest::Stop();

Completed in 158 milliseconds

123456789