/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorWorkerAgent.cpp | 166 WorkerFrontendChannel* channel = m_idToChannel.get(workerId); local 167 if (channel) 168 channel->connectToWorkerGlobalScope(); 175 WorkerFrontendChannel* channel = m_idToChannel.get(workerId); local 176 if (channel) 177 channel->disconnectFromWorkerGlobalScope(); 184 WorkerFrontendChannel* channel = m_idToChannel.get(workerId); local 185 if (channel) 186 channel->proxy()->sendMessageToInspector(message->toJSONString()); 238 WorkerFrontendChannel* channel = new WorkerFrontendChannel(m_inspectorFrontend, workerGlobalScopeProxy) local [all...] |
/frameworks/av/media/libstagefright/codecs/common/include/ |
voAudio.h | 36 #define VO_PID_AUDIO_CHANNELS (VO_PID_AUDIO_BASE | 0X0003) /*!< The channel of audio */ 38 #define VO_PID_AUDIO_CHANNELMODE (VO_PID_AUDIO_BASE | 0X0005) /*!< The channel mode of audio */ 73 * the channel type value 76 VO_CHANNEL_CENTER = 1, /*!<center channel*/ 77 VO_CHANNEL_FRONT_LEFT = 1<<1, /*!<front left channel*/ 78 VO_CHANNEL_FRONT_RIGHT = 1<<2, /*!<front right channel*/ 79 VO_CHANNEL_SIDE_LEFT = 1<<3, /*!<side left channel*/ 80 VO_CHANNEL_SIDE_RIGHT = 1<<4, /*!<side right channel*/ 81 VO_CHANNEL_BACK_LEFT = 1<<5, /*!<back left channel*/ 82 VO_CHANNEL_BACK_RIGHT = 1<<6, /*!<back right channel*/ [all...] |
/external/chromium_org/chrome/installer/util/ |
channel_info_unittest.cc | 24 std::wstring channel; local 27 EXPECT_TRUE(ci.GetChannelName(&channel)); 28 EXPECT_EQ(kChannelStable, channel); 30 EXPECT_TRUE(ci.GetChannelName(&channel)); 31 EXPECT_EQ(kChannelStable, channel); 34 EXPECT_TRUE(ci.GetChannelName(&channel)); 35 EXPECT_EQ(kChannelBeta, channel); 37 EXPECT_TRUE(ci.GetChannelName(&channel)); 38 EXPECT_EQ(kChannelBeta, channel); 40 EXPECT_TRUE(ci.GetChannelName(&channel)); [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
Reverb.cpp | 67 vsvesq(response->channel(i)->data(), 1, &channelPower, length); 122 AudioChannel* channel = impulseResponseBuffer->channel(i); local 124 OwnPtr<ReverbConvolver> convolver = adoptPtr(new ReverbConvolver(channel, renderSliceSize, maxFFTSize, convolverRenderPhase, useBackgroundThreads)); 153 AudioChannel* destinationChannelL = destinationBus->channel(0); 154 const AudioChannel* sourceChannelL = sourceBus->channel(0); 163 const AudioChannel* sourceChannelR = sourceBus->channel(1); 164 AudioChannel* destinationChannelR = destinationBus->channel(1); 170 AudioChannel* destinationChannel = destinationBus->channel(i); 178 AudioChannel* destinationChannelR = destinationBus->channel(1) [all...] |
/external/wpa_supplicant_8/src/ap/ |
acs.c | 2 * ACS - Automatic Channel Selection module 24 * Automatic Channel Selection 34 * - use channel=0 or channel=acs to enable ACS 40 * 2. interference factor is calculated for each channel 41 * 3. ideal channel is picked depending on channel width by using adjacent 42 * channel interference factors 48 * may be missed and a suboptimal channel may be picked. 49 * - Ideal channel may end up overlapping a channel with 40 MHz intolerant BS [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
mixer.h | 171 /** Mixer simple element channel identifier */ 223 const char *snd_mixer_selem_channel_name(snd_mixer_selem_channel_id_t channel); 237 int snd_mixer_selem_has_playback_channel(snd_mixer_elem_t *obj, snd_mixer_selem_channel_id_t channel); 239 int snd_mixer_selem_has_capture_channel(snd_mixer_elem_t *obj, snd_mixer_selem_channel_id_t channel); 253 int snd_mixer_selem_get_playback_volume(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, long *value); 254 int snd_mixer_selem_get_capture_volume(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, long *value); 255 int snd_mixer_selem_get_playback_dB(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, long *value); 256 int snd_mixer_selem_get_capture_dB(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, long *value); 257 int snd_mixer_selem_get_playback_switch(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, int *value); 258 int snd_mixer_selem_get_capture_switch(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, int *value) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
mixer.h | 171 /** Mixer simple element channel identifier */ 223 const char *snd_mixer_selem_channel_name(snd_mixer_selem_channel_id_t channel); 237 int snd_mixer_selem_has_playback_channel(snd_mixer_elem_t *obj, snd_mixer_selem_channel_id_t channel); 239 int snd_mixer_selem_has_capture_channel(snd_mixer_elem_t *obj, snd_mixer_selem_channel_id_t channel); 253 int snd_mixer_selem_get_playback_volume(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, long *value); 254 int snd_mixer_selem_get_capture_volume(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, long *value); 255 int snd_mixer_selem_get_playback_dB(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, long *value); 256 int snd_mixer_selem_get_capture_dB(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, long *value); 257 int snd_mixer_selem_get_playback_switch(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, int *value); 258 int snd_mixer_selem_get_capture_switch(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, int *value) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
mixer.h | 171 /** Mixer simple element channel identifier */ 223 const char *snd_mixer_selem_channel_name(snd_mixer_selem_channel_id_t channel); 237 int snd_mixer_selem_has_playback_channel(snd_mixer_elem_t *obj, snd_mixer_selem_channel_id_t channel); 239 int snd_mixer_selem_has_capture_channel(snd_mixer_elem_t *obj, snd_mixer_selem_channel_id_t channel); 253 int snd_mixer_selem_get_playback_volume(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, long *value); 254 int snd_mixer_selem_get_capture_volume(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, long *value); 255 int snd_mixer_selem_get_playback_dB(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, long *value); 256 int snd_mixer_selem_get_capture_dB(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, long *value); 257 int snd_mixer_selem_get_playback_switch(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, int *value); 258 int snd_mixer_selem_get_capture_switch(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, int *value) [all...] |
/external/srec/srec/cfront/ |
spec_anl.c | 56 void filterbank_emulation(front_channel * channel, front_wave *waveobj, 63 MEMMOVE(channel->cep + (channel->mel_dim + 1), channel->cep, 64 (Q2 - 1) *(channel->mel_dim + 1), sizeof(cepdata)); 65 channel->shift = 0; 71 preemph(channel->prebuff, freqobj->window_length, income, num_samples, 72 waveobj->pre_mel, &channel->lastx); 76 write_scaled_frames(freqobj->window_length, 1, channel->prebuff, D_FIXED, (float) 1 / (0x01 << WAVE_SHIFT)); 83 channel->shift += place_sample_data(&freqobj->fft, channel->prebuff [all...] |
/external/chromium_org/ipc/ |
ipc_channel_posix.cc | 48 // channel ids as the pipe names. Channels on POSIX use sockets as 52 // the fork arranges it such that the initial control channel ends up on the 57 // A POSIX IPC channel can also be set up as a server for a bound UNIX domain 102 // Lookup a given channel id. Return -1 if not found. 112 // Remove the mapping for the given channel id. No error is signaled if the 165 int Channel::ChannelImpl::global_pid_ = 0; 168 Channel::ChannelImpl::ChannelImpl(const IPC::ChannelHandle& channel_handle, 194 Channel::ChannelImpl::~ChannelImpl() { 222 bool Channel::ChannelImpl::CreatePipe( 227 // 1) It's a channel wrapping a pipe that is given to us [all...] |
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t025lexerRulePropertyRef.py | 22 text, type, line, pos, index, channel, start, stop = lexer.properties[0] 28 assert channel == antlr3.DEFAULT_CHANNEL, lexer.properties[0] 32 text, type, line, pos, index, channel, start, stop = lexer.properties[1] 38 assert channel == antlr3.DEFAULT_CHANNEL, lexer.properties[1] 42 text, type, line, pos, index, channel, start, stop = lexer.properties[2] 48 assert channel == antlr3.DEFAULT_CHANNEL, lexer.properties[2]
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
transportchannelproxy.h | 39 // Proxies calls between the client and the transport channel implementation. 66 // Catch signals from the implementation channel. These just forward to the 68 void OnReadableState(TransportChannel* channel); 69 void OnWritableState(TransportChannel* channel); 70 void OnReadPacket(TransportChannel* channel, const char* data, size_t size); 71 void OnRouteChange(TransportChannel* channel, const talk_base::SocketAddress& address);
|
/external/chromium_org/ppapi/proxy/ |
plugin_message_filter.h | 26 // There is one instance of this class for each renderer channel (same as for 36 // channel. 45 virtual void OnFilterAdded(IPC::Channel* channel) OVERRIDE; 76 // The IPC channel to the renderer. May be NULL if we're not currently 78 IPC::Channel* channel_;
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/ |
LocalStreamForwarder.java | 12 import ch.ethz.ssh2.channel.Channel; 13 import ch.ethz.ssh2.channel.ChannelManager; 27 private Channel cn; 61 * Close the underlying SSH forwarding channel and free up resources. 63 * forwarding channel. Pending output (OutputStream not flushed) will NOT
|
/frameworks/base/core/java/android/bluetooth/ |
BluetoothHealthCallback.java | 48 * Callback to inform change in channel state. 55 * @param prevState The previous state of the channel 56 * @param newState The new state of the channel. 57 * @param fd The Parcel File Descriptor when the channel state is connected. 58 * @param channelId The id associated with the channel. This id will be used 59 * in future calls like when disconnecting the channel.
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/ |
Channel.java | 38 * Essentially, Channel is an implementation of a particular emulated functionality, 40 * SDK controller. For instance, "sensors" is a channel that emulates sensors, 42 * is a channel that supports multi-touch emulation, and transfers multi-touch 45 * Besides connection with the emulator, each channel may contain one or more UI 49 * - Providing a way to register / unregister a UI component with the channel. 55 public abstract class Channel { 134 /** Name for a channel that handles sensors emulation */ 136 /** Name for a channel that handles multi-touch emulation */ 140 * Types of messages internally used by Channel class. 166 /** Channel name ("sensors", "multi-touch", etc.) * [all...] |
/external/openssh/ |
channels.c | 81 /* -- channel core */ 87 static Channel **channels = NULL; 90 * Size of the channel array. All slots of the array must always be 167 static void port_open_helper(Channel *c, char *rtype); 173 /* -- channel core */ 175 Channel * 178 Channel *c; 186 logit("channel_by_id: %d: bad id: channel free", id); 193 * Returns the channel if it is allowed to receive protocol messages. 196 Channel * [all...] |
/external/chromium/chrome/browser/importer/ |
firefox_importer_unittest_utils_mac.cc | 24 // Name of IPC Channel to use for Server<-> Child Communications. 29 // |channel| - IPC Channel to use for communication. 33 const IPC::Channel& channel, base::ProcessHandle* handle) { 47 const int ipcfd = channel.GetClientFileDescriptor(); 63 // Class to communicate on the server side of the IPC Channel. 67 class FFDecryptorServerChannelListener : public IPC::Channel::Listener { 130 channel_.reset(new IPC::Channel(kTestChannelID, 131 IPC::Channel::MODE_SERVER [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
dtlstransportchannel.h | 43 // A bridge between a packet-oriented/channel-type interface on 48 StreamInterfaceChannel(talk_base::Thread* owner, TransportChannel* channel) 49 : channel_(channel), 119 // channel -- the TransportChannel we are wrapping 121 TransportChannelImpl* channel); 172 // Once DTLS has established (i.e., this channel is writable), this method 222 TransportChannelImpl* channel() { return channel_; } function in class:cricket::DtlsTransportChannelWrapper 225 void OnReadableState(TransportChannel* channel); 226 void OnWritableState(TransportChannel* channel); 227 void OnReadPacket(TransportChannel* channel, const char* data, size_t size [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
CommonToken.cs | 43 int channel = TokenChannels.Default; field in class:Antlr.Runtime.CommonToken 71 public CommonToken(ICharStream input, int type, int channel, int start, int stop) { 74 this.channel = channel; 81 this.channel = TokenChannels.Default; 91 channel = oldToken.Channel; 151 public int Channel { 153 return channel; 156 channel = value [all...] |
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
CommonToken.cs | 45 int channel = TokenChannels.Default; field in class:Antlr.Runtime.CommonToken 75 public CommonToken( ICharStream input, int type, int channel, int start, int stop ) 79 this.channel = channel; 87 this.channel = TokenChannels.Default; 98 channel = oldToken.Channel; 170 public int Channel 174 return channel; 178 channel = value [all...] |
CommonTokenStream.cs | 42 * and tokens are prefiltered for a certain channel (the parser will only 43 * see these tokens and cannot change the filter channel number during the 52 /** Skip tokens on any channel but this one; this is how we skip whitespace... */ 64 public CommonTokenStream(ITokenSource tokenSource, int channel) 67 this._channel = channel; 70 public int Channel 92 /** Always leave p on an on-channel token. */ 111 // skip off-channel tokens 133 // skip off-channel tokens 144 /** Given a starting index, return the index of the first on-channel [all...] |
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
CommonToken.java | 36 protected int channel=DEFAULT_CHANNEL; field in class:CommonToken 58 public CommonToken(CharStream input, int type, int channel, int start, int stop) { 61 this.channel = channel; 68 this.channel = DEFAULT_CHANNEL; 78 channel = oldToken.getChannel(); 132 return channel; 135 public void setChannel(int channel) { 136 this.channel = channel; [all...] |
/external/bluetooth/bluedroid/stack/avct/ |
avct_int.h | 49 /* "states" used for L2CAP channel */ 53 #define AVCT_CH_OPEN 3 /* Channel opened */ 65 UINT16 ch_lcid; /* L2CAP channel LCID */ 68 UINT8 ch_state; /* L2CAP channel state */ 76 UINT16 ch_lcid; /* L2CAP channel LCID */ 79 UINT8 ch_state; /* L2CAP channel state */ 82 UINT16 conflict_lcid; /* L2CAP channel LCID */ 92 UINT16 ch_lcid; /* L2CAP channel LCID */ 95 UINT8 ch_state; /* L2CAP channel state */ 97 BT_HDR *p_tx_msg; /* Message to be sent - in case the browsing channel is not open when MsgReg is called * [all...] |
/external/chromium_org/chrome/browser/resources/gaia_auth/ |
saml_injected.js | 18 * docRoot and send them back via a Channel. 27 // Channel to send back changed password. 37 * Initialize the scraper with given channel and docRoot. Note that the 40 * @param {!Object} channel The channel to send back password. 45 init: function(channel, pageURL, docRoot) { 47 this.channel_ = channel; 135 var channel; 140 channel = new Channel(); [all...] |