Searched refs:Start (Results 251 - 275 of 292) sorted by relevance

<<1112

/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DProducer.cpp249 /* Start the BMediaEventLooper control loop running */
351 VideoProducer::Start(bigtime_t performance_time) function in class:VideoProducer
353 BMediaEventLooper::Start(performance_time);
951 /* Start producing frames, even if the output hasn't been connected yet. */
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DProducer.cpp222 /* Start the BMediaEventLooper control loop running */
228 VideoProducer::Start(bigtime_t performance_time) function in class:VideoProducer
230 BMediaEventLooper::Start(performance_time);
787 /* Start producing frames, even if the output hasn't been connected yet. */
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DBlockAllocator.cpp50 fsblock_t Start() const;
385 AllocationBlockGroup::Start() const function in class:AllocationBlockGroup
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonProducer.cpp505 /* Start the BMediaEventLooper control loop running */
510 CRadeonProducer::Start(bigtime_t performance_time) function in class:CRadeonProducer
512 DPRINT(("CRadeonProducer::Start()\n"));
514 BMediaEventLooper::Start(performance_time);
1393 fVideoIn.Start(video_in_source(fSource), BeToVideoInStandard( fStandard ),
1866 /* Start producing frames, even if the output hasn't been connected yet. */
/haiku/src/tests/system/kernel/file_corruption/fs/
H A Dchecksumfs.cpp455 error = transaction.Start();
603 // Start the transaction and add the directory. We only need a read lock
1237 status_t error = transaction.Start();
1316 error = transaction.Start();
1887 // Start a transaction and lock the node.
/haiku/src/apps/showimage/
H A DShowImageView.cpp1658 imageProcessor.Start(false);
1740 scaler.Start(false);
1784 scaler.Start(false);
H A DFilter.cpp133 Filter::Start(bool async) function in class:Filter
/haiku/src/add-ons/kernel/busses/usb/
H A Duhci.cpp75 if (uhci->Start() != B_OK) {
774 UHCI::Start() function in class:UHCI
776 // Start the host controller, then start the Busmanager
822 return BusManager::Start();
H A Dohci.cpp77 if (ohci->Start() != B_OK) {
617 OHCI::Start() function in class:OHCI
646 return BusManager::Start();
H A Dehci.cpp75 if (ehci->Start() != B_OK) {
822 EHCI::Start() function in class:EHCI
896 return BusManager::Start();
/haiku/src/apps/sudoku/
H A DSudokuWindow.cpp210 menu->AddItem(new BMenuItem(B_TRANSLATE("Start again"),
428 fProgressWindow->Start(this);
/haiku/src/add-ons/media/media-add-ons/reader/
H A DMediaReader.cpp204 Start(0);
/haiku/src/apps/packageinstaller/
H A DPackageView.cpp154 fInstallProcess.Start();
/haiku/src/kits/media/
H A DSoundPlayer.cpp184 BSoundPlayer::Start() function in class:BSoundPlayer
196 TRACE("BSoundPlayer::Start: Couldn't get BMediaRoster\n");
213 TRACE("BSoundPlayer::Start: StartNode failed, %" B_PRId32, err);
/haiku/src/add-ons/input_server/devices/wacom/
H A DTabletDevice.cpp75 // Start
77 TabletDevice::Start() function in class:TabletDevice
/haiku/src/add-ons/translators/rtf/
H A DRTF.cpp850 Worker::Start() function in class:Worker
/haiku/src/system/kernel/scheduler/
H A Dscheduler_cpu.cpp101 CPUEntry::Start() function in class:CPUEntry
H A Dscheduler.cpp566 cpu->Start();
/haiku/src/servers/mail/
H A DMailDaemonApplication.cpp193 // Start auto mail check with a delay
356 fLEDAnimation->Start();
/haiku/src/add-ons/kernel/bus_managers/usb/
H A Dusb_private.h223 virtual status_t Start();
/haiku/src/servers/app/drawing/Painter/
H A DPainter.cpp963 if (linearGradient->Start().x == linearGradient->End().x
966 && linearGradient->Start().y <= linearGradient->End().y) {
1044 int32 gradientTop = (int32)gradient.Start().y;
1903 _CalcLinearGradientTransform(linearGradient.Start(),
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp706 fRecorder->Start();
747 fPlayer->Start();
/haiku/src/apps/haikudepot/ui/
H A DMainWindow.cpp1537 fCoordinator->Start();
1637 fCoordinator->Start();
/haiku/src/apps/text_search/
H A DGrepWindow.cpp768 fGrepper->Start();
974 fGrepper->Start();
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATAChannel.cpp297 status_t result = fRequest->Start(ccb);

Completed in 661 milliseconds

<<1112