Home
last modified time | relevance | path

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

/dports/audio/cantata/cantata-2.4.2/devices/
H A Dumsdevice.h47 bool supportsDisconnect() const override { return true; } in supportsDisconnect() function
H A Dremotefsdevice.h81 bool supportsDisconnect() const override { return !details.isLocalFile(); } in supportsDisconnect() function
H A Daudiocddevice.h59 bool supportsDisconnect() const { return 0!=drive; } in supportsDisconnect() function
H A Ddevice.h149 virtual bool supportsDisconnect() const { return false; } in supportsDisconnect() function
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug/model/org/eclipse/jdt/internal/debug/core/model/
H A DJDIDebugTarget.java742 return supportsDisconnect() && !isDisconnected(); in canDisconnect()
750 protected boolean supportsDisconnect() { in supportsDisconnect() method in JDIDebugTarget
1981 } else if (supportsDisconnect()) { in shutdown()
/dports/audio/cantata/cantata-2.4.2/models/
H A Ddevicesmodel.cpp372 if (static_cast<Device *>(item)->supportsDisconnect()) { in data()