Searched refs:Start (Results 126 - 150 of 292) sorted by last modified time

1234567891011>>

/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/add-ons/media/plugins/ape_reader/MAClib/
H A DAPESimple.cpp85 THROW_ON_ERROR(spAPECompress->Start(pOutputFilename, &WaveFormatEx, nAudioBytes,
322 THROW_ON_ERROR(spAPECompress->Start(pOutputFilename, &wfeInput, spAPEDecompress->GetInfo(APE_DECOMPRESS_TOTAL_BLOCKS) * spAPEDecompress->GetInfo(APE_INFO_BLOCK_ALIGN),
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DVolume.cpp324 || run.Start() > (1UL << AllocationGroupShift())
326 || uint32(run.Length() + run.Start())
330 run.Start(), run.Length()));
H A DJournal.h114 Start(volume, refBlock);
122 Start(volume, volume->ToBlock(refRun));
138 status_t Start(Volume* volume, off_t refBlock);
/haiku/src/add-ons/kernel/bus_managers/ata/
H A DATAChannel.cpp297 status_t result = fRequest->Start(ccb);
/haiku/src/tests/kits/net/service/
H A DTestServer.cpp191 status_t ChildProcess::Start(const std::vector<std::string>& args) function in class:ChildProcess
234 // Start a child testserver.py process with the random TCP port chosen by
236 status_t TestServer::Start() function in class:TestServer
262 return fChildProcess.Start(child_process_args);
286 // Start a child proxy.py process using the random TCP port chosen by fPort.
287 status_t TestProxyServer::Start() function in class:TestProxyServer
308 return fChildProcess.Start(child_process_args);
H A DTestServer.h40 status_t Start(const std::vector<std::string>& args);
56 status_t Start();
68 status_t Start();
/haiku/src/add-ons/input_server/devices/keyboard/
H A DKeyboardInputDevice.h33 status_t Start();
81 virtual status_t Start(const char* name, void* cookie);
/haiku/src/apps/text_search/
H A DGrepper.cpp131 Grepper::Start() function in class:Grepper
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DExtentAllocator.h119 uint64 Start() const { return fKey.ObjectID(); } function in class:BlockGroup
/haiku/headers/private/kernel/platform/efi/protocol/
H A Dsimple-network.h89 efi_status (*Start) (struct efi_simple_network_protocol* self) EFIAPI;
H A Ddriver-binding.h19 efi_status (*Start) (struct efi_driver_binding_protocol* self,
/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteMessage.cpp211 Add(linear->Start());
/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/src/tests/kits/media/playwav/
H A Dplaywav.cpp90 sp->Start();
/haiku/src/tests/kits/media/mp3_decoder_test/
H A Dmp3_decoder_test.cpp138 player.Start();
/haiku/src/tests/apps/miniterminal/
H A DMiniView.cpp86 MiniView::Start() function in class:MiniView
H A DMiniApp.cpp26 fWindow->View()->Start();
/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/add-ons/kernel/file_systems/ext2/
H A DJournal.cpp40 uint32 Start() const { return fStart; } function in class:LogEntry
1349 B_PRIu32 "\n", logEntry->Start());
1350 journal->fLogStart = logEntry->Start();
/haiku/src/apps/codycam/
H A DVideoConsumer.h52 virtual void Start(bigtime_t performanceTime);
/haiku/src/bin/media_client/
H A DMediaPlay.cpp100 player->Start();
/haiku/src/kits/media/experimental/
H A DMediaClientNode.cpp100 BMediaClientNode::Start(bigtime_t performanceTime) function in class:BMediaClientNode
104 BMediaEventLooper::Start(performanceTime);
/haiku/src/kits/media/
H A DMediaRecorder.cpp249 BMediaRecorder::Start(bool force) function in class:BMediaRecorder
/haiku/headers/os/media/
H A DMediaRecorder.h52 virtual status_t Start(bool force = false);

Completed in 165 milliseconds

1234567891011>>