Searched refs:channel (Results 451 - 475 of 1333) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/ui/webui/help/
H A Dversion_updater.h78 virtual void SetChannel(const std::string& channel,
H A Dversion_updater_chromeos.h19 virtual void SetChannel(const std::string& channel,
/external/chromium_org/components/component_updater/
H A Dcomponent_updater_utils.h49 const std::string& channel,
/external/chromium_org/components/cronet/android/java/src/org/chromium/net/
H A DHttpUrlRequest.java61 * Sets a readable byte channel to upload as part of a POST request.
63 * <p>Once {@link #start()} is called, this channel is guaranteed to be
68 * @param channel The channel to read to read upload data from if this is a
72 void setUploadChannel(String contentType, ReadableByteChannel channel, argument
/external/chromium_org/content/browser/geolocation/
H A Dwifi_data.cc15 channel(kint32min),
/external/chromium_org/content/common/gpu/
H A Ddevtools_gpu_agent.h31 GpuChannel* channel);
/external/chromium_org/content/renderer/gpu/
H A Dstream_texture_host_android.h26 explicit StreamTextureHost(GpuChannelHost* channel);
/external/chromium_org/content/renderer/
H A Dwebsharedworker_proxy.h37 virtual void connect(blink::WebMessagePortChannel* channel,
/external/chromium_org/media/base/
H A Dchannel_layout.h103 // layout is only intended for input for WebRTC. The Front C channel
127 // Returns the expected channel position in an interleaved stream. Values of -1
128 // mean the channel at that index is not used for that layout. Values range
130 MEDIA_EXPORT int ChannelOrder(ChannelLayout layout, Channels channel);
139 // Returns a string representation of the channel layout.
/external/chromium_org/mojo/system/
H A Dchannel_endpoint.h35 // channel-specific aspects of an endpoint (notably local and remote IDs,
51 // number. So as far as the channel is concerned, a message pipe endpoint
55 // the other side). Messages received by a channel for a message pipe
57 // - "Attached"/"detached": A message pipe endpoint is attached to a channel
58 // if it has a pointer to it. It must be detached before the channel gives
60 // is needed to allow a channel to be shut down cleanly, without shutting
65 // channel.
67 // - When a message pipe endpoint is detached from a channel, it is also
70 // - "Normal" message pipe endpoint (state): The channel itself does not
73 // the message pipe endpoint won't *send* messages to the channel i
[all...]
/external/chromium_org/ppapi/api/
H A Dppb_compositor_layer.idl9 [channel=dev] M37 = 0.1,
10 [channel=dev] M38 = 0.2
21 * so is only supported on Dev channel and Canary currently.
/external/chromium_org/ppapi/generators/
H A Didl_ast.py24 channel = node.GetProperty('channel')
25 if not channel:
26 channel = 'stable'
27 return (node.GetName(), node.GetProperty('VALUE'), channel)
/external/chromium_org/remoting/protocol/
H A Dhost_event_dispatcher.cc26 reader_.Init(channel(), base::Bind(
/external/chromium_org/third_party/WebKit/Source/build/scripts/
H A Daudit_runtime_enabled_features.py64 def historical_versions(os_string, channel):
65 url_pattern = "http://omahaproxy.appspot.com/history?os=%s&channel=%s"
66 url = url_pattern % (os_string, channel)
68 # Format: os,channel,version_string,date_string
71 assert(lines[0] == 'os,channel,version,timestamp')
90 def historical_feature_tuples(os_string, channel):
92 version_strings = reversed(historical_versions(os_string, channel))
135 if version['channel'] == 'stable':
143 name = "%(version)s %(channel)s" % version
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Drawtransport.h62 virtual void DestroyTransportChannel(TransportChannelImpl* channel);
66 // given channel. This will return false and signal an error if the address
67 // or channel name is bad.
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dsocketmonitor.h43 SocketMonitor(TransportChannel* channel,
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dtypingmonitor.h54 * An object that observes a channel and listens for typing detection warnings,
55 * which can be configured to mute audio capture of that channel for some period
62 TypingMonitor(VoiceChannel* channel, rtc::Thread* worker_thread,
/external/chromium_org/third_party/libwebp/utils/
H A Drescaler.h61 // 'channel' denotes the channel number to be imported.
63 const uint8_t* const src, int channel);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
H A Dnouveau_screen.h16 struct nouveau_object *channel; member in struct:nouveau_screen
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/test/QA/
H A DruniSACLongtest.txt34 for channel in $CHANNELFILES
37 $ISAC $INDIR/$channel $INDIR/"$file" $OUTDIR/a$index2"$file" >> $LOGFILE
/external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
H A DreadYUV420file.m34 % Store U channel
37 % Store V channel
/external/chromium_org/third_party/webrtc/modules/video_render/mac/
H A Dvideo_render_agl.h93 VideoChannelAGL* CreateAGLChannel(int channel, int zOrder, float startWidth,
96 VideoChannelAGL* ConfigureAGLChannel(int channel, int zOrder,
99 int DeleteAGLChannel(int channel);
104 bool HasChannel(int channel);
/external/chromium_org/third_party/webrtc/modules/video_render/windows/
H A Dvideo_render_direct3d9.h90 //TODO support multiple streams in one channel
130 virtual int32_t GetStreamSettings(const uint32_t channel,
153 virtual int32_t SetCropping(const uint32_t channel,
158 virtual int32_t ConfigureRenderer(const uint32_t channel,
186 // Get a channel by channel id
187 D3D9Channel* GetD3DChannel(int channel);
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/fakes/
H A Dfake_media_process.h18 virtual void Process(int channel, argument
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dtransmit_mixer_unittest.cc22 virtual void Process(int channel, ProcessingTypes type, argument

Completed in 5101 milliseconds

<<11121314151617181920>>