Home
last modified time | relevance | path

Searched refs:kDevicesRoot (Results 1 – 1 of 1) sorted by relevance

/haiku/src/servers/midi/
H A DDeviceWatcher.cpp39 const char *kDevicesRoot = "/dev/midi"; variable
130 return BPathMonitor::StartWatching(kDevicesRoot, in Start()
138 return BPathMonitor::StopWatching(kDevicesRoot, this); in Stop()
178 ((DeviceWatcher*)data)->_ScanDevices(kDevicesRoot); in _InitialDevicesScanThread()