Searched refs:Start (Results 201 - 225 of 292) sorted by relevance

1234567891011>>

/haiku/src/add-ons/kernel/bus_managers/usb/
H A DBusManager.cpp259 BusManager::Start() function in class:BusManager
/haiku/src/tests/add-ons/kernel/file_systems/bfs/dump_log/
H A Ddump_log.cpp48 return ((((off_t)run.AllocationGroup()) << superBlock.AllocationGroupShift()) | (off_t)run.Start());
/haiku/src/apps/haikudepot/ui/
H A DScreenshotWindow.cpp138 fBarberPole->Start();
/haiku/src/bin/listusb/
H A Dlistusb.cpp295 roster.Start();
/haiku/src/add-ons/kernel/busses/usb/
H A Duhci.h100 status_t Start();
H A Dehci.h58 status_t Start();
H A Dohci.h41 status_t Start();
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp319 || parent.Start() > (1L << volume->AllocationGroupShift())
324 || attributes.Start() > (1L << volume->AllocationGroupShift()))
1606 transaction.Start(fVolume, BlockNumber());
1615 transaction.Start(fVolume, BlockNumber());
1943 run.Start() + run.Length(), rest));
2032 run.start = HOST_ENDIAN_TO_BFS_INT16(run.Start()
2175 run.start = HOST_ENDIAN_TO_BFS_INT16(array[i].Start()
2179 array[i].length = HOST_ENDIAN_TO_BFS_INT16(run.Start()
2180 - array[i].Start());
/haiku/src/add-ons/media/media-add-ons/
H A DAbstractFileInterfaceNode.cpp120 void AbstractFileInterfaceNode::Start( function in class:AbstractFileInterfaceNode
123 PRINT("AbstractFileInterfaceNode::Start(pt=%lld)\n",performance_time);
124 BMediaEventLooper::Start(performance_time);
/haiku/src/kits/media/experimental/
H A DMediaClientNode.cpp100 BMediaClientNode::Start(bigtime_t performanceTime) function in class:BMediaClientNode
104 BMediaEventLooper::Start(performanceTime);
/haiku/src/apps/codycam/
H A DVideoConsumer.cpp145 VideoConsumer::Start(bigtime_t performanceTime) function in class:VideoConsumer
147 BMediaEventLooper::Start(performanceTime);
/haiku/src/kits/debugger/controllers/
H A DThreadHandler.cpp358 // have one yet, get it. Start with the CPU state.
431 fStepStatement->CoveringAddressRange().Start(),
869 ->CoveringAddressRange().Start(), cpuState);
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DLoggingConsumer.cpp539 LoggingConsumer::Start(bigtime_t performance_time) function in class:LoggingConsumer
541 PRINT(("LoggingConsumer::Start(%" B_PRIdBIGTIME "): now %" B_PRIdBIGTIME "\n",
548 BMediaEventLooper::Start(performance_time);
/haiku/src/add-ons/media/media-add-ons/video_producer_demo/
H A DProducer.cpp158 /* Start the BMediaEventLooper control loop running */
163 VideoProducer::Start(bigtime_t performance_time) function in class:VideoProducer
165 BMediaEventLooper::Start(performance_time);
579 /* Start producing frames, even if the output hasn't been connected yet. */
/haiku/src/add-ons/media/media-add-ons/mixer/
H A DMixerCore.cpp276 Start();
326 MixerCore::Start() function in class:MixerCore
329 TRACE("MixerCore::Start\n");
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixProducer/
H A DProducer.cpp160 /* Start the BMediaEventLooper control loop running */
165 FinePixProducer::Start(bigtime_t performance_time) function in class:FinePixProducer
167 BMediaEventLooper::Start(performance_time);
596 /* Start producing frames, even if the output hasn't been connected yet. */
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoProducer.cpp136 VideoProducer::Start(bigtime_t performanceTime) function in class:VideoProducer
141 BMediaEventLooper::Start(performanceTime);
557 // Start producing frames, even if the output hasn't been connected yet.
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DStream.cpp217 Stream::Start() function in class:Stream
/haiku/src/kits/tracker/
H A DAttributeStream.h142 bool Start();
/haiku/src/kits/media/
H A DMediaEventLooper.cpp85 BMediaEventLooper::Start(bigtime_t performance_time) function in class:BMediaEventLooper
108 // to send any more buffers until Start() is called again.
/haiku/src/preferences/repositories/
H A DTaskLooper.cpp159 newTask->fTimer->Start(newTask->name);
/haiku/src/add-ons/input_server/devices/easypen/
H A DEasyPenInputDevice.cpp30 Transmitted Start Bit Bit Stop
162 EasyPenInputDevice::Start(const char *name, void *cookie) function in class:EasyPenInputDevice
/haiku/src/tests/apps/miniterminal/
H A DMiniView.cpp86 MiniView::Start() function in class:MiniView
/haiku/src/servers/input/
H A DInputServer.h50 void Start();
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATAPrivate.h297 status_t Start(scsi_ccb *ccb);

Completed in 147 milliseconds

1234567891011>>