Home
last modified time | relevance | path

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

/haiku/src/servers/midi/
H A DDeviceWatcher.cpp58 fDeviceEndpointsMap(), fVectorIconData(NULL), fVectorIconDataSize(0), in DeviceWatcher()
209 if (fDeviceEndpointsMap.ContainsKey(path)) { in _AddDevice()
262 fDeviceEndpointsMap.Put(path, new DeviceEndpoints(fd, consumer, producer)); in _AddDevice()
272 DeviceEndpoints* deviceEndpoints = fDeviceEndpointsMap.Get(path); in _RemoveDevice()
291 fDeviceEndpointsMap.Remove(path); in _RemoveDevice()
H A DDeviceWatcher.h40 DeviceEndpointsMap fDeviceEndpointsMap; variable