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

123456789

/haiku/src/tests/kits/media/mp3_decoder_test/
H A Dmp3_decoder_test.cpp150 player.Stop();
/haiku/src/apps/musiccollection/
H A DFileMonitor.cpp230 ReadThread::Stop() function in class:ReadThread
/haiku/headers/os/device/
H A DUSBKit.h45 void Stop();
/haiku/headers/os/media/
H A DMediaNode.h210 virtual void Stop(bigtime_t atPerformanceTime,
/haiku/src/add-ons/kernel/bus_managers/usb/
H A DBusManager.cpp269 BusManager::Stop() function in class:BusManager
/haiku/src/apps/haikudepot/ui/
H A DScreenshotWindow.cpp147 fBarberPole->Stop();
/haiku/src/bin/listusb/
H A Dlistusb.cpp296 roster.Stop();
/haiku/src/servers/input/
H A DInputServer.cpp97 InputDeviceListItem::Stop() function in class:InputDeviceListItem
100 fServerDevice->Stop(fDevice.name, fDevice.cookie);
1243 item->Stop();
1262 item->Stop();
1349 item->Stop();
1390 item->Stop();
/haiku/src/add-ons/media/media-add-ons/
H A DAbstractFileInterfaceNode.cpp31 // Stop the BMediaEventLooper thread
128 void AbstractFileInterfaceNode::Stop( function in class:AbstractFileInterfaceNode
132 PRINT("AbstractFileInterfaceNode::Stop(pt=%lld, im=%d)\n",
134 BMediaEventLooper::Stop(performance_time,immediate);
/haiku/src/kits/media/experimental/
H A DMediaClientNode.cpp109 BMediaClientNode::Stop(bigtime_t performanceTime, bool immediate) function in class:BMediaClientNode
113 BMediaEventLooper::Stop(performanceTime, immediate);
/haiku/src/apps/codycam/
H A DVideoConsumer.cpp152 VideoConsumer::Stop(bigtime_t performanceTime, bool immediate) function in class:VideoConsumer
154 BMediaEventLooper::Stop(performanceTime, immediate);
/haiku/src/apps/poorman/
H A DPoorManWindow.cpp331 fServer->Stop();
720 fServer->Stop();
/haiku/src/kits/media/
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"));
H A DMediaEventLooper.cpp97 BMediaEventLooper::Stop(bigtime_t performance_time, function in class:BMediaEventLooper
105 // value and synchronously stop performance. When Stop() returns,
/haiku/src/add-ons/input_server/devices/wacom/
H A DTabletDevice.cpp62 Stop();
96 // Stop
98 TabletDevice::Stop() function in class:TabletDevice
/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/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/media-add-ons/mixer/
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/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/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/add-ons/kernel/file_systems/netfs/authentication_server/
H A DAuthenticationServer.cpp239 virtual void Stop() function in class:AuthenticationServer::UserDialogTask
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DDVBMediaNode.h69 virtual void Stop(bigtime_t performance_time, bool immediate);
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp293 fStopButton = new TransportButton(buttonRect, B_TRANSLATE("Stop"),
577 Stop(message);
753 RecorderWindow::Stop(BMessage * message) function in class:RecorderWindow
755 // User pressed Stop button.
756 // Stop recorder.
758 // Stop player.
946 err = fRecorder->Stop(true);
1003 fPlayer->Stop();
1147 BAlert* alert = new BAlert("", msg, B_TRANSLATE("Stop"));
/haiku/src/preferences/repositories/
H A DTaskLooper.cpp182 task->fTimer->Stop(task->resultName);
/haiku/src/add-ons/input_server/devices/easypen/
H A DEasyPenInputDevice.cpp30 Transmitted Start Bit Bit Stop
184 EasyPenInputDevice::Stop(const char *name, void *cookie) function in class:EasyPenInputDevice

Completed in 190 milliseconds

123456789