Searched refs:Stop (Results 1 - 25 of 211) sorted by path

123456789

/haiku/docs/develop/media/
H A DMediaFileProducer.h38 virtual void Stop(
/haiku/headers/os/interface/
H A DInput.h53 status_t Stop();
57 static status_t Stop(input_device_type type);
/haiku/headers/os/media/
H A DMediaEventLooper.h39 virtual void Stop(bigtime_t performanceTime,
H A DMediaRecorder.h53 virtual status_t Stop(bool force = false);
H A DSoundPlayer.h74 void Stop(bool block = true, bool flush = true);
/haiku/headers/os/midi/
H A DMidi.h54 virtual void Stop();
H A DMidiPort.h55 virtual void Stop();
H A DMidiSynthFile.h23 virtual void Stop(void);
H A DSamples.h27 void Stop(void);
/haiku/headers/private/app/
H A DLaunchRoster.h40 status_t Stop(const char* name, bool force = false);
/haiku/headers/private/bluetooth/
H A DPortListener.h110 status_t Stop() function in class:PortListener
/haiku/headers/private/kernel/
H A DUserTimer.h181 void Stop();
/haiku/headers/private/media/experimental/
H A DMediaClient.h117 status_t Stop();
/haiku/headers/tools/cppunit/
H A DThreadManager.h26 int32 Stop();
64 Stop();
79 BThreadManager<TestClass, ExpectedException>::Stop() { function in class:BThreadManager
/haiku/src/add-ons/input_server/devices/easypen/
H A DEasyPenInputDevice.h29 virtual status_t Stop(const char *name, void *cookie);
/haiku/src/add-ons/input_server/devices/mouse/
H A DMouseInputDevice.h29 virtual status_t Stop(const char* name, void* cookie);
/haiku/src/add-ons/input_server/devices/serial_mouse/
H A DMouseInputDevice.cpp202 MouseInputDevice::Stop(const char* name, void* cookie) function in class:MouseInputDevice
H A DMouseInputDevice.h46 virtual status_t Stop(const char* name, void* cookie);
/haiku/src/add-ons/input_server/devices/tablet/
H A DTabletInputDevice.h30 virtual status_t Stop(const char* name, void* cookie);
/haiku/src/add-ons/input_server/devices/virtualkeyboard/
H A DVirtualKeyboardInputDevice.h21 virtual status_t Stop(const char* name, void* cookie);
/haiku/src/add-ons/input_server/devices/wacom/
H A DMasterServerDevice.h28 virtual status_t Stop(const char* device, void* cookie);
H A DPointingDevice.h22 virtual status_t Stop() = 0;
H A DTabletDevice.h26 virtual status_t Stop();
/haiku/src/add-ons/kernel/drivers/audio/ac97/sis7018/
H A DDevice.cpp188 status_t status = fPlaybackStream.Stop();
193 status = fRecordStream.Stop();
H A DStream.cpp172 Stop();
312 Stream::Stop() function in class:Stream

Completed in 191 milliseconds

123456789