HomeSort by relevance Sort by last modified time
    Searched full:channel (Results 601 - 625 of 5269) sorted by null

<<21222324252627282930>>

  /external/wpa_supplicant_8/src/ap/
hw_features.c 61 "Fetching hardware channel/rate support not "
92 wpa_printf(MSG_MSGDUMP, "Allowed channel: mode=%d "
195 sec_chan = iface->conf->channel + iface->conf->secondary_channel * 4;
196 wpa_printf(MSG_DEBUG, "HT40: control channel: %d "
197 "secondary channel: %d",
198 iface->conf->channel, sec_chan);
200 /* Verify that HT40 secondary channel is an allowed 20 MHz
201 * channel */
213 wpa_printf(MSG_ERROR, "HT40 secondary channel %d not allowed",
219 * Verify that HT40 primary,secondary channel pair is allowed pe
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppPreference.java 44 * This class cache Bluetooth device name and channel locally. Its a temp
118 Integer channel = null; local
120 channel = mChannels.get(key);
122 " as " + channel);
124 return (channel != null) ? channel : -1;
137 public void setChannel(BluetoothDevice remoteDevice, int uuid, int channel) {
139 + channel);
140 if (channel != getChannel(remoteDevice, uuid)) {
143 ed.putInt(key, channel);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_midi_emul.h 5 * Midi channel definition for optional channel management.
29 * channel. All drivers for hardware that does not understand midi
34 int number; /* The channel number */
35 int client; /* The client associated with this channel */
36 int port; /* The port associated with this channel */
40 drum_channel:1, /* Drum channel */
45 unsigned char midi_pressure; /* Channel pressure */
62 * The channel set consists of information describing the client and
65 * channel set type if it wished with the channel array null
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
seq_midi_emul.h 5 * Midi channel definition for optional channel management.
29 * channel. All drivers for hardware that does not understand midi
34 int number; /* The channel number */
35 int client; /* The client associated with this channel */
36 int port; /* The port associated with this channel */
40 drum_channel:1, /* Drum channel */
45 unsigned char midi_pressure; /* Channel pressure */
62 * The channel set consists of information describing the client and
65 * channel set type if it wished with the channel array null
    [all...]
  /device/generic/goldfish/qemud/
qemud.c 32 * - the special channel index 0 is used by the emulator and qemud only.
33 * other channel numbers correspond to clients. More specifically,
42 * internal unique channel number > 0, then sends a connection
43 * initiation request to the emulator (i.e. through channel 0):
48 * number corresponding to the channel number.
50 * * in case of success, the emulator responds through channel 0
59 * send the following through channel 0:
71 * * any command sent through channel 0 to the emulator that is
299 #define MAX_EVENTS (MAX_CHANNELS+1) /* each channel + the serial fd */
646 int channel; member in struct:Packet
1229 int channel; member in struct:Client
1438 int channel = hex2int(p->data+11, 2); local
1454 int channel = hex2int(p->data+11, 2); local
1465 int channel = hex2int(p->data+11, 2); local
1544 int len, channel; local
    [all...]
  /external/chromium_org/chrome/installer/linux/debian/
build.sh 26 GZLOG="${STAGEDIR}/usr/share/doc/${PACKAGE}-${CHANNEL}/changelog.gz"
35 -f"${DEB_FILES}" -p"${PACKAGE}-${CHANNEL}" -P"${STAGEDIR}" \
51 # Always use a different name for /usr/bin symlink depending on channel.
54 local USR_BIN_SYMLINK_NAME="${PACKAGE}-${CHANNEL}"
56 if [ "$CHANNEL" != "stable" ]; then
62 local SXS_USER_DATA_DIR="\${XDG_CONFIG_HOME:-\${HOME}/.config}/${PACKAGE}-${CHANNEL}"
66 local INSTALLDIR="${INSTALLDIR}-${CHANNEL}"
70 if [ "$CHANNEL" = "trunk" ] || [ "$CHANNEL" = "asan" ]; then
71 local PACKAGE="${PACKAGE}-${CHANNEL}"
    [all...]
  /external/chromium_org/net/websockets/
websocket_event_interface.h 23 // Any event can cause the Channel to be deleted. The Channel needs to avoid
34 // have been generated internally. If |fail| is true, the channel cannot be
47 // Called to provide more send quota for this channel to the renderer
58 // Called when the channel has been dropped, either due to a network close, a
66 // The channel should not be used again after OnDropChannel() has been
70 // must delete the Channel and return CHANNEL_DELETED.
  /external/chromium_org/third_party/libjingle/source/talk/examples/ios/AppRTCDemo/
ios_channel.html 3 <script src="http://apprtc.appspot.com/_ah/channel/jsapi"></script>
6 Helper HTML that redirects Google AppEngine's Channel API to Objective C.
9 protocol. Then when there is a channel message, it is encoded in an IFRAME.
39 var channel = null;
49 channel = new goog.appengine.Channel(QueryString.token);
50 socket = channel.open({
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportchannelproxy.h 46 // Proxies calls between the client and the transport channel implementation.
88 // Catch signals from the implementation channel. These just forward to the
90 void OnReadableState(TransportChannel* channel);
91 void OnWritableState(TransportChannel* channel);
92 void OnReadPacket(TransportChannel* channel, const char* data, size_t size,
94 void OnReadyToSend(TransportChannel* channel);
95 void OnRouteChange(TransportChannel* channel, const Candidate& candidate);
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestAutoAST.java 43 "WS : (' '|'\\n') {$channel=HIDDEN;} ;\n";
56 "WS : (' '|'\\n') {$channel=HIDDEN;} ;\n";
69 "WS : (' '|'\\n') {$channel=HIDDEN;} ;\n";
82 "WS : (' '|'\\n') {$channel=HIDDEN;} ;\n";
95 "WS : (' '|'\\n') {$channel=HIDDEN;} ;\n";
108 "WS : (' '|'\\n') {$channel=HIDDEN;} ;\n";
121 "WS : (' '|'\\n') {$channel=HIDDEN;} ;\n";
134 "WS : (' '|'\\n') {$channel=HIDDEN;} ;\n";
147 "WS : (' '|'\\n') {$channel=HIDDEN;} ;\n";
160 "WS : (' '|'\\n') {$channel=HIDDEN;} ;\n"
    [all...]
  /external/bluetooth/bluedroid/stack/include/
avct_api.h 52 #define AVCT_DATA_CTRL 0x0001 /* for the control channel */
53 #define AVCT_DATA_BROWSE 0x0002 /* for the browsing channel */
56 #define AVCT_MIN_CONTROL_MTU 48 /* Per the AVRC spec, minimum MTU for the control channel */
57 #define AVCT_MIN_BROWSE_MTU 335 /* Per the AVRC spec, minimum MTU for the browsing channel */
63 #define AVCT_BROWSE_OFFSET 17 /* the default offset for browsing channel */
184 ** is the last connection to a peer the L2CAP channel for AVCTP
217 ** is the last connection to a peer the L2CAP channel for AVCTP
230 ** Description Get the peer_mtu for the AVCTP Browse channel of the given
233 ** Returns the peer browsing channel MTU.
242 ** Description Get the peer_mtu for the AVCTP channel of the give
    [all...]
l2c_api.h 167 /* L2CAP channel configured field bitmap */
463 ** Description Higher layers call this function to disconnect a channel.
475 ** disconnection of a channel.
489 ** L2CAP_DW_CONGESTED, if data accepted and the channel is congested
526 ** connection will be torn down immediately when the last channel
544 ** down immediately when the last channel is removed.
619 ** Description Sets the transmission priority for an ACL channel.
623 ** Returns TRUE if a valid channel, else FALSE
632 ** Description Higher layers call this function to flow control a channel.
636 ** Returns TRUE if valid channel, else FALS
    [all...]
  /external/chromium_org/content/child/npapi/
np_channel_base.h 55 // Encapsulates an IPC channel between a renderer and another process. Used to
67 // keep the channel around longer than necessary.
98 // Returns whether the channel is valid or not. A channel is invalid
99 // if it is disconnected due to a channel error.
126 // Returns a NPChannelBase derived object for the given channel name.
127 // If an existing channel exists returns that object, otherwise creates a
130 // on the channel and its ref count is 0, the object deletes itself.
132 const IPC::ChannelHandle& channel_handle, IPC::Channel::Mode mode,
164 IPC::Channel::Mode mode_
    [all...]
npobject_proxy.cc 62 NPChannelBase* channel,
66 : channel_(channel),
86 NPObject* NPObjectProxy::Create(NPChannelBase* channel,
93 obj->proxy = new NPObjectProxy(channel, route_id, render_view_id, page_url);
94 channel->AddMappingForNPObjectProxy(route_id, &obj->object);
122 // Release our ref count of the plugin channel object, as it addrefs the
193 // Send so addref the channel in this scope.
217 if (IsPluginProcess() && proxy->channel()) {
219 proxy->channel()->GetModalDialogEvent(render_view_id));
284 scoped_refptr<NPChannelBase> channel(proxy->channel_)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioBus.h 42 // An AudioBus with one channel is mono, an AudioBus with two channels is stereo, etc.
68 // If allocate is false then setChannelMemory() has to be called later on for each channel before the AudioBus is useable...
71 // Tells the given channel to use an externally allocated buffer.
77 AudioChannel* channel(unsigned channel) { return m_channels[channel].get(); } function in class:WebCore::AudioBus
78 const AudioChannel* channel(unsigned channel) const { return const_cast<AudioBus*>(this)->m_channels[channel].get(); } function in class:WebCore::AudioBus
102 // Returns true if the channel count and frame-size match
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
datachannel.h 40 #include "talk/session/media/channel.h"
56 // Adds the data channel SID to the transport for SCTP.
58 // Removes the data channel SID from the transport for SCTP.
60 // Returns true if the transport channel is ready to send data.
73 // kConnecting: The channel has been created the transport might not yet be
75 // kOpen: The channel have a local SSRC set by a call to UpdateSendSsrc
118 // Called when the channel's ready to use. That can happen when the
119 // underlying DataMediaChannel becomes ready, or when this channel is a new
124 void OnDataReceived(cricket::DataChannel* channel,
128 // The remote peer request that this channel should be closed
    [all...]
  /frameworks/base/core/jni/
android_view_InputEventSender.cpp 86 ALOGD("channel '%s' ~ Initializing input event sender.", getInputChannelName());
103 ALOGD("channel '%s' ~ Disposing input event sender.", getInputChannelName());
111 ALOGD("channel '%s' ~ Sending key event, seq=%u.", getInputChannelName(), seq);
120 ALOGW("Failed to send key event on channel '%s'. status=%d",
130 ALOGD("channel '%s' ~ Sending motion event, seq=%u.", getInputChannelName(), seq);
145 ALOGW("Failed to send motion event sample on channel '%s'. status=%d",
157 // This error typically occurs when the consumer has closed the input channel
160 ALOGD("channel '%s' ~ Consumer closed input channel or an error occurred. "
167 ALOGW("channel '%s' ~ Received spurious callback for unhandled poll event.
    [all...]
  /external/bluetooth/bluedroid/stack/avdt/
avdt_l2c.c 143 /* set channel state */
178 /* do we already have a control channel for this peer? */
189 /* allocate and set up entry; first channel is always signaling */
211 /* deal with simultaneous control channel connect case */
217 /* this must be a traffic channel; are we accepting a traffic channel
226 /* this must be a reporting channel; are we accepting a reporting channel
235 /* else we're not listening for traffic channel; reject */
282 /* look up info for this channel */
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/cast_channel/
cast_socket.h 44 // This class implements a channel between Chrome and a Cast device using a TCP
45 // socket. The channel may be unauthenticated (cast://) or authenticated
56 // An error occurred on the channel.
59 // A string message was received on the channel.
74 // The URL for the channel.
80 // Channel id for the ApiResourceManager.
83 // Sets the channel id.
86 // Returns the state of the channel.
89 // Returns the last error that occurred on this channel, or CHANNEL_ERROR_NONE
93 // Connects the channel to the peer. If successful, the channel will be i
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvoiceengine.h 45 #include "talk/session/media/channel.h"
148 virtual void Process(int channel,
158 void RegisterChannel(WebRtcVoiceMediaChannel *channel);
159 void UnregisterChannel(WebRtcVoiceMediaChannel *channel);
162 void RegisterSoundclip(WebRtcSoundclipMedia *channel);
163 void UnregisterSoundclip(WebRtcSoundclipMedia *channel);
180 // Create a VoiceEngine Channel.
205 virtual void CallbackOnError(int channel, int errCode);
211 WebRtcVoiceMediaChannel** channel,
284 // WebRtcMediaChannel is a class that implements the common WebRtc channel
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t057autoAST.py 120 WS : (' '|'\n') {$channel=HIDDEN;};
135 WS : (' '|'\n') {$channel=HIDDEN;} ;
150 WS : (' '|'\n') {$channel=HIDDEN;} ;
165 WS : (' '|'\n') {$channel=HIDDEN;} ;
180 WS : (' '|'\n') {$channel=HIDDEN;} ;
195 WS : (' '|'\n') {$channel=HIDDEN;} ;
210 WS : (' '|'\n') {$channel=HIDDEN;} ;
225 WS : (' '|'\n') {$channel=HIDDEN;} ;
240 WS : (' '|'\n') {$channel=HIDDEN;} ;
255 WS : (' '|'\n') {$channel=HIDDEN;}
    [all...]
  /external/libvorbis/doc/
04-codec.tex 104 configurations, channel mapping configurations and mode
180 multichannel audio with varying channel mapping applications. Vorbis I
181 uses a single mapping type (0), with implicit PCM channel mappings.
204 \item if set, square polar channel mapping is in use:
211 \item the numbers read in the above two steps are channel numbers representing the channel to treat as magnitude and the channel to treat as angle, respectively. If for any coupling step the angle channel number equals the magnitude channel number, the magnitude channel number is greater than \varname{[audio_channels]}-1, or the angle channel is greater than \varname (…)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/messaging/
message_service.cc 47 // Since we have 2 ports for every channel, we just index channels by half the
56 // Change even to odd and vice versa, to get the other side of a given channel.
150 // Sanity checks to make sure our channel<->port converters are correct.
231 // Only include the TLS channel ID for externally connected web pages.
307 // If the target requests the TLS channel id, begin the lookup for it.
310 // messages awaiting TLS channel ID first.
361 scoped_ptr<MessageChannel> channel(new MessageChannel());
362 channel->opener.reset(new ExtensionMessagePort(source, MSG_ROUTING_CONTROL,
377 // Abandon the channel.
384 channel->receiver.reset(new NativeMessagePort(native_process.release()))
513 MessageChannel* channel = channel_iter->second; local
    [all...]
  /external/chromium_org/chrome/
chrome_installer.gypi 756 # These package actions are the same except for the 'channel' variable.
768 'channel': 'asan',
770 'action_name': 'deb_packages_<(channel)',
779 '<(PRODUCT_DIR)/google-chrome-<(channel)_<(version)-1_<(deb_arch).deb',
781 'action': [ '<@(deb_cmd)', '-c', '<(channel)', ],
796 'channel': 'trunk',
798 'action_name': 'deb_packages_<(channel)',
807 '<(PRODUCT_DIR)/google-chrome-<(channel)_<(version)-1_<(deb_arch).deb',
809 'action': [ '<@(deb_cmd)', '-c', '<(channel)', ],
824 'channel': 'unstable'
    [all...]
  /external/chromium_org/chrome/common/extensions/api/
_api_features.json 25 "channel": "stable",
51 "channel": "stable",
114 "channel": "dev",
118 "channel": "stable",
134 "cast.channel": {
230 "channel": "stable",
245 "channel": "stable",
269 "channel": "stable",
303 "channel": "stable",
339 "channel": "stable"
    [all...]

Completed in 1146 milliseconds

<<21222324252627282930>>