HomeSort by relevance Sort by last modified time
    Searched refs:channel (Results 501 - 525 of 2925) sorted by null

<<21222324252627282930>>

  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/synth/
SynthEngine.java 33 * Very simple polyphonic, single channel synthesizer. It runs a background
85 int channel = (byte) (data[0] & MidiConstants.STATUS_CHANNEL_MASK); local
88 noteOff(channel, data[1], data[2]);
91 noteOn(channel, data[1], data[2]);
95 pitchBend(channel, bend);
197 public void noteOff(int channel, int noteIndex, int velocity) {
226 * @param channel
230 public void noteOn(int channel, int noteIndex, int velocity) {
232 noteOff(channel, noteIndex, velocity);
247 public void pitchBend(int channel, int bend)
    [all...]
  /developers/build/prebuilts/gradle/MidiSynth/Application/src/main/java/com/example/android/common/midi/synth/
SynthEngine.java 33 * Very simple polyphonic, single channel synthesizer. It runs a background
85 int channel = (byte) (data[0] & MidiConstants.STATUS_CHANNEL_MASK); local
88 noteOff(channel, data[1], data[2]);
91 noteOn(channel, data[1], data[2]);
95 pitchBend(channel, bend);
197 public void noteOff(int channel, int noteIndex, int velocity) {
226 * @param channel
230 public void noteOn(int channel, int noteIndex, int velocity) {
232 noteOff(channel, noteIndex, velocity);
247 public void pitchBend(int channel, int bend)
    [all...]
  /developers/samples/android/common/src/java/com/example/android/common/midi/synth/
SynthEngine.java 33 * Very simple polyphonic, single channel synthesizer. It runs a background
85 int channel = (byte) (data[0] & MidiConstants.STATUS_CHANNEL_MASK); local
88 noteOff(channel, data[1], data[2]);
91 noteOn(channel, data[1], data[2]);
95 pitchBend(channel, bend);
197 public void noteOff(int channel, int noteIndex, int velocity) {
226 * @param channel
230 public void noteOn(int channel, int noteIndex, int velocity) {
232 noteOff(channel, noteIndex, velocity);
247 public void pitchBend(int channel, int bend)
    [all...]
  /developers/samples/android/connectivity/wifidirect/DirectP2P/Application/src/main/java/com/example/android/wifidirectp2p/
MainActivity.java 28 import android.net.wifi.p2p.WifiP2pManager.Channel;
56 private Channel channel; field in class:MainActivity
79 channel = manager.initialize(this, getMainLooper(), null);
88 receiver = new WiFiDirectBroadcastReceiver(manager, channel, this);
116 if (manager != null && channel != null) {
124 Log.e(TAG, "channel or manager is null");
137 manager.discoverPeers(channel, new ActionListener() {
165 manager.connect(channel, config, new ActionListener() {
185 manager.removeGroup(channel, new ActionListener()
    [all...]
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
WiFiDirectActivity.java 28 import android.net.wifi.p2p.WifiP2pManager.Channel;
56 private Channel channel; field in class:WiFiDirectActivity
79 channel = manager.initialize(this, getMainLooper(), null);
86 receiver = new WiFiDirectBroadcastReceiver(manager, channel, this);
128 if (manager != null && channel != null) {
136 Log.e(TAG, "channel or manager is null");
149 manager.discoverPeers(channel, new WifiP2pManager.ActionListener() {
179 manager.connect(channel, config, new ActionListener() {
199 manager.removeGroup(channel, new ActionListener()
    [all...]
  /development/samples/browseable/MidiScope/src/com.example.android.common.midi/synth/
SynthEngine.java 33 * Very simple polyphonic, single channel synthesizer. It runs a background
85 int channel = (byte) (data[0] & MidiConstants.STATUS_CHANNEL_MASK); local
88 noteOff(channel, data[1], data[2]);
91 noteOn(channel, data[1], data[2]);
95 pitchBend(channel, bend);
197 public void noteOff(int channel, int noteIndex, int velocity) {
226 * @param channel
230 public void noteOn(int channel, int noteIndex, int velocity) {
232 noteOff(channel, noteIndex, velocity);
247 public void pitchBend(int channel, int bend)
    [all...]
  /development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/
SynthEngine.java 33 * Very simple polyphonic, single channel synthesizer. It runs a background
85 int channel = (byte) (data[0] & MidiConstants.STATUS_CHANNEL_MASK); local
88 noteOff(channel, data[1], data[2]);
91 noteOn(channel, data[1], data[2]);
95 pitchBend(channel, bend);
197 public void noteOff(int channel, int noteIndex, int velocity) {
226 * @param channel
230 public void noteOn(int channel, int noteIndex, int velocity) {
232 noteOff(channel, noteIndex, velocity);
247 public void pitchBend(int channel, int bend)
    [all...]
  /device/generic/goldfish/wifi/
simulated_hostapd.conf 146 # Channel number (IEEE 802.11)
149 # channel will need to be configured separately with iwconfig.
151 # If CONFIG_ACS build option is enabled, the channel can be selected
152 # automatically at run time by setting channel=acs_survey or channel=0, both of
154 channel=8
156 # ACS tuning - Automatic Channel Selection
164 # driver) on each available channel for given hw_mode. Increasing this value
165 # means sacrificing startup time and gathering more data wrt channel
166 # interference that may help choosing a better channel. This can also help fin
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
Token.js 33 * on a particular "channel". The parser tunes to a particular channel
34 * so that whitespace etc... can go to the parser on a "hidden" channel.
38 /** Anything on different channel than DEFAULT_CHANNEL is not parsed
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRUnbufferedTokenStream.h 41 NSInteger channel; variable
46 @property (getter=getChannel, setter=setChannel:) NSInteger channel; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRUnbufferedTokenStream.h 41 NSInteger channel; variable
46 @property (getter=getChannel, setter=setChannel:) NSInteger channel; variable
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRUnbufferedTokenStream.h 41 NSInteger channel; variable
46 @property (getter=getChannel, setter=setChannel:) NSInteger channel; variable
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRLexerState.h 42 - (NSUInteger) channel;
  /external/antlr/antlr-3.4/runtime/Perl5/examples/tweak/
T.g 64 WS : (' '|'\t'|'\n')+ { $channel = $self->HIDDEN; }
  /external/autotest/server/cros/ap_configurators/
ap_configurator_factory_unittest.py 52 self.channel = None
90 self.channel = ap_spec.channel
99 """Returns the channel."""
100 return self.channel
217 # Pick something that is not the default channel.
218 channel = ap_spec.VALID_5GHZ_CHANNELS[-1]
219 spec = ap_spec.APSpec(channel=channel)
223 self.assertEquals(actual[0].get_channel(), channel)
    [all...]
linksyswrt160_ap_configurator.py 30 def _set_channel(self, channel):
31 position = self._get_channel_popup_position(channel)
  /external/autotest/server/site_tests/network_WiFi_ConnectOnResume/
network_WiFi_ConnectOnResume.py 37 hostap_config.HostapConfig(channel=1, hide_ssid=True))
49 channel=1, ssid=router_ssid, hide_ssid=True))
  /external/autotest/server/site_tests/network_WiFi_Prefer5Ghz/
network_WiFi_Prefer5Ghz.py 20 ap_config0 = hostap_config.HostapConfig(channel=1, mode=mode_n)
24 ssid=ssid, channel=48, mode=mode_n)
  /external/autotest/server/site_tests/network_WiFi_WakeOnSSID/
network_WiFi_WakeOnSSID.py 22 hostap_config.HostapConfig(channel=1))
45 ssid=ap_ssid, channel=1))
  /external/curl/docs/cmdline-opts/
ftp-ssl-ccc.d 7 Use CCC (Clear Command Channel) Shuts down the SSL/TLS layer after
8 authenticating. The rest of the control channel communication will be
  /external/libxcam/modules/ocl/
cl_3d_denoise_handler.h 44 uint32_t channel,
104 const SmartPtr<CLContext> &context, uint32_t channel, uint8_t ref_count);
cl_wavelet_denoise_handler.h 43 uint32_t channel,
89 create_cl_wavelet_denoise_image_handler (const SmartPtr<CLContext> &context, uint32_t channel);
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_swizzle.h 70 * Broadcast one channel of a vector composed of arrays of XYZ.. structures into
76 unsigned channel,
138 unsigned channel);
  /external/replicaisland/src/com/replica/replicaisland/
ButtonAnimationComponent.java 27 private ChannelSystem.Channel mChannel;
78 public void setChannel(ChannelSystem.Channel channel) {
79 mChannel = channel;
  /external/tensorflow/tensorflow/contrib/verbs/
grpc_verbs_service_impl.h 32 class Channel;
57 Stub(const std::shared_ptr< ::grpc::ChannelInterface>& channel);
67 const std::shared_ptr< ::grpc::ChannelInterface>& channel,

Completed in 525 milliseconds

<<21222324252627282930>>