/external/webrtc/webrtc/p2p/base/ |
dtlstransport.h | 62 bool ApplyLocalTransportDescription(TransportChannelImpl* channel, 90 if (!channel->SetLocalCertificate(certificate_)) { 96 return Base::ApplyLocalTransportDescription(channel, error_desc); 201 DtlsTransportChannelWrapper* channel = new DtlsTransportChannelWrapper( variable 203 channel->SetSslMaxProtocolVersion(ssl_max_version_); 204 return channel; 207 void DestroyTransportChannel(TransportChannelImpl* channel) override { 210 static_cast<DtlsTransportChannelWrapper*>(channel); 211 TransportChannelImpl* base_channel = dtls_channel->channel(); 223 bool ApplyNegotiatedTransportDescription(TransportChannelImpl* channel, [all...] |
transportchannel.h | 39 // Used to indicate channel's connection state. 67 // Returns the session id of this channel. 73 // Returns the states of this channel. Each time one of these states changes, 87 // TODO: Remove the default argument once channel code is updated. 92 // Sets a socket option on this channel. Note that not all options are 99 // Returns the most recent error that occurred on this channel. 142 // Signalled each time a packet is received on this channel. 146 // Signalled each time a packet is sent on this channel. 154 // Invoked when the channel is being destroyed. 157 // Debugging description of this transport channel [all...] |
/frameworks/base/core/jni/ |
android_view_InputEventSender.cpp | 87 ALOGD("channel '%s' ~ Initializing input event sender.", getInputChannelName()); 104 ALOGD("channel '%s' ~ Disposing input event sender.", getInputChannelName()); 112 ALOGD("channel '%s' ~ Sending key event, seq=%u.", getInputChannelName(), seq); 121 ALOGW("Failed to send key event on channel '%s'. status=%d", 131 ALOGD("channel '%s' ~ Sending motion event, seq=%u.", getInputChannelName(), seq); 147 ALOGW("Failed to send motion event sample on channel '%s'. status=%d", 158 // This error typically occurs when the consumer has closed the input channel 162 ALOGD("channel '%s' ~ Consumer closed input channel or an error occurred. " 170 ALOGW("channel '%s' ~ Received spurious callback for unhandled poll event. [all...] |
/libcore/ojluni/src/main/java/sun/nio/ch/ |
FileLockTable.java | 40 * Creates and returns a file lock table for a channel that is connected to 43 public static FileLockTable newSharedFileLockTable(Channel channel, 47 return new SharedFileLockTable(channel, fd); 113 private final Channel channel; field in class:SharedFileLockTable 115 // File key for the file that this channel is connected to 118 SharedFileLockTable(Channel channel, FileDescriptor fd) throws IOException { 119 this.channel = channel [all...] |
/system/bt/stack/include/ |
avct_api.h | 53 #define AVCT_DATA_CTRL 0x0001 /* for the control channel */ 54 #define AVCT_DATA_BROWSE 0x0002 /* for the browsing channel */ 57 #define AVCT_MIN_CONTROL_MTU 48 /* Per the AVRC spec, minimum MTU for the control channel */ 58 #define AVCT_MIN_BROWSE_MTU 335 /* Per the AVRC spec, minimum MTU for the browsing channel */ 64 #define AVCT_BROWSE_OFFSET 17 /* the default offset for browsing channel */ 185 ** is the last connection to a peer the L2CAP channel for AVCTP 218 ** is the last connection to a peer the L2CAP channel for AVCTP 231 ** Description Get the peer_mtu for the AVCTP Browse channel of the given 234 ** Returns the peer browsing channel MTU. 243 ** Description Get the peer_mtu for the AVCTP channel of the give [all...] |
/system/bt/stack/smp/ |
smp_l2c.c | 40 static void smp_connect_callback(UINT16 channel, BD_ADDR bd_addr, BOOLEAN connected, UINT16 reason, 42 static void smp_data_received(UINT16 channel, BD_ADDR bd_addr, BT_HDR *p_buf); 44 static void smp_br_connect_callback(UINT16 channel, BD_ADDR bd_addr, BOOLEAN connected, UINT16 reason, 46 static void smp_br_data_received(UINT16 channel, BD_ADDR bd_addr, BT_HDR *p_buf); 71 fixed_reg.pL2CA_FixedCong_Cb = NULL; /* do not handle congestion on this channel */ 87 ** SMP channel is 91 static void smp_connect_callback (UINT16 channel, BD_ADDR bd_addr, BOOLEAN connected, UINT16 reason, 140 ** SMP channel. 146 static void smp_data_received(UINT16 channel, BD_ADDR bd_addr, BT_HDR *p_buf) 212 ** Description SMP channel tx complete callbac [all...] |
/packages/apps/TV/src/com/android/tv/menu/ |
AppLinkCardView.java | 39 import com.android.tv.data.Channel; 48 public class AppLinkCardView extends BaseCardView<Channel> { 69 private Channel mChannel; 111 public void onBind(Channel channel, boolean selected) { 113 Log.d(TAG, "onBind(channelName=" + channel.getDisplayName() + ", selected=" + selected 116 mChannel = channel; 122 case Channel.APP_LINK_TYPE_CHANNEL: 130 mChannel.loadBitmap(getContext(), Channel.LOAD_IMAGE_TYPE_APP_LINK_ICON, 132 Channel.LOAD_IMAGE_TYPE_APP_LINK_ICON)) [all...] |
/packages/apps/TV/usbtuner/src/com/android/usbtuner/setup/ |
ScanFragment.java | 47 import com.android.usbtuner.data.Channel; 214 public void add(TunerChannel channel) { 215 mChannels.add(channel); 260 private void addChannel(final TunerChannel channel) { 264 mAdapter.add(channel); 326 if (DEBUG) Log.i(TAG, "Channel scan starting"); 359 if (DEBUG) Log.i(TAG, "Channel scan ended"); 365 case Channel.TYPE_TUNER: 367 case Channel.TYPE_FILE: 375 public void onEventDetected(TunerChannel channel, List<PsipData.EitItem> items) [all...] |
/system/bt/stack/avdt/ |
avdt_l2c.c | 148 /* set channel state */ 184 /* do we already have a control channel for this peer? */ 195 /* allocate and set up entry; first channel is always signaling */ 226 /* deal with simultaneous control channel connect case */ 232 /* this must be a traffic channel; are we accepting a traffic channel 241 /* this must be a reporting channel; are we accepting a reporting channel 250 /* else we're not listening for traffic channel; reject */ 297 /* look up info for this 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/webrtc/talk/media/webrtc/ |
webrtcvoiceengine.cc | 1181 int channel() const { function in class:cricket::WebRtcVoiceMediaChannel::WebRtcAudioSendStream 1242 int channel() const { function in class:cricket::WebRtcVoiceMediaChannel::WebRtcAudioReceiveStream 1591 << channel; local 1871 int channel = CreateVoEChannel(); local 1904 << " is associated with channel #" << channel << "."; local 1922 int channel = it->second->channel(); local 1927 << " with VoiceEngine channel #" << channel << "."; local 1965 const int channel = CreateVoEChannel(); local 2031 const int channel = it->second->channel(); local 2035 << " with VoiceEngine channel #" << channel << "."; local 2210 int channel = GetReceiveChannelId(ssrc); local 2263 int channel = GetSendChannelId(ssrc); local [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/ast-output/ |
auto-ast.rb | 67 WS : (' '|'\n') {$channel=HIDDEN;}; 79 WS : (' '|'\n') {$channel=HIDDEN;} ; 91 WS : (' '|'\n') {$channel=HIDDEN;} ; 103 WS : (' '|'\n') {$channel=HIDDEN;} ; 115 WS : (' '|'\n') {$channel=HIDDEN;} ; 128 WS : (' '|'\n') {$channel=HIDDEN;} ; 140 WS : (' '|'\n') {$channel=HIDDEN;} ; 152 WS : (' '|'\n') {$channel=HIDDEN;} ; 164 WS : (' '|'\n') {$channel=HIDDEN;} ; 176 WS : (' '|'\n') {$channel=HIDDEN;} [all...] |
/external/webrtc/talk/app/webrtc/ |
datachannel.h | 38 #include "talk/session/media/channel.h" 57 // Adds the data channel SID to the transport for SCTP. 59 // Removes the data channel SID from the transport for SCTP. 61 // Returns true if the transport channel is ready to send data. 78 // If the channel is externally negotiated, do not send the OPEN message. 103 // Checks if |sid| is available to be assigned to a new SCTP data channel. 115 // kConnecting: The channel has been created the transport might not yet be 117 // kOpen: The channel have a local SSRC set by a call to UpdateSendSsrc 155 // Called when the channel's ready to use. That can happen when the 156 // underlying DataMediaChannel becomes ready, or when this channel is a ne [all...] |
/external/webrtc/webrtc/voice_engine/test/auto_test/ |
voe_stress_test.cc | 229 VALIDATE_STRESS(maxChannels < 1); // Should always have at least one channel 232 int channel(0); 235 channel = base->CreateChannel(); 236 VALIDATE_STRESS(channel < 0); 237 if (channel >= 0) { 238 channelState[channel] = true; 249 // Randomize action (create or delete channel) 253 // Create new channel 254 channel = base->CreateChannel(); 255 VALIDATE_STRESS(channel < 0) [all...] |
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/ |
PsdFile.java | 292 final Channel[] mChannelInfo = new Channel[mChannelCount]; 321 mChannelInfo[0] = new Channel(Channel.ID_ALPHA, length); 322 mChannelInfo[1] = new Channel(Channel.ID_RED, length); 323 mChannelInfo[2] = new Channel(Channel.ID_GREEN, length); 324 mChannelInfo[3] = new Channel(Channel.ID_BLUE, length) [all...] |
/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...] |
/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...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
CommonToken.as | 59 public static function createFromStream(input:CharStream, type:int, channel:int, start:int, stop:int):CommonToken { 62 token._channel = channel; 73 token._channel = oldToken.channel; 121 public function get channel():int { 125 public function set channel(channel:int):void { 126 _channel = channel; 167 if ( channel>0 ) { 168 channelStr=",channel="+channel; [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRRecognizerSharedState.m | 45 @synthesize channel; 89 channel = state.channel; 119 channel = state.channel; 164 channel = aState.channel; 198 - (NSUInteger)channel 200 return channel; 205 channel = theChannel [all...] |
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
dtmf_tone_generator_unittest.cc | 52 for (int channel = 0; channel < channels; ++channel) { 53 EXPECT_NEAR(x, static_cast<double>(signal[channel][n]), 25); 84 for (int channel = 0; channel < channels; ++channel) { 85 EXPECT_NEAR(attenuation_factor * ref_signal[channel][n], 86 signal[channel][n], 150 AudioMultiVector signal(1); // One channel [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...] |