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

<<11121314151617181920>>

  /hardware/libhardware_legacy/include/hardware_legacy/
tdls.h 28 int channel; /* channel hint, in channel number (NOT frequency ) */ member in struct:__anon48446
35 int channel; member in struct:__anon48447
  /packages/apps/Contacts/src/com/android/contacts/util/
ContactsNotificationChannelsUtil.java 39 final NotificationChannel channel = new NotificationChannel(DEFAULT_CHANNEL, local
42 nm.createNotificationChannel(channel);
  /packages/apps/TV/tests/common/src/com/android/tv/testing/testinput/
TestInputControlConnection.java 55 * Update the state of the channel.
57 * @param channel the channel to update.
58 * @param data the new state for the channel.
60 public void updateChannelState(ChannelInfo channel, ChannelStateData data) {
63 mControl.updateChannelState(channel.originalNetworkId, data);
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
CommonToken.js 5 this.channel = 0; // org.antlr.runtime.CommonToken.DEFAULT_CHANNEL
18 this.channel = oldToken.getChannel();
27 this.channel = 0; // org.antlr.runtime.CommonToken.DEFAULT_CHANNEL
31 this.channel = arguments[2];
81 return this.channel;
84 setChannel: function(channel) {
85 this.channel = channel;
126 if ( this.channel>0 ) {
127 channelStr=",channel="+this.channel
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/scopes/
SymbolTableLexer.m 87 state.channel = _channel;
119 state.channel = _channel;
151 state.channel = _channel;
183 state.channel = _channel;
216 state.channel = _channel;
249 state.channel = _channel;
281 state.channel = _channel;
313 state.channel = _channel;
380 state.channel = _channel;
447 state.channel = _channel
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_utils.c 52 * p2p_channel_to_freq - Convert channel info to frequency
54 * @channel: Channel number
55 * Returns: Frequency in MHz or -1 if the specified channel is unknown
57 int p2p_channel_to_freq(int op_class, int channel)
59 return ieee80211_chan_to_freq(NULL, op_class, channel);
64 * p2p_freq_to_channel - Convert frequency into channel info
66 * @channel: Buffer for returning channel number
69 int p2p_freq_to_channel(unsigned int freq, u8 *op_class, u8 *channel)
    [all...]
  /external/sonivox/jet_tools/JetCreator/
midifile.py 193 def __init__ (self, track, channel, name, empty):
195 self.channel = channel
199 return "['%s', '%s', '%s']" % (self.track, self.channel, self.name)
320 def __init__ (self, channel, exclude=True):
321 self.channel = channel
325 if event.channel in self.channel:
367 status = msg + self.channel
    [all...]
  /device/generic/goldfish/include/
qemu.h 27 * QEMU communication channel, either through a qemud socket or
42 /* try to open a qemu communication channel.
46 * 'channel' must be a QemuChannel structure that is empty
48 * time to re-open the channel using the same 'channel'
51 extern int qemu_channel_open( QemuChannel* channel,
68 /* directly sends a command through the 'hw-control' channel.
69 * this will open the channel, send the formatted command, then
70 * close the channel automatically.
75 /* sends a question to the hw-control channel, then receive an answer i
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRCommonTokenStream.h 39 NSUInteger channel; variable
43 @property (assign, getter=channel,setter=setChannel:) NSUInteger channel; variable
48 Channel:(NSUInteger)aChannel;
52 - (id) initWithTokenSource:(id<ANTLRTokenSource>)theTokenSource Channel:(NSUInteger)aChannel;
68 - (NSUInteger)channel;
  /external/autotest/server/site_tests/network_WiFi_Manual/
network_WiFi_Manual.py 19 channel=1, ssid='manual_test',
  /external/caliper/caliper/src/main/java/com/google/caliper/worker/
WorkerMain.java 42 SocketChannel channel = SocketChannel.open(); local
43 channel.configureBlocking(false);
44 channel.connect(new InetSocketAddress(InetAddresses.forString("127.0.0.1"), request.port));
51 WorkerEventLog log = new WorkerEventLog(OpenedSocket.fromSocket(channel));
  /external/libxaac/decoder/
ixheaacd_drc_dec.h 42 WORD32 channel, WORD32 frame_size);
  /external/llvm/bindings/ocaml/bitwriter/
llvm_bitwriter.ml 27 let output_bitcode ?unbuffered channel m =
28 write_bitcode_to_fd ?unbuffered m (Unix.descr_of_out_channel channel)
  /external/swiftshader/third_party/LLVM/bindings/ocaml/bitwriter/
llvm_bitwriter.ml 24 let output_bitcode ?unbuffered channel m =
25 write_bitcode_to_fd ?unbuffered m (Unix.descr_of_out_channel channel)
  /external/webrtc/webrtc/modules/audio_coding/neteq/
dtmf_tone_generator.cc 184 // Copy first channel to all other channels.
185 for (size_t channel = 1; channel < output->Channels(); ++channel) {
186 output->CopyChannel(0, channel);
expand.h 59 // Returns the mute factor for |channel|.
60 int16_t MuteFactor(size_t channel) {
61 assert(channel < num_channels_);
62 return channel_parameters_[channel].mute_factor;
76 size_t channel,
  /external/webrtc/webrtc/test/channel_transport/
channel_transport.h 25 VoiceChannelTransport(VoENetwork* voe_network, int channel);
44 // Specifies the destination port and IP address for a specified channel.
  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
rtp_rtcp_test.cc 24 virtual void OnIncomingCSRCChanged(int channel,
27 virtual void OnIncomingSSRCChanged(int channel,
43 void TestRtpObserver::OnIncomingSSRCChanged(int channel,
46 sprintf(msg, "\n=> OnIncomingSSRCChanged(channel=%d, SSRC=%u)\n", channel,
62 // We need a second channel for this test, so set it up.
  /libcore/ojluni/src/main/java/java/nio/channels/
MembershipKey.java 44 * the channel is closed. The validity of the membership key may be tested
69 * method, or the channel is closed.
80 * then the membership is dropped and the channel will no longer receive any
82 * then the channel will no longer receive datagrams sent to the group from
88 * then the channel may {@link MulticastChannel#join join} the group again
143 * Returns the channel for which this membership key was created. This
144 * method will continue to return the channel even after the membership
147 * @return the channel
149 public abstract MulticastChannel channel(); method in class:MembershipKey
  /packages/apps/TV/src/com/android/tv/recommendation/
ChannelRecord.java 25 import com.android.tv.data.api.Channel;
38 private Channel mChannel;
42 public ChannelRecord(Context context, Channel channel, boolean inputRemoved) {
44 mChannel = channel;
49 public Channel getChannel() {
53 public void setChannel(Channel channel, boolean inputRemoved) {
54 mChannel = channel;
  /system/media/radio/src/
radio_metadata_hidden.h 43 * | channel |
78 uint32_t channel; /* channel (frequency) this meta data is associated with */ member in struct:radio_metadata_buffer
79 uint32_t sub_channel; /* sub channel this meta data is associated with */
  /external/syslinux/gpxe/src/drivers/net/ath5k/
ath5k_reset.c 74 * @channel: the currently set channel upon reset
86 struct net80211_channel *channel)
93 !(channel->hw_value & CHANNEL_OFDM)) {
94 DBG("ath5k: attempt to set OFDM timings on non-OFDM channel\n");
103 clock = ath5k_hw_htoclock(1, channel->hw_value & CHANNEL_TURBO);
105 coef_scaled = ((5 * (clock << 24)) / 2) / channel->center_freq;
309 * Get channel mode flags
423 struct net80211_channel *channel)
434 if ((channel->center_freq % refclk_freq != 0) &
    [all...]
  /external/adhd/cras/src/server/
cras_mix.c 48 float increment, int channel)
50 ops->scale_buffer_increment(fmt, buff, frame * channel, scaler,
51 increment, channel);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
RecognizerSharedState.cs 138 /** <summary>The channel number for the current token</summary> */
139 public int channel; field in class:Antlr.Runtime.RecognizerSharedState
177 channel = state.channel;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
RecognizerSharedState.cs 140 /** <summary>The channel number for the current token</summary> */
141 public int channel; field in class:Antlr.Runtime.RecognizerSharedState
181 channel = state.channel;

Completed in 1220 milliseconds

<<11121314151617181920>>