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

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

Completed in 32 milliseconds