Searched refs:Stop (Results 151 - 175 of 211) sorted by path

123456789

/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.h428 void Stop();
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.cpp548 iterator.Next()->Stop();
986 TreeIterator::Stop() function in class:TreeIterator
H A DBTree.h310 void Stop();
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DNetFSServer.cpp150 virtual void Stop() function in class:NetFSServer::ServerInfoSender
/haiku/src/add-ons/media/media-add-ons/demultiplexer/
H A DMediaDemultiplexerNode.cpp35 // Stop the BMediaEventLooper thread
109 void MediaDemultiplexerNode::Stop( function in class:MediaDemultiplexerNode
114 fprintf(stderr,"MediaDemultiplexerNode::Stop(pt=%lld,<immediate>)\n",performance_time);
116 fprintf(stderr,"MediaDemultiplexerNode::Stop(pt=%lld,<scheduled>)\n",performance_time);
118 BMediaEventLooper::Stop(performance_time,immediate);
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DDVBMediaNode.cpp356 DVBMediaNode::Stop(bigtime_t performance_time, bool immediate) function in class:DVBMediaNode
361 BMediaEventLooper::Stop(performance_time, immediate);
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixProducer/
H A DProducer.cpp171 FinePixProducer::Stop(bigtime_t performance_time, bool immediate) function in class:FinePixProducer
173 BMediaEventLooper::Stop(performance_time, immediate);
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DAudioMixer.cpp148 fCore->Stop();
181 AudioMixer::Stop(bigtime_t performance_time, bool immediate) function in class:AudioMixer
187 BMediaEventLooper::Stop(performance_time, immediate);
995 fCore->Stop();
1113 fCore->Stop();
H A DMixerCore.cpp270 Stop();
346 MixerCore::Stop() function in class:MixerCore
349 TRACE("MixerCore::Stop\n");
/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DProducer.cpp357 VideoProducer::Stop(bigtime_t performance_time, bool immediate) function in class:VideoProducer
359 BMediaEventLooper::Stop(performance_time, immediate);
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DAddOn.cpp46 fRoster->Stop();
H A DProducer.cpp235 VideoProducer::Stop(bigtime_t performance_time, bool immediate) function in class:VideoProducer
237 BMediaEventLooper::Stop(performance_time, immediate);
/haiku/src/add-ons/media/media-add-ons/video_producer_demo/
H A DProducer.cpp169 VideoProducer::Stop(bigtime_t performance_time, bool immediate) function in class:VideoProducer
171 BMediaEventLooper::Stop(performance_time, immediate);
/haiku/src/add-ons/media/plugins/http_streamer/
H A DHTTPMediaIO.cpp125 fReq->Stop();
/haiku/src/apps/codycam/
H A DVideoConsumer.cpp152 VideoConsumer::Stop(bigtime_t performanceTime, bool immediate) function in class:VideoConsumer
154 BMediaEventLooper::Stop(performanceTime, immediate);
H A DVideoConsumer.h53 virtual void Stop(bigtime_t performanceTime, bool immediate);
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DLoggingConsumer.cpp552 LoggingConsumer::Stop(bigtime_t performance_time, bool immediate) function in class:LoggingConsumer
558 BMediaEventLooper::Stop(performance_time, immediate);
/haiku/src/apps/deskbar/
H A DSwitcher.cpp695 TSwitchManager::Stop(bool do_action, uint32) function in class:TSwitchManager
1754 fManager->Stop(false, 0);
1759 fManager->Stop(true, modifiers);
1791 fManager->Stop(false, 0);
2153 fManager->Stop(true, modifiersKeys);
2164 fManager->Stop(false, 0);
H A DSwitcher.h60 void Stop(bool doAction, uint32 modifiers);
/haiku/src/apps/haikudepot/process/
H A DAbstractProcess.cpp120 AbstractProcess::Stop() function in class:AbstractProcess
H A DAbstractProcess.h36 status_t Stop();
H A DThreadedProcessNode.cpp94 return Process()->Stop();
/haiku/src/apps/haikudepot/server/
H A DAbstractServerProcess.cpp80 return fRequest->Stop();
/haiku/src/apps/haikudepot/ui/
H A DScreenshotWindow.cpp147 fBarberPole->Stop();
H A DToLatestUserUsageConditionsWindow.cpp178 fWorkerIndicator->Stop();
395 fWorkerIndicator->Stop();

Completed in 217 milliseconds

123456789