Searched refs:fDeviceEndpointsMap (Results 1 – 2 of 2) sorted by relevance
58 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()
40 DeviceEndpointsMap fDeviceEndpointsMap; variable