Home
last modified time | relevance | path

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

/dports/devel/juce/JUCE-f37e9a1/modules/juce_blocks_basics/topology/
H A Djuce_PhysicalTopologySource.cpp82 PhysicalTopologySource::PhysicalTopologySource (DeviceDetector& detectorToUse, bool startDetached) in PhysicalTopologySource() argument
83 : customDetector (&detectorToUse) in PhysicalTopologySource()
H A Djuce_PhysicalTopologySource.h80 PhysicalTopologySource (DeviceDetector& detectorToUse, bool startDetached = false);
/dports/devel/juce/JUCE-f37e9a1/modules/juce_blocks_basics/topology/internal/
H A Djuce_BlockImplementation.cpp37 BlockImplementation (Detector& detectorToUse, const DeviceInfo& deviceInfo) in BlockImplementation()
43 detector (&detectorToUse), in BlockImplementation()