HomeSort by relevance Sort by last modified time
    Searched refs:channel (Results 101 - 125 of 2014) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/chrome/common/
chrome_version_info_posix.cc 14 // Helper function to return both the channel enum and modifier string.
17 VersionInfo::Channel GetChannelImpl(std::string* modifier_out) {
18 VersionInfo::Channel channel = VersionInfo::CHANNEL_UNKNOWN; local
30 channel = VersionInfo::CHANNEL_STABLE;
33 channel = VersionInfo::CHANNEL_DEV;
35 channel = VersionInfo::CHANNEL_BETA;
44 return channel;
57 VersionInfo::Channel VersionInfo::GetChannel() {
  /external/chromium_org/content/common/gpu/
devtools_gpu_instrumentation.h 31 static void FireEvent(EventPhase phase, GpuChannel* channel) {
34 DoFireEvent(phase, channel);
39 static void DoFireEvent(EventPhase, GpuChannel* channel);
49 explicit ScopedGpuTask(GpuChannel* channel) :
50 channel_(channel) {
  /external/chromium_org/device/bluetooth/
bluetooth_l2cap_channel_mac.h 22 // Creates a new L2CAP channel wrapper with the given |socket| and native
23 // |channel|.
24 // NOTE: The |channel| is expected to already be retained.
26 IOBluetoothL2CAPChannel* channel);
29 // Opens a new L2CAP channel with Channel ID |channel_id| to the target
30 // |device|. Returns the opened channel and sets |status| to kIOReturnSuccess
32 // channel was found). Otherwise, sets |status| to an error status.
47 void OnChannelOpenComplete(IOBluetoothL2CAPChannel* channel,
49 void OnChannelClosed(IOBluetoothL2CAPChannel* channel);
    [all...]
bluetooth_rfcomm_channel_mac.h 22 // Creates a new RFCOMM channel wrapper with the given |socket| and native
23 // |channel|.
24 // NOTE: The |channel| is expected to already be retained.
26 IOBluetoothRFCOMMChannel* channel);
29 // Opens a new RFCOMM channel with Channel ID |channel_id| to the target
30 // |device|. Returns the opened channel and sets |status| to kIOReturnSuccess
32 // channel was found). Otherwise, sets |status| to an error status.
47 void OnChannelOpenComplete(IOBluetoothRFCOMMChannel* channel,
49 void OnChannelClosed(IOBluetoothRFCOMMChannel* channel);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCDataChannelEvent.cpp 35 PassRefPtrWillBeRawPtr<RTCDataChannelEvent> RTCDataChannelEvent::create(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<RTCDataChannel> channel)
37 return adoptRefWillBeNoop(new RTCDataChannelEvent(type, canBubble, cancelable, channel));
46 RTCDataChannelEvent::RTCDataChannelEvent(const AtomicString& type, bool canBubble, bool cancelable, PassRefPtrWillBeRawPtr<RTCDataChannel> channel)
48 , m_channel(channel)
57 RTCDataChannel* RTCDataChannelEvent::channel() const function in class:WebCore::RTCDataChannelEvent
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
hybriddataengine.h 56 DataMediaChannel* channel = NULL; local
58 channel = first_->CreateChannel(data_channel_type);
60 if (!channel && second_) {
61 channel = second_->CreateChannel(data_channel_type);
63 return channel;
  /external/chromium_org/third_party/webrtc/voice_engine/include/
voe_external_media.h 32 virtual void Process(int channel, ProcessingTypes type,
55 // media for the specified |channel| and |type|.
57 int channel, ProcessingTypes type, VoEMediaProcess& processObject) = 0;
60 // media for the specified |channel| and |type|.
62 int channel, ProcessingTypes type) = 0;
64 // Pulls an audio frame from the specified |channel| for external mixing.
68 virtual int GetAudioFrame(int channel, int desired_sample_rate_hz,
72 virtual int SetExternalMixing(int channel, bool enable) = 0;
voe_audio_processing.h 50 virtual void OnRxVad(int channel, int vadDecision) = 0;
133 // |channel|. Intended for advanced usage only.
134 virtual int SetRxNsStatus(int channel,
139 virtual int GetRxNsStatus(int channel,
145 // for the specified |channel|. Intended for advanced usage only.
146 virtual int SetRxAgcStatus(int channel,
151 virtual int GetRxAgcStatus(int channel,
156 // specified |channel|.
157 virtual int SetRxAgcConfig(int channel, AgcConfig config) = 0;
160 virtual int GetRxAgcConfig(int channel, AgcConfig& config) = 0
    [all...]
  /external/e2fsprogs/lib/ext2fs/
ext2_io.h 42 errcode_t (*read_error)(io_channel channel,
49 errcode_t (*write_error)(io_channel channel,
74 errcode_t (*open)(const char *name, int flags, io_channel *channel);
75 errcode_t (*close)(io_channel channel);
76 errcode_t (*set_blksize)(io_channel channel, int blksize);
77 errcode_t (*read_blk)(io_channel channel, unsigned long block,
79 errcode_t (*write_blk)(io_channel channel, unsigned long block,
81 errcode_t (*flush)(io_channel channel);
82 errcode_t (*write_byte)(io_channel channel, unsigned long offset,
84 errcode_t (*set_option)(io_channel channel, const char *option
    [all...]
unix_io.c 99 static errcode_t unix_open(const char *name, int flags, io_channel *channel);
100 static errcode_t unix_close(io_channel channel);
101 static errcode_t unix_set_blksize(io_channel channel, int blksize);
102 static errcode_t unix_read_blk(io_channel channel, unsigned long block,
104 static errcode_t unix_write_blk(io_channel channel, unsigned long block,
106 static errcode_t unix_flush(io_channel channel);
107 static errcode_t unix_write_byte(io_channel channel, unsigned long offset,
109 static errcode_t unix_set_option(io_channel channel, const char *option,
111 static errcode_t unix_get_stats(io_channel channel, io_stats *stats)
113 static void reuse_cache(io_channel channel, struct unix_private_data *data
    [all...]
undo_io.c 63 /* The backing io channel */
73 static errcode_t undo_open(const char *name, int flags, io_channel *channel);
74 static errcode_t undo_close(io_channel channel);
75 static errcode_t undo_set_blksize(io_channel channel, int blksize);
76 static errcode_t undo_read_blk64(io_channel channel, unsigned long long block,
78 static errcode_t undo_write_blk64(io_channel channel, unsigned long long block,
80 static errcode_t undo_read_blk(io_channel channel, unsigned long block,
82 static errcode_t undo_write_blk(io_channel channel, unsigned long block,
84 static errcode_t undo_flush(io_channel channel);
85 static errcode_t undo_write_byte(io_channel channel, unsigned long offset
143 io_channel channel; local
    [all...]
  /external/qemu/telephony/
sysdeps.h 41 /* XXX: TODO: channel creation functions */
45 extern int sys_channel_set_non_block( SysChannel channel );
47 extern void sys_channel_on( SysChannel channel,
52 extern int sys_channel_read( SysChannel channel, void* buffer, int size );
54 extern int sys_channel_write( SysChannel channel, const void* buffer, int size );
56 extern void sys_channel_close( SysChannel channel );
  /frameworks/base/wifi/java/android/net/wifi/
WifiChannel.java 23 * Wifi Channel
40 /** channel number */
43 /** is it a DFS channel? */
75 WifiChannel channel = new WifiChannel();
76 channel.freqMHz = in.readInt();
77 channel.channelNum = in.readInt();
78 channel.isDFS = in.readInt() != 0;
79 return channel;
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
CommonTokenStream.java 32 * and tokens are filtered for a certain channel (the parser will only
40 * is that this stream knows how to ignore off channel tokens. There may be
42 * whitespace and comments etc. to the parser on a hidden channel (i.e.,
43 * you set $channel instead of calling skip() in lexer rules.)
49 /** Skip tokens on any channel but this one; this is how we skip whitespace... */
50 protected int channel = Token.DEFAULT_CHANNEL; field in class:CommonTokenStream
58 public CommonTokenStream(TokenSource tokenSource, int channel) {
60 this.channel = channel;
63 /** Always leave p on an on-channel token. *
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
background_noise.h 44 // Returns |energy_| for |channel|.
45 int32_t Energy(size_t channel) const;
47 // Sets the value of |mute_factor_| for |channel| to |value|.
48 void SetMuteFactor(size_t channel, int16_t value);
50 // Returns |mute_factor_| for |channel|.
51 int16_t MuteFactor(size_t channel) const;
53 // Returns a pointer to |filter_| for |channel|.
54 const int16_t* Filter(size_t channel) const;
56 // Returns a pointer to |filter_state_| for |channel|.
57 const int16_t* FilterState(size_t channel) const
    [all...]
  /external/chromium_org/third_party/webrtc/voice_engine/
voe_external_media_impl.cc 15 #include "webrtc/voice_engine/channel.h"
58 int channel,
63 "RegisterExternalMediaProcessing(channel=%d, type=%d, "
64 "processObject=0x%x)", channel, type, &processObject);
76 shared_->channel_manager().GetChannel(channel);
77 voe::Channel* channelPtr = ch.channel();
82 "channel");
104 int channel,
108 "DeRegisterExternalMediaProcessing(channel=%d)", channel)
    [all...]
voe_file_impl.cc 17 #include "webrtc/voice_engine/channel.h"
55 int channel,
63 "StartPlayingFileLocally(channel=%d, fileNameUTF8[]=%s, "
66 channel, fileNameUTF8, loop, format, volumeScaling,
74 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel);
75 voe::Channel* channelPtr = ch.channel();
79 "StartPlayingFileLocally() failed to locate channel");
92 int VoEFileImpl::StartPlayingFileLocally(int channel,
100 "StartPlayingFileLocally(channel=%d, stream, format=%d,
    [all...]
voe_network_impl.cc 16 #include "webrtc/voice_engine/channel.h"
46 int VoENetworkImpl::RegisterExternalTransport(int channel,
50 "SetExternalTransport(channel=%d, transport=0x%x)",
51 channel, &transport);
57 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel);
58 voe::Channel* channelPtr = ch.channel();
62 "SetExternalTransport() failed to locate channel");
68 int VoENetworkImpl::DeRegisterExternalTransport(int channel)
71 "DeRegisterExternalTransport(channel=%d)", channel)
    [all...]
voe_neteq_stats_impl.cc 16 #include "webrtc/voice_engine/channel.h"
51 int VoENetEqStatsImpl::GetNetworkStatistics(int channel,
55 "GetNetworkStatistics(channel=%d, stats=?)", channel);
62 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel);
63 voe::Channel* channelPtr = ch.channel();
67 "GetNetworkStatistics() failed to locate channel");
75 int channel, AudioDecodingCallStats* stats) const {
81 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel);
    [all...]
  /external/smack/src/org/xbill/DNS/
TCPClient.java 19 SocketChannel channel = (SocketChannel) key.channel(); local
20 channel.socket().bind(addr);
25 SocketChannel channel = (SocketChannel) key.channel(); local
26 if (channel.connect(addr))
30 while (!channel.finishConnect()) {
43 SocketChannel channel = (SocketChannel) key.channel(); local
56 long n = channel.write(buffers)
75 SocketChannel channel = (SocketChannel) key.channel(); local
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
colorspace.cpp 30 uint8 channel[4]; member in union:Rgba
33 // Channel index constants
48 color.channel[kRed] = clamp(y + static_cast<int>(1.402 * v));
49 color.channel[kGreen] = clamp(y - static_cast<int>(0.344 * u + 0.714 * v));
50 color.channel[kBlue] = clamp(y + static_cast<int>(1.772 * u));
51 color.channel[kAlpha] = 0xFF;
106 color_out.channel[kRed] = color_in.channel[kGreen];
107 color_out.channel[kGreen] = color_in.channel[kBlue]
    [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_preview.c 61 mm_camera_channel_t *channel = NULL; local
69 /* find channel */
72 channel = &pme->channels[i];
76 if (NULL == channel) {
77 CDBG_ERROR("%s: Wrong channel id (%d)", __func__, bufs->ch_id);
82 for (i = 0; i < channel->num_streams; i++) {
83 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_PREVIEW) {
84 p_stream = &channel->streams[i];
94 for (i = 0; i < channel->num_streams; i++) {
95 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT)
245 mm_camera_channel_t *channel = NULL; local
303 mm_camera_channel_t *channel = NULL; local
331 mm_camera_channel_t *channel = local
345 mm_camera_channel_t *channel = NULL; local
406 mm_camera_channel_t *channel = local
    [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_preview.c 61 mm_camera_channel_t *channel = NULL; local
69 /* find channel */
72 channel = &pme->channels[i];
76 if (NULL == channel) {
77 CDBG_ERROR("%s: Wrong channel id (%d)", __func__, bufs->ch_id);
82 for (i = 0; i < channel->num_streams; i++) {
83 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_PREVIEW) {
84 p_stream = &channel->streams[i];
94 for (i = 0; i < channel->num_streams; i++) {
95 if (channel->streams[i].s_config.stream_info->stream_type == CAM_STREAM_TYPE_SNAPSHOT)
245 mm_camera_channel_t *channel = NULL; local
303 mm_camera_channel_t *channel = NULL; local
331 mm_camera_channel_t *channel = local
345 mm_camera_channel_t *channel = NULL; local
406 mm_camera_channel_t *channel = local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediarecorder_unittest.cc 37 #include "talk/session/media/channel.h"
173 void TestMediaRecorder(BaseChannel* channel,
179 EXPECT_FALSE(recorder->EnableChannel(channel, true, true, SINK_PRE_CRYPTO));
180 EXPECT_FALSE(channel->HasSendSinks(SINK_PRE_CRYPTO));
181 EXPECT_FALSE(channel->HasRecvSinks(SINK_PRE_CRYPTO));
182 EXPECT_FALSE(channel->HasSendSinks(SINK_POST_CRYPTO));
183 EXPECT_FALSE(channel->HasRecvSinks(SINK_POST_CRYPTO));
185 // Add the channel to the recorder.
193 EXPECT_TRUE(recorder->AddChannel(static_cast<VideoChannel*>(channel),
196 EXPECT_TRUE(recorder->AddChannel(static_cast<VoiceChannel*>(channel),
    [all...]
  /external/srec/srec/cfront/
ca_cms.c 52 set_status = swicms_set_cmn ( hWave->data.channel->swicms, param_string );
64 get_status = swicms_get_cmn ( hWave->data.channel->swicms, param_string, len );
77 if( swicms_init(hWave->data.channel->swicms) )
105 hWave->data.channel->channorm = create_channel_normalization();
106 /* load_channel_parameters (basename, hWave->data.channel->channorm);
108 hWave->data.channel->channorm->dim = MAX_CHAN_DIM;
109 setup_channel_normalization(hWave->data.channel->channorm,
110 hWave->data.channel->spchchan,
117 hWave->data.channel->mel_dim = hFrontArgs->mel_dim; /* TODO: more checks */
119 hWave->data.channel->swicms = (swicms_norm_info*)CALLOC(1, sizeof(swicms_norm_info), "cfront.swicms")
    [all...]

Completed in 976 milliseconds

1 2 3 45 6 7 8 91011>>