Searched refs:Start (Results 126 - 150 of 292) sorted by relevance

1234567891011>>

/haiku/src/apps/haikudepot/ui/
H A DToLatestUserUsageConditionsWindow.cpp264 fWorkerIndicator->Start();
341 fWorkerIndicator->Start();
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DExtentAllocator.cpp440 uint64 start = Start();
458 if (key.ObjectID() != Start())
557 uint64 lowerBound = blockGroup.Start();
656 start = blockGroup.Start();
688 start = blockGroup.Start();
H A DExtentAllocator.h119 uint64 Start() const { return fKey.ObjectID(); } function in class:BlockGroup
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp110 int32 Start() const function in class:ViewHistory
221 int64* value = fValues.ItemAt(x - Start());
249 if (fLastTime < history->Start())
250 fLastTime = history->Start();
372 DataHistory::Start() const function in class:DataHistory
1397 if (viewValues->Start() >= (int32)steps - 1)
1400 uint32 x = viewValues->Start() * step;
1409 view->BeginLineArray(steps - viewValues->Start() - 1);
1413 for (uint32 j = viewValues->Start(); j < steps; x += step, j++) {
H A DActivityView.h37 bigtime_t Start() const;
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DVolume.cpp195 status_t error = transaction.Start();
388 status_t error = transaction.Start();
428 status_t error = transaction.Start();
/haiku/src/add-ons/kernel/drivers/audio/echo/generic/
H A DCEchoGals_transport.cpp750 // Start transport for a single pipe
754 ECHOSTATUS CEchoGals::Start function in class:CEchoGals
762 return Start( &cmMask );
764 } // ECHOSTATUS CEchoGals::Start
769 // Start transport for a group of pipes
782 ECHOSTATUS CEchoGals::Start function in class:CEchoGals
827 ECHO_DEBUGPRINTF(("CDaffyDuck::Start - trying to start pipe index %d "
840 ECHO_DEBUGPRINTF(("CEchoGals::Start called for pipe index %d - "
913 // Start the pipes
925 ECHO_DEBUGPRINTF(("CEchoGals::Start
[all...]
/haiku/headers/os/media/
H A DMediaEventLooper.h38 virtual void Start(bigtime_t performanceTime);
H A DSoundPlayer.h73 status_t Start();
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATARequest.cpp92 ATARequest::Start(scsi_ccb *ccb) function in class:ATARequest
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoProducer.h48 virtual void Start(bigtime_t performanceTime);
/haiku/src/add-ons/media/media-add-ons/tone_producer_demo/
H A DToneProducer.h158 void Start(bigtime_t performance_time);
/haiku/headers/os/midi/
H A DMidi.h53 virtual status_t Start();
/haiku/headers/private/media/experimental/
H A DMediaClient.h116 status_t Start();
/haiku/src/kits/media/experimental/
H A DMediaClientNode.h44 virtual void Start(bigtime_t performanceTime);
/haiku/src/add-ons/kernel/partitioning_systems/amiga/
H A Damiga_rdb.h158 uint64 Start() function in struct:disk_environment
/haiku/src/add-ons/tracker/zipomatic/
H A DZipOMaticActivity.cpp51 Activity::Start() function in class:Activity
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DFileSystemVisitor.cpp39 - \c B_ENTRY_NOT_FOUND : All nodes specified in Start() have been
189 /*! Start/restart traversal. \a flags is used to specify the nodes visited:
198 FileSystemVisitor::Start(uint32 flags) function in class:FileSystemVisitor
/haiku/src/apps/codycam/
H A DVideoConsumer.h52 virtual void Start(bigtime_t performanceTime);
/haiku/src/add-ons/kernel/busses/scsi/virtio/
H A DVirtioSCSIRequest.cpp76 VirtioSCSIRequest::Start(scsi_ccb *ccb) function in class:VirtioSCSIRequest
88 TRACE("VirtioSCSIRequest::Start() opcode %x tid %x lun %x\n", ccb->cdb[0],
/haiku/headers/private/kernel/platform/efi/protocol/
H A Dsimple-network.h89 efi_status (*Start) (struct efi_simple_network_protocol* self) EFIAPI;
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DAddOn.cpp35 fRoster->Start();
/haiku/src/apps/showimage/
H A DFilter.h85 // GetBitmap() must be called either before Start(),
86 // or after Start() and IsRunning() returns false.
87 // To start the operation Start() method has to
98 // be called. Stop() has to be called after Start().
112 void Start(bool async = true);
115 // Has to be called after Start() (even if IsRunning() is false)
149 bool fStarted; // has Start() been called?
/haiku/src/tests/kits/midi/synth_file_reader/
H A DSynthFile.cpp170 (int)range->Start(),
/haiku/src/add-ons/translators/rtf/
H A DRTF.h174 RTF::Header &Start();

Completed in 176 milliseconds

1234567891011>>