HomeSort by relevance Sort by last modified time
    Searched refs:Channel (Results 1 - 25 of 347) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/ojluni/src/main/java/java/nio/channels/
InterruptibleChannel.java 35 * A channel that can be asynchronously closed and interrupted.
37 * <p> A channel that implements this interface is <i>asynchronously
39 * interruptible channel then another thread may invoke the channel's {@link
43 * <p> A channel that implements this interface is also <i>interruptible:</i>
44 * If a thread is blocked in an I/O operation on an interruptible channel then
46 * interrupt} method. This will cause the channel to be closed, the blocked
51 * I/O operation upon a channel then the channel will be closed and the thread
55 * <p> A channel supports asynchronous closing and interruption if, and onl
    [all...]
Channel.java 35 * <p> A channel represents an open connection to an entity such as a hardware
40 * <p> A channel is either open or closed. A channel is open upon creation,
41 * and once closed it remains closed. Once a channel is closed, any attempt to
43 * to be thrown. Whether or not a channel is open may be tested by invoking
56 public interface Channel extends Closeable {
59 * Tells whether or not this channel is open. </p>
61 * @return <tt>true</tt> if, and only if, this channel is open
66 * Closes this channel.
68 * <p> After a channel is closed, any further attempt to invoke I/
    [all...]
ReadableByteChannel.java 33 * A channel that can read bytes.
35 * <p> Only one read operation upon a readable channel may be in progress at
36 * any given time. If one thread initiates a read operation upon a channel
40 * the type of the channel. </p>
48 public interface ReadableByteChannel extends Channel {
51 * Reads a sequence of bytes from this channel into the given buffer.
53 * <p> An attempt is made to read up to <i>r</i> bytes from the channel,
68 * nature and state of the channel. A socket channel in non-blocking mode,
70 * from the socket's input buffer; similarly, a file channel cannot rea
    [all...]
WritableByteChannel.java 33 * A channel that can write bytes.
35 * <p> Only one write operation upon a writable channel may be in progress at
36 * any given time. If one thread initiates a write operation upon a channel
40 * the type of the channel. </p>
49 extends Channel
53 * Writes a sequence of bytes to this channel from the given buffer.
55 * <p> An attempt is made to write up to <i>r</i> bytes to the channel,
71 * none at all. A socket channel in non-blocking mode, for example, cannot
75 * already initiated a write operation upon this channel, however, then an
85 * If this channel was not opened for writin
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/test/
TwoWayCommunication.h 17 #include "webrtc/modules/audio_coding/test/Channel.h"
40 Channel* _channel_A2B;
41 Channel* _channel_B2A;
43 Channel* _channelRef_A2B;
44 Channel* _channelRef_B2A;
  /packages/apps/TV/tests/unit/src/com/android/tv/data/
ChannelTest.java 38 * Tests for {@link Channel}.
86 // Channel.getAppLinkIntent() calls initAppLinkTypeAndIntent() which calls
107 assertAppLinkType(Channel.APP_LINK_TYPE_NONE, INVALID_TV_INPUT_PACKAGE_NAME, null, null);
108 assertAppLinkType(Channel.APP_LINK_TYPE_NONE, LIVE_CHANNELS_PACKAGE_NAME, null, null);
109 assertAppLinkType(Channel.APP_LINK_TYPE_NONE, NONE_LEANBACK_TV_INPUT_PACKAGE_NAME, null,
111 assertAppLinkType(Channel.APP_LINK_TYPE_APP, LEANBACK_TV_INPUT_PACKAGE_NAME, null, null);
115 assertAppLinkType(Channel.APP_LINK_TYPE_NONE, INVALID_TV_INPUT_PACKAGE_NAME, null,
117 assertAppLinkType(Channel.APP_LINK_TYPE_NONE, LIVE_CHANNELS_PACKAGE_NAME, null,
119 assertAppLinkType(Channel.APP_LINK_TYPE_NONE, NONE_LEANBACK_TV_INPUT_PACKAGE_NAME, null,
121 assertAppLinkType(Channel.APP_LINK_TYPE_APP, LEANBACK_TV_INPUT_PACKAGE_NAME, null
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
ChannelSystem.java 24 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;
56 // Add a new channel.
57 assert mRegisteredChannelCount < CHANNEL_COUNT : "Channel pool exhausted!";
72 public class Channel {
    [all...]
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfChannelList.h 42 // class Channel
57 struct Channel
68 // channel only if
80 // human perception of the quantity represented by this channel
100 Channel (PixelType type = HALF,
110 bool operator == (const Channel &other) const;
119 // Add a channel
123 const Channel &channel);
126 const Channel &channel)
358 ChannelList::Iterator::channel () const function in class:Imf::ChannelList::Iterator
409 ChannelList::ConstIterator::channel () const function in class:Imf::ChannelList::ConstIterator
    [all...]
  /packages/apps/TV/src/com/android/tv/
ChannelTuner.java 29 import com.android.tv.data.Channel;
41 * It manages the current tuned channel among browsable channels. And it determines the next channel
42 * by channel up/down. But, it doesn't actually tune through TvView.
50 private final List<Channel> mChannels = new ArrayList<>();
51 private final List<Channel> mBrowsableChannels = new ArrayList<>();
52 private final Map<Long, Channel> mChannelMap = new HashMap<>();
61 private Channel mCurrentChannel;
141 * Returns browsable channel lists.
143 public List<Channel> getBrowsableChannelList()
215 Channel channel = getAdjacentBrowsableChannel(up); local
234 Channel channel = mChannels.get(channelIndex); local
248 Channel channel = mChannels.get(nextChannelIndex); local
265 Channel channel = mChannelMap.get(channelId); local
373 Channel channel = channels.get(i); local
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/ch/
SelChImpl.java 28 import java.nio.channels.Channel;
39 interface SelChImpl extends Channel {
DevPollSelectorProvider.java 39 public Channel inheritedChannel() throws IOException {
EPollSelectorProvider.java 39 public Channel inheritedChannel() throws IOException {
PollSelectorProvider.java 39 public Channel inheritedChannel() throws IOException {
  /packages/apps/TV/src/com/android/tv/data/epg/
EpgReader.java 21 import com.android.tv.data.Channel;
45 List<Channel> getChannels();
48 * Returns the programs for the given channel. The result is sorted by the start time.
StubEpgReader.java 21 import com.android.tv.data.Channel;
45 public List<Channel> getChannels() {
  /external/webrtc/webrtc/voice_engine/
channel_manager.h 29 class Channel;
39 // To access the underlying Channel, use .channel().
43 // Channel channel_owner = channel_manager.GetChannel(channel_id);
45 // channel_owner.channel()->...;
49 explicit ChannelOwner(Channel* channel);
56 Channel* channel() const { return channel_ref_->channel.get(); function in class:webrtc::voe::ChannelOwner
65 const rtc::scoped_ptr<Channel> channel; member in struct:webrtc::voe::ChannelOwner::ChannelRef
    [all...]
  /packages/apps/TV/src/com/android/tv/analytics/
StubTracker.java 22 import com.android.tv.data.Channel;
45 public void sendChannelViewStart(Channel channel, boolean tunedByRecommendation) { }
48 public void sendChannelTuneTime(Channel channel, long durationMs) { }
51 public void sendChannelViewStop(Channel channel, long durationMs) { }
99 public void sendChannelVideoUnavailable(Channel channel, int reason) { }
Tracker.java 20 import com.android.tv.data.Channel;
66 * Sends tracking information for starting to view a channel.
68 * @param channel the current channel
69 * @param tunedByRecommendation True, if the channel was tuned by the recommendation.
71 void sendChannelViewStart(Channel channel, boolean tunedByRecommendation);
74 * Sends tracking information for tuning to a channel.
76 * @param channel The channel that was being tuned
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPURegisterInfo.cpp 45 unsigned AMDGPURegisterInfo::getSubRegFromChannel(unsigned Channel) const {
53 assert(Channel < array_lengthof(SubRegs));
54 return SubRegs[Channel];
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/
ParallelArray.java 10 * These arrays are called {@link Channel} and are represented by {@link ChannelDescriptor}.
17 /** This class describes the content of a {@link Channel}*/
30 public abstract class Channel{
34 public Channel(int id, Object data, int strideSize){
44 /** This interface is used to provide custom initialization of the {@link Channel} data */
45 public static interface ChannelInitializer<T extends Channel>{
46 public void init(T channel);
49 public class FloatChannel extends Channel{
83 public class IntChannel extends Channel{
118 public class ObjectChannel<T> extends Channel{
177 T channel = getChannel(channelDescriptor); local
    [all...]
  /packages/apps/TV/src/com/android/tv/menu/
SimpleCardView.java 23 import com.android.tv.data.Channel;
28 public class SimpleCardView extends BaseCardView<Channel> {
  /packages/apps/TV/src/com/android/tv/data/
StreamInfo.java 28 Channel getCurrentChannel();
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
CommonTokenStream.cs 41 * and tokens are prefiltered for a certain channel (the parser will only
42 * see these tokens and cannot change the filter channel number during the
50 /** Skip tokens on any channel but this one; this is how we skip whitespace... */
60 public CommonTokenStream(ITokenSource tokenSource, int channel)
62 this._channel = channel;
65 public int Channel {
82 /** Always leave p on an on-channel token. */
88 while (_tokens[_p].Channel != _channel) {
102 // skip off-channel tokens
122 // skip off-channel token
    [all...]
  /packages/apps/TV/src/com/android/tv/recommendation/
ChannelRecord.java 23 import com.android.tv.data.Channel;
37 private Channel mChannel;
41 public ChannelRecord(Context context, Channel channel, boolean inputRemoved) {
43 mChannel = channel;
48 public Channel getChannel() {
52 public void setChannel(Channel channel, boolean inputRemoved) {
53 mChannel = channel;
  /frameworks/base/wifi/java/android/net/wifi/p2p/
WifiP2pManager.java 511 /** Interface for callback invocation when framework channel is lost */
514 * The channel to the framework has been disconnected.
660 * A channel that connects the application to the Wifi p2p framework.
661 * Most p2p operations require a Channel as an argument. An instance of Channel is obtained
664 public static class Channel {
665 Channel(Context context, Looper looper, ChannelListener l) {
    [all...]

Completed in 500 milliseconds

1 2 3 4 5 6 7 8 91011>>