Searched refs:_RemoveDevice (Results 1 - 10 of 10) sorted by relevance

/haiku/src/servers/midi/
H A DDeviceWatcher.h36 void _RemoveDevice(const char* path);
H A DDeviceWatcher.cpp164 _RemoveDevice(path);
268 DeviceWatcher::_RemoveDevice(const char* path) function in class:DeviceWatcher
270 TRACE(("DeviceWatcher::_RemoveDevice(\"%s\");\n", path));
274 TRACE(("_RemoveDevice(\"%s\") didn't find endpoint in map!!\n", path));
278 TRACE((" _RemoveDevice(\"%s\") unregistering\n", path));
284 TRACE((" _RemoveDevice(\"%s\") releasing\n", path));
290 TRACE((" _RemoveDevice(\"%s\") removing from map\n", path));
292 TRACE(("Done _RemoveDevice(\"%s\")\n", path));
/haiku/src/add-ons/input_server/devices/mouse/
H A DMouseInputDevice.h44 status_t _RemoveDevice(const char* path);
H A DMouseInputDevice.cpp541 fTarget._RemoveDevice(fPath.String());
545 // locks that _RemoveDevice() wants to acquire. In other
811 return _RemoveDevice(path);
865 _RemoveDevice(path);
890 MouseInputDevice::_RemoveDevice(const char* path) function in class:MouseInputDevice
/haiku/src/add-ons/input_server/devices/tablet/
H A DTabletInputDevice.h45 status_t _RemoveDevice(const char* path);
H A DTabletInputDevice.cpp402 fTarget._RemoveDevice(fPath.String());
406 // locks that _RemoveDevice() wants to acquire. In other
580 _RemoveDevice(path);
605 TabletInputDevice::_RemoveDevice(const char* path) function in class:TabletInputDevice
/haiku/src/add-ons/input_server/devices/keyboard/
H A DKeyboardInputDevice.h99 status_t _RemoveDevice(const char* path);
H A DKeyboardInputDevice.cpp516 fOwner->_RemoveDevice(fPath);
520 // locks that _RemoveDevice() wants to acquire. In another
718 return _RemoveDevice(path);
747 _RemoveDevice(path);
764 KeyboardInputDevice::_RemoveDevice(const char* path) function in class:KeyboardInputDevice
/haiku/headers/private/kernel/disk_device_manager/
H A DKDiskDeviceManager.h123 bool _RemoveDevice(KDiskDevice *device);
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp289 _RemoveDevice(device);
739 if (_RemoveDevice(device))
815 if (_RemoveDevice(device))
831 if (_RemoveDevice(device))
1180 KDiskDeviceManager::_RemoveDevice(KDiskDevice* device) function in class:KDiskDeviceManager

Completed in 192 milliseconds