Searched defs:Channel (Results 1 - 25 of 40) sorted by last modified time

12

/external/replicaisland/src/com/replica/replicaisland/
H A DChannelSystem.java24 private FixedSizeArray<Channel> mChannels;
25 private Channel mSearchDummy;
30 mChannels = new FixedSizeArray<Channel>(CHANNEL_COUNT);
32 mSearchDummy = new Channel();
35 mChannels.add(new Channel());
51 public Channel registerChannel(String name) {
52 Channel result = null;
57 assert mRegisteredChannelCount < CHANNEL_COUNT : "Channel pool exhausted!";
72 public class Channel { class in class:ChannelSystem
86 private final static class ChannelComparator implements Comparator<Channel> {
[all...]
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_parse.py52 class Channel: class in inherits:
232 Channel and Format classes above.'''
298 channel = Channel(type, norm, pure, size, names[i])
/external/llvm/lib/Target/R600/
H A DAMDGPUInstrInfo.cpp137 unsigned Channel = MI->getOperand(ChanOpIdx).getImm(); local
138 unsigned Address = calculateIndirectAddress(RegIndex, Channel);
152 unsigned Channel = MI->getOperand(ChanOpIdx).getImm(); local
153 unsigned Address = calculateIndirectAddress(RegIndex, Channel);
160 calculateIndirectAddress(RegIndex, Channel),
H A DR600ISelLowering.cpp1316 unsigned &Channel,
1321 Channel = 0;
1329 Channel = ElemIdx % 2;
1337 Channel = ElemIdx;
1433 unsigned Channel, PtrIncr; local
1434 getStackAddress(StackWidth, i, Channel, PtrIncr);
1442 DAG.getTargetConstant(Channel, MVT::i32));
1450 DAG.getTargetConstant(0, MVT::i32)); // Channel
1617 unsigned Channel, PtrIncr; local
1618 getStackAddress(StackWidth, i, Channel, PtrInc
1314 getStackAddress(unsigned StackWidth, unsigned ElemIdx, unsigned &Channel, unsigned &PtrIncr) const argument
[all...]
/external/deqp/framework/common/
H A DtcuTexture.cpp87 enum Channel enum in namespace:tcu::__anon19696
128 const Channel* getChannelReadMap (TextureFormat::ChannelOrder order)
130 static const Channel INV[] = { CHANNEL_ZERO, CHANNEL_ZERO, CHANNEL_ZERO, CHANNEL_ONE };
131 static const Channel R[] = { CHANNEL_0, CHANNEL_ZERO, CHANNEL_ZERO, CHANNEL_ONE };
132 static const Channel A[] = { CHANNEL_ZERO, CHANNEL_ZERO, CHANNEL_ZERO, CHANNEL_0 };
133 static const Channel I[] = { CHANNEL_0, CHANNEL_0, CHANNEL_0, CHANNEL_0 };
134 static const Channel L[] = { CHANNEL_0, CHANNEL_0, CHANNEL_0, CHANNEL_ONE };
135 static const Channel LA[] = { CHANNEL_0, CHANNEL_0, CHANNEL_0, CHANNEL_1 };
136 static const Channel RG[] = { CHANNEL_0, CHANNEL_1, CHANNEL_ZERO, CHANNEL_ONE };
137 static const Channel R
[all...]
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_channel_manager.cc278 LOG(LS_VERBOSE) << "Channel group deleted for channel " << channel_id;
281 LOG(LS_VERBOSE) << "Channel deleted " << channel_id;
472 LOG(LS_ERROR) << "Channel doesn't exist " << channel_id;
560 ViEChannel* ViEChannelManagerScoped::Channel(int vie_channel_id) const { function in class:webrtc::ViEChannelManagerScoped
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dchannel.cc94 explicit VoEBitrateObserver(Channel* owner)
107 Channel* owner_;
111 Channel::SendData(FrameType frameType,
119 "Channel::SendData(frameType=%u, payloadType=%u, timeStamp=%u,"
147 "Channel::SendData() failed to send data to RTP/RTCP module");
158 Channel::InFrameType(int16_t frameType)
161 "Channel::InFrameType(frameType=%d)", frameType);
170 Channel::OnRxVadDetected(int vadDecision)
173 "Channel::OnRxVadDetected(vadDecision=%d)", vadDecision);
185 Channel
842 Channel::Channel(int32_t channelId, function in class:webrtc::voe::Channel
[all...]
H A Dchannel.h156 class Channel: class in namespace:webrtc::voe
170 virtual ~Channel();
171 static int32_t CreateChannel(Channel*& channel,
175 Channel(int32_t channelId, uint32_t instanceId, const Config& config);
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DChannel.cc11 #include "webrtc/modules/audio_coding/main/test/Channel.h"
21 int32_t Channel::SendData(const FrameType frameType, const uint8_t payloadType,
124 void Channel::CalcStatistics(WebRtcRTPHeader& rtpInfo, uint16_t payloadSize) {
210 Channel::Channel(int16_t chID) function in class:webrtc::Channel
250 Channel::~Channel() {
254 void Channel::RegisterReceiverACM(AudioCodingModule* acm) {
259 void Channel::ResetStats() {
280 int16_t Channel
[all...]
H A DChannel.h47 class Channel : public AudioPacketizationCallback { class in namespace:webrtc
50 Channel(int16_t chID = -1);
51 ~Channel();
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dsync_buffer.h81 const AudioVector& Channel(size_t n) const { return *channels_[n]; } function in class:webrtc::SyncBuffer
82 AudioVector& Channel(size_t n) { return *channels_[n]; } function in class:webrtc::SyncBuffer
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format_parse.py52 class Channel: class in inherits:
232 Channel and Format classes above.'''
298 channel = Channel(type, norm, pure, size, names[i])
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvideoengine.h263 struct Channel { struct in class:cricket::FakeWebRtcVideoEngine
264 Channel() function in struct:cricket::FakeWebRtcVideoEngine::Channel
401 for (std::map<int, Channel*>::const_iterator iter = channels_.begin();
598 std::map<int, Channel*>::const_iterator it;
662 Channel* ch = new Channel();
798 std::map<int, Channel*>::const_iterator it = channels_.find(channel);
1159 std::map<int, Channel*>::const_iterator it = channels_.find(channel);
1176 std::map<int, Channel*>::const_iterator it = channels_.find(channel);
1189 std::map<int, Channel*>
[all...]
H A Dfakewebrtcvoiceengine.h178 struct Channel { struct in class:cricket::FakeWebRtcVoiceEngine
179 explicit Channel() function in struct:cricket::FakeWebRtcVoiceEngine::Channel
278 for (std::map<int, Channel*>::const_iterator i = channels_.begin();
290 for (std::map<int, Channel*>::const_iterator iter = channels_.begin();
396 Channel* ch = new Channel();
545 const Channel* c = channels_[channel];
574 Channel* ch = channels_[channel];
576 return -1; // Channel is in use.
611 Channel* c
[all...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dturnserver.cc100 typedef std::list<Channel*> ChannelList;
117 Channel* FindChannel(int channel_id) const;
118 Channel* FindChannel(const rtc::SocketAddress& addr) const;
128 void OnChannelDestroyed(Channel* channel);
166 class TurnServer::Channel : public rtc::MessageHandler { class in class:cricket::TurnServer
168 Channel(rtc::Thread* thread, int id,
170 ~Channel();
176 sigslot::signal1<Channel*> SignalDestroyed;
817 Channel* channel1 = FindChannel(channel_id);
818 Channel* channel
1007 TurnServer::Channel::Channel(rtc::Thread* thread, int id, function in class:cricket::TurnServer::Channel
[all...]
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel_unittest.cc85 typedef ChannelT Channel; typedef in class:Traits
265 typename T::Channel* CreateChannel(rtc::Thread* thread,
270 typename T::Channel* channel = new typename T::Channel(
518 void OnMediaMonitor(typename T::Channel* channel,
527 void OnMediaChannelError(typename T::Channel* channel,
860 // Channel 2 do not send anything.
884 // Channel 1 replies but stop sending stream1.
1824 rtc::scoped_ptr<typename T::Channel> channel1_;
1825 rtc::scoped_ptr<typename T::Channel> channel2
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/
H A Dircbot.py111 self.channels[ch] = Channel()
311 class Channel: class in inherits:
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/ipc/
H A Dipc_channel.h41 class IPC_EXPORT Channel : public Sender { class in namespace:IPC
97 // Initialize a Channel.
99 // |channel_handle| identifies the communication Channel. For POSIX, if
108 // - Server and named server: In these modes, the Channel is
113 // - Client and named client: In these mode, the Channel merely
116 // Each mode has its own Create*() API to create the Channel object.
120 static scoped_ptr<Channel> Create(
123 static scoped_ptr<Channel> CreateClient(
131 static scoped_ptr<Channel> CreateNamedServer(
133 static scoped_ptr<Channel> CreateNamedClien
[all...]
H A Dipc_channel_common.cc10 scoped_ptr<Channel> Channel::CreateClient(
12 return Channel::Create(channel_handle, Channel::MODE_CLIENT, listener);
16 scoped_ptr<Channel> Channel::CreateNamedServer(
18 return Channel::Create(channel_handle, Channel::MODE_NAMED_SERVER, listener);
22 scoped_ptr<Channel> Channel
[all...]
/external/chromium_org/mojo/system/
H A Dchannel.cc21 static_assert(Channel::kBootstrapEndpointId !=
26 Channel::kBootstrapEndpointId;
28 Channel::Channel(embedder::PlatformSupport* platform_support) function in class:mojo::system::Channel
35 bool Channel::Init(scoped_ptr<RawChannel> raw_channel) {
53 void Channel::Shutdown() {
85 DVLOG_IF(2, num_live || num_zombies) << "Shut down Channel with " << num_live
90 void Channel::WillShutdownSoon() {
99 MessageInTransit::EndpointId Channel::AttachEndpoint(
124 bool Channel
[all...]
H A Dchannel.h48 // |ChannelEndpoint|, |Channel|. Thus |Channel| may not call into
49 // |ChannelEndpoint| with |Channel|'s lock held.
50 class MOJO_SYSTEM_IMPL_EXPORT Channel class in namespace:mojo::system
51 : public base::RefCountedThreadSafe<Channel>,
59 explicit Channel(embedder::PlatformSupport* platform_support);
129 friend class base::RefCountedThreadSafe<Channel>;
130 virtual ~Channel();
188 DISALLOW_COPY_AND_ASSIGN(Channel);
/external/chromium_org/content/renderer/pepper/
H A Dpepper_in_process_router.cc22 class PepperInProcessRouter::Channel : public IPC::Sender { class in class:content::PepperInProcessRouter
24 Channel(const base::Callback<bool(IPC::Message*)>& callback) function in class:content::PepperInProcessRouter::Channel
27 virtual ~Channel() {}
42 browser_channel_.reset(new Channel(base::Bind(
44 host_to_plugin_router_.reset(new Channel(base::Bind(
46 plugin_to_host_router_.reset(new Channel(

Completed in 450 milliseconds

12