Searched refs:Stop (Results 101 - 125 of 211) sorted by path

123456789

/haiku/src/preferences/repositories/
H A DTaskTimer.h44 void Stop(const char* name);
/haiku/src/servers/index/
H A DAnalyserDispatcher.h26 void Stop();
H A DCatchUpManager.h66 //! Stop all catch up threads and put the analyser back into the
68 void Stop();
H A DIndexServer.cpp175 watcher->Stop();
271 watcher->Stop();
H A DVolumeWatcher.cpp133 AnalyserDispatcher::Stop() function in class:AnalyserDispatcher
441 Stop();
471 VolumeWatcher::Stop() function in class:VolumeWatcher
486 //fVolumeWorker->Stop();
487 fCatchUpManager.Stop();
H A DVolumeWatcher.h132 void Stop();
/haiku/src/servers/input/
H A DInputServerDevice.cpp102 BInputServerDevice::Stop(const char* device, void* cookie) function in class:BInputServerDevice
/haiku/src/servers/mail/
H A DLEDAnimation.cpp23 Stop();
43 LEDAnimation::Stop() function in class:LEDAnimation
H A DLEDAnimation.h17 //!Stop LED animation.
18 void Stop();
/haiku/src/servers/media_addon/
H A DMediaFilePlayer.cpp145 fSoundPlayer->Stop();
154 MediaFilePlayer::Stop() function in class:MediaFilePlayer
156 fSoundPlayer->Stop();
H A DMediaFilePlayer.h32 void Stop();
/haiku/src/servers/midi/
H A DDeviceWatcher.cpp107 Stop();
136 DeviceWatcher::Stop() function in class:DeviceWatcher
H A DDeviceWatcher.h30 status_t Stop();
/haiku/src/system/kernel/
H A DUserTimer.cpp1057 ThreadTimeUserTimer::Stop() function in class:ThreadTimeUserTimer
1094 Stop();
1555 timer->Stop();
/haiku/src/tests/kits/media/playsound/
H A Dplayfile.cpp113 sp->Stop();
H A Dplaywav.cpp124 sp->Stop();
/haiku/src/tests/kits/media/soundplayer/
H A DSimplePlayerTest.cpp62 player.Stop();
/haiku/src/tests/kits/midi/
H A Dtest1.cpp27 store->Stop();
30 cout << "Stop Time: " << dec << stop_time << "ms" << endl;
/haiku/src/tests/servers/input/inputdevice/
H A Dmain.cpp53 device->Stop();
57 device->Stop();
77 BInputDevice::Stop(B_POINTING_DEVICE);
87 BInputDevice::Stop(B_POINTING_DEVICE);
/haiku/src/tests/servers/input/view_input_device/
H A DViewInputDevice.cpp31 virtual status_t Stop(const char *device, void *cookie);
78 status_t ViewInputDevice::Stop(const char *device, void *cookie) function in class:ViewInputDevice
/haiku/headers/os/add-ons/input_server/
H A DInputServerDevice.h51 virtual status_t Stop(const char* device, void* cookie);
/haiku/headers/os/device/
H A DUSBKit.h45 void Stop();
/haiku/headers/os/media/
H A DMediaNode.h210 virtual void Stop(bigtime_t atPerformanceTime,
/haiku/headers/private/kernel/platform/efi/protocol/
H A Ddriver-binding.h23 efi_status (*Stop) (struct efi_driver_binding_protocol* self,
H A Dsimple-network.h91 efi_status (*Stop) (struct efi_simple_network_protocol* self) EFIAPI;

Completed in 111 milliseconds

123456789