Home
last modified time | relevance | path

Searched refs:inScope (Results 1 – 25 of 425) sorted by relevance

12345678910>>...17

/dports/audio/ardour6/Ardour-6.8.0/libs/appleutility/CoreAudio/PublicUtility/
H A DCAHALAudioDevice.h153 bool HasVolumeControl(AudioObjectPropertyScope inScope, UInt32 inChannel) const;
162 bool HasSubVolumeControl(AudioObjectPropertyScope inScope, UInt32 inChannel) const;
171 bool HasMuteControl(AudioObjectPropertyScope inScope, UInt32 inChannel) const;
173 bool GetMuteControlValue(AudioObjectPropertyScope inScope, UInt32 inChannel) const;
176 bool HasSoloControl(AudioObjectPropertyScope inScope, UInt32 inChannel) const;
178 bool GetSoloControlValue(AudioObjectPropertyScope inScope, UInt32 inChannel) const;
181 bool HasStereoPanControl(AudioObjectPropertyScope inScope, UInt32 inChannel) const;
187 bool HasJackControl(AudioObjectPropertyScope inScope, UInt32 inChannel) const;
188 bool GetJackControlValue(AudioObjectPropertyScope inScope, UInt32 inChannel) const;
190 bool HasSubMuteControl(AudioObjectPropertyScope inScope, UInt32 inChannel) const;
[all …]
H A DCAHALAudioDevice.cpp765 CAPropertyAddress theAddress(kAudioDevicePropertyMute, inScope, inChannel); in HasMuteControl()
771 CAPropertyAddress theAddress(kAudioDevicePropertyMute, inScope, inChannel); in MuteControlIsSettable()
777 CAPropertyAddress theAddress(kAudioDevicePropertyMute, inScope, inChannel); in GetMuteControlValue()
786 CAPropertyAddress theAddress(kAudioDevicePropertyMute, inScope, inChannel); in SetMuteControlValue()
794 CAPropertyAddress theAddress(kAudioDevicePropertySolo, inScope, inChannel); in HasSoloControl()
800 CAPropertyAddress theAddress(kAudioDevicePropertySolo, inScope, inChannel); in SoloControlIsSettable()
806 CAPropertyAddress theAddress(kAudioDevicePropertySolo, inScope, inChannel); in GetSoloControlValue()
815 CAPropertyAddress theAddress(kAudioDevicePropertySolo, inScope, inChannel); in SetSoloControlValue()
876 CAPropertyAddress theAddress(kAudioDevicePropertySubMute, inScope, inChannel); in HasSubMuteControl()
882 CAPropertyAddress theAddress(kAudioDevicePropertySubMute, inScope, inChannel); in SubMuteControlIsSettable()
[all …]
H A DCAAudioUnit.h256 bool HasChannelLayouts (AudioUnitScope inScope,
264 bool HasChannelLayout (AudioUnitScope inScope,
267 OSStatus GetChannelLayout (AudioUnitScope inScope,
283 OSStatus GetFormat (AudioUnitScope inScope,
288 OSStatus SetFormat (AudioUnitScope inScope,
292 OSStatus GetSampleRate (AudioUnitScope inScope,
295 OSStatus SetSampleRate (AudioUnitScope inScope,
302 OSStatus NumberChannels (AudioUnitScope inScope,
306 OSStatus GetNumberChannels (AudioUnitScope inScope, in GetNumberChannels() argument
313 OSStatus SetNumberChannels (AudioUnitScope inScope,
[all …]
H A DCAAudioUnit.cpp769 inScope, inEl, in GetChannelLayoutTags()
778 inScope, inEl, in GetChannelLayoutTags()
796 inScope, inEl, in HasChannelLayouts()
809 inScope, inEl, in HasChannelLayout()
819 inScope, inEl, &size, NULL); in GetChannelLayout()
840 inScope, inEl, in SetChannelLayout()
852 inScope, inEl, in SetChannelLayout()
862 inScope, inEl, NULL, 0); in ClearChannelLayout()
871 inScope, inEl, in GetFormat()
880 inScope, inEl, in SetFormat()
[all …]
/dports/devel/juce/JUCE-f37e9a1/modules/juce_audio_plugin_client/AU/CoreAudioUtilityClasses/
H A DAUBase.cpp316 AudioUnitScope inScope, in DispatchGetPropertyInfo() argument
326 ca_require(inScope == kAudioUnitScope_Input || inScope == kAudioUnitScope_Global, InvalidScope); in DispatchGetPropertyInfo()
334 ca_require(inScope == kAudioUnitScope_Input || inScope == kAudioUnitScope_Global, InvalidScope); in DispatchGetPropertyInfo()
405 outWritable = BusCountWritable(inScope); in DispatchGetPropertyInfo()
480 ca_require((inScope == kAudioUnitScope_Input || inScope == kAudioUnitScope_Output), InvalidScope); in DispatchGetPropertyInfo()
577 AudioUnitScope inScope, in DispatchGetProperty() argument
960 … ca_require((inScope == kAudioUnitScope_Input || inScope == kAudioUnitScope_Output), InvalidScope); in DispatchSetProperty()
1129 AudioUnitScope inScope, in GetPropertyInfo() argument
1850 switch (inScope) { in GetStreamFormat()
1886 switch (inScope) { in ChangeStreamFormat()
[all …]
H A DAUBase.h172 AudioUnitScope inScope,
179 AudioUnitScope inScope,
185 AudioUnitScope inScope,
191 AudioUnitScope inScope,
196 AudioUnitScope inScope,
203 AudioUnitScope inScope,
209 AudioUnitScope inScope,
216 AudioUnitScope inScope,
241 AudioUnitScope inScope,
510 if (inScope >= kNumScopes) { in GetScope()
[all …]
H A DAUMIDIBase.cpp85 AudioUnitScope inScope, in DelegateGetPropertyInfo() argument
95 ca_require(inScope == kAudioUnitScope_Global, InvalidScope); in DelegateGetPropertyInfo()
106 ca_require(inScope == kAudioUnitScope_Global, InvalidScope); in DelegateGetPropertyInfo()
114 ca_require(inScope == kAudioUnitScope_Global, InvalidScope); in DelegateGetPropertyInfo()
122 ca_require(inScope == kAudioUnitScope_Global, InvalidScope); in DelegateGetPropertyInfo()
130 ca_require(inScope == kAudioUnitScope_Global, InvalidScope); in DelegateGetPropertyInfo()
153 AudioUnitScope inScope, in DelegateGetProperty() argument
162 ca_require(inScope == kAudioUnitScope_Global, InvalidScope); in DelegateGetProperty()
169 ca_require(inScope == kAudioUnitScope_Global, InvalidScope); in DelegateGetProperty()
180 ca_require(inScope == kAudioUnitScope_Global, InvalidScope); in DelegateGetProperty()
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/appleutility/CoreAudio/AudioUnits/AUPublic/AUBase/
H A DAUBase.cpp308 AudioUnitScope inScope, in DispatchGetPropertyInfo() argument
318 ca_require(inScope == kAudioUnitScope_Input || inScope == kAudioUnitScope_Global, InvalidScope); in DispatchGetPropertyInfo()
326 ca_require(inScope == kAudioUnitScope_Input || inScope == kAudioUnitScope_Global, InvalidScope); in DispatchGetPropertyInfo()
397 outWritable = BusCountWritable(inScope); in DispatchGetPropertyInfo()
472 ca_require((inScope == kAudioUnitScope_Input || inScope == kAudioUnitScope_Output), InvalidScope); in DispatchGetPropertyInfo()
569 AudioUnitScope inScope, in DispatchGetProperty() argument
952 … ca_require((inScope == kAudioUnitScope_Input || inScope == kAudioUnitScope_Output), InvalidScope); in DispatchSetProperty()
1121 AudioUnitScope inScope, in GetPropertyInfo() argument
1842 switch (inScope) { in GetStreamFormat()
1878 switch (inScope) { in ChangeStreamFormat()
[all …]
H A DAUBase.h169 AudioUnitScope inScope,
176 AudioUnitScope inScope,
182 AudioUnitScope inScope,
188 AudioUnitScope inScope,
193 AudioUnitScope inScope,
200 AudioUnitScope inScope,
206 AudioUnitScope inScope,
213 AudioUnitScope inScope,
238 AudioUnitScope inScope,
507 if (inScope >= kNumScopes) { in GetScope()
[all …]
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/libs/AUPublic/
H A DAUBase.cpp268 AudioUnitScope inScope, in DispatchGetPropertyInfo() argument
278 ca_require(inScope == kAudioUnitScope_Input || inScope == kAudioUnitScope_Global, InvalidScope); in DispatchGetPropertyInfo()
286 ca_require(inScope == kAudioUnitScope_Input || inScope == kAudioUnitScope_Global, InvalidScope); in DispatchGetPropertyInfo()
357 outWritable = BusCountWritable(inScope); in DispatchGetPropertyInfo()
432 ca_require((inScope == kAudioUnitScope_Input || inScope == kAudioUnitScope_Output), InvalidScope); in DispatchGetPropertyInfo()
529 AudioUnitScope inScope, in DispatchGetProperty() argument
914 … ca_require((inScope == kAudioUnitScope_Input || inScope == kAudioUnitScope_Output), InvalidScope); in DispatchSetProperty()
1083 AudioUnitScope inScope, in GetPropertyInfo() argument
1806 switch (inScope) { in GetStreamFormat()
1845 switch (inScope) { in ChangeStreamFormat()
[all …]
H A DAUBase.h133 AudioUnitScope inScope,
140 AudioUnitScope inScope,
146 AudioUnitScope inScope,
152 AudioUnitScope inScope,
157 AudioUnitScope inScope,
164 AudioUnitScope inScope,
170 AudioUnitScope inScope,
177 AudioUnitScope inScope,
202 AudioUnitScope inScope,
473 if (inScope >= kNumScopes) { in GetScope()
[all …]
H A DAUMIDIEffectBase.cpp32 AudioUnitScope inScope, in GetPropertyInfo() argument
39 result = AUEffectBase::GetPropertyInfo (inID, inScope, inElement, outDataSize, outWritable); in GetPropertyInfo()
42 result = AUMIDIBase::DelegateGetPropertyInfo (inID, inScope, inElement, outDataSize, outWritable); in GetPropertyInfo()
48 AudioUnitScope inScope, in GetProperty() argument
64 result = AUEffectBase::GetProperty (inID, inScope, inElement, outData); in GetProperty()
67 result = AUMIDIBase::DelegateGetProperty (inID, inScope, inElement, outData); in GetProperty()
73 AudioUnitScope inScope, in SetProperty() argument
79 OSStatus result = AUEffectBase::SetProperty (inID, inScope, inElement, inData, inDataSize); in SetProperty()
82 result = AUMIDIBase::DelegateSetProperty (inID, inScope, inElement, inData, inDataSize); in SetProperty()
/dports/audio/faust/faust-2.37.3/architecture/AU/AUPublic/AUBase/
H A DAUBase.cpp282 AudioUnitScope inScope, in DispatchGetPropertyInfo() argument
292 ca_require(inScope == kAudioUnitScope_Input || inScope == kAudioUnitScope_Global, InvalidScope); in DispatchGetPropertyInfo()
300 ca_require(inScope == kAudioUnitScope_Input || inScope == kAudioUnitScope_Global, InvalidScope); in DispatchGetPropertyInfo()
371 outWritable = BusCountWritable(inScope); in DispatchGetPropertyInfo()
446 ca_require((inScope == kAudioUnitScope_Input || inScope == kAudioUnitScope_Output), InvalidScope); in DispatchGetPropertyInfo()
536 AudioUnitScope inScope, in DispatchGetProperty() argument
911 … ca_require((inScope == kAudioUnitScope_Input || inScope == kAudioUnitScope_Output), InvalidScope); in DispatchSetProperty()
1052 AudioUnitScope inScope, in GetPropertyInfo() argument
1761 switch (inScope) { in GetStreamFormat()
1797 switch (inScope) { in ChangeStreamFormat()
[all …]
H A DAUBase.h168 AudioUnitScope inScope,
175 AudioUnitScope inScope,
181 AudioUnitScope inScope,
187 AudioUnitScope inScope,
192 AudioUnitScope inScope,
199 AudioUnitScope inScope,
205 AudioUnitScope inScope,
212 AudioUnitScope inScope,
237 AudioUnitScope inScope,
497 if (inScope >= kNumScopes) { in GetScope()
[all …]
/dports/audio/ardour6/Ardour-6.8.0/libs/appleutility/CoreAudio/AudioUnits/AUPublic/OtherBases/
H A DAUPannerBase.cpp253 if (inScope == kAudioUnitScope_Global) { in GetParameterInfo()
327 if (inScope != kAudioUnitScope_Global) in GetParameter()
344 if (inScope != kAudioUnitScope_Global) in SetParameter()
358 AudioUnitScope inScope, in GetPropertyInfo() argument
382 AudioUnitScope inScope, in GetProperty() argument
405 AudioUnitScope inScope, in SetProperty() argument
442 AudioUnitScope inScope, in ChangeStreamFormat() argument
519 switch (inScope) in GetAudioChannelLayout()
547 switch (inScope) in RemoveAudioChannelLayout()
580 switch (inScope) in SetAudioChannelLayout()
[all …]
H A DAUPannerBase.h73 virtual OSStatus Reset( AudioUnitScope inScope,
80 virtual OSStatus GetParameterInfo( AudioUnitScope inScope,
87 AudioUnitScope inScope,
94 AudioUnitScope inScope,
100 AudioUnitScope inScope,
112 AudioUnitScope inScope,
143 virtual UInt32 GetAudioChannelLayout( AudioUnitScope inScope,
158 virtual UInt32 GetChannelLayoutTags( AudioUnitScope inScope,
169 AudioUnitScope inScope,
175 AudioUnitScope inScope,
[all …]
H A DAUMIDIEffectBase.cpp71 AudioUnitScope inScope, in GetPropertyInfo() argument
78 result = AUEffectBase::GetPropertyInfo (inID, inScope, inElement, outDataSize, outWritable); in GetPropertyInfo()
81 result = AUMIDIBase::DelegateGetPropertyInfo (inID, inScope, inElement, outDataSize, outWritable); in GetPropertyInfo()
87 AudioUnitScope inScope, in GetProperty() argument
103 result = AUEffectBase::GetProperty (inID, inScope, inElement, outData); in GetProperty()
106 result = AUMIDIBase::DelegateGetProperty (inID, inScope, inElement, outData); in GetProperty()
112 AudioUnitScope inScope, in SetProperty() argument
118 OSStatus result = AUEffectBase::SetProperty (inID, inScope, inElement, inData, inDataSize); in SetProperty()
121 result = AUMIDIBase::DelegateSetProperty (inID, inScope, inElement, inData, inDataSize); in SetProperty()
/dports/audio/ardour6/Ardour-6.8.0/libs/appleutility/CoreAudio105/
H A DCAAudioUnit.h218 bool HasChannelLayouts (AudioUnitScope inScope,
222 bool GetChannelLayouts (AudioUnitScope inScope,
226 OSStatus GetChannelLayout (AudioUnitScope inScope,
242 OSStatus GetFormat (AudioUnitScope inScope,
247 OSStatus SetFormat (AudioUnitScope inScope,
251 OSStatus GetSampleRate (AudioUnitScope inScope,
254 OSStatus SetSampleRate (AudioUnitScope inScope,
261 OSStatus NumberChannels (AudioUnitScope inScope,
265 OSStatus GetNumberChannels (AudioUnitScope inScope, in GetNumberChannels() argument
272 OSStatus SetNumberChannels (AudioUnitScope inScope,
[all …]
H A DCAAudioUnit.cpp691 inScope, inEl, in GetChannelLayouts()
711 inScope, inEl, in GetChannelLayouts()
729 inScope, inEl, in HasChannelLayouts()
740 inScope, inEl, &size, NULL); in GetChannelLayout()
761 inScope, inEl, in SetChannelLayout()
773 inScope, inEl, in SetChannelLayout()
783 inScope, inEl, NULL, 0); in ClearChannelLayout()
792 inScope, inEl, in GetFormat()
801 inScope, inEl, in SetFormat()
812 inScope, inEl, in GetSampleRate()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.help.base/src/org/eclipse/help/internal/base/scope/
H A DUnionScope.java39 public boolean inScope(IToc toc) { in inScope() method in UnionScope
41 if (scope.inScope(toc)) { in inScope()
49 public boolean inScope(ITopic topic) { in inScope() method in UnionScope
51 if (scope.inScope(topic)) { in inScope()
59 public boolean inScope(IIndexEntry entry) { in inScope() method in UnionScope
61 if (scope.inScope(entry)) { in inScope()
69 public boolean inScope(IIndexSee see) { in inScope() method in UnionScope
71 if (scope.inScope(see)) { in inScope()
H A DIntersectionScope.java39 public boolean inScope(IToc toc) { in inScope() method in IntersectionScope
41 if (!scopes[scope].inScope(toc)) { in inScope()
49 public boolean inScope(ITopic topic) { in inScope() method in IntersectionScope
51 if (!scopes[scope].inScope(topic)) { in inScope()
59 public boolean inScope(IIndexEntry entry) { in inScope() method in IntersectionScope
61 if (!scopes[scope].inScope(entry)) { in inScope()
69 public boolean inScope(IIndexSee see) { in inScope() method in IntersectionScope
71 if (!scopes[scope].inScope(see)) { in inScope()
/dports/audio/faust/faust-2.37.3/architecture/
H A Dau-effect.cpp117 virtual OSStatus GetParameterInfo(AudioUnitScope inScope,
211 OSStatus FaustAUEffect::GetParameterInfo(AudioUnitScope inScope, in GetParameterInfo() argument
222 if (inScope == kAudioUnitScope_Global) in GetParameterInfo()
301 if (inScope == kAudioUnitScope_Global) in SetParameter()
310 return AUEffectBase::SetParameter(inID, inScope, inElement, 0, in SetParameter()
316 return AUEffectBase::SetParameter(inID, inScope, inElement, inValue, in SetParameter()
361 AudioUnitScope inScope, in GetPropertyInfo() argument
366 if (inScope == kAudioUnitScope_Global) in GetPropertyInfo()
389 AudioUnitScope inScope, in GetProperty() argument
420 if (inScope != kAudioUnitScope_Global) { in GetProperty()
[all …]
/dports/net/kea/kea-2.0.1/src/hooks/dhcp/high_availability/tests/
H A Dquery_filter_unittest.cc127 if (filter.inScope(query4, scope_class)) { in loadBalancingThisPrimary()
160 EXPECT_FALSE(filter.inScope(query4, scope_class)); in loadBalancingThisPrimary()
187 if (filter.inScope(query4, scope_class)) { in loadBalancingClientIdThisPrimary()
242 if (filter.inScope(query4, scope_class)) { in loadBalancingThisSecondary()
332 EXPECT_TRUE(filter.inScope(query4, scope_class)); in hotStandbyThisPrimary()
344 EXPECT_TRUE(filter.inScope(query4, scope_class)); in hotStandbyThisPrimary()
381 EXPECT_TRUE(filter.inScope(query4, scope_class)); in hotStandbyThisSecondary()
416 EXPECT_TRUE(filter.inScope(query4, scope_class)); in hotStandbyThisBackup()
440 if (filter.inScope(query6, scope_class)) { in loadBalancingThisPrimary6()
499 if (filter.inScope(query6, scope_class)) { in loadBalancingThisSecondary6()
[all …]
/dports/security/zaproxy/zaproxy-2.11.1/zap/src/main/java/org/zaproxy/zap/view/
H A DSiteTreeFilter.java28 private boolean inScope; field in SiteTreeFilter
35 return inScope; in isInScope()
38 public void setInScope(boolean inScope) { in setInScope() argument
39 this.inScope = inScope; in setInScope()
47 if (inScope && !node.isIncludedInScope()) { in matches()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.ua.tests/help/org/eclipse/ua/tests/help/criteria/
H A DParseTocWithCriteria.java137 assertTrue(scope.inScope(toc)); in testCriteriaScoping1()
138 assertTrue(scope.inScope(topics[0])); in testCriteriaScoping1()
139 assertFalse(scope.inScope(topics[1])); in testCriteriaScoping1()
151 assertTrue(scope.inScope(toc)); in testCriteriaScoping2()
152 assertTrue(scope.inScope(topics[0])); in testCriteriaScoping2()
153 assertFalse(scope.inScope(topics[1])); in testCriteriaScoping2()
167 assertTrue(scope.inScope(toc)); in testMultipleCriteriaScoping()
168 assertTrue(scope.inScope(topics[0])); in testMultipleCriteriaScoping()
183 assertTrue(scope.inScope(toc)); in testMultipleCriteriaOnlyOneSatisfied()
263 assertTrue(linuxScope.inScope(toc)); in testMultipleValues()
[all …]

12345678910>>...17