HomeSort by relevance Sort by last modified time
    Searched full:channel (Results 501 - 525 of 6114) sorted by null

<<21222324252627282930>>

  /external/libnfc-nci/src/udrv/include/
uamp_api.h 45 #define UAMP_CH_HCI_CMD 0 /* HCI Command channel */
46 #define UAMP_CH_HCI_EVT 1 /* HCI Event channel */
47 #define UAMP_CH_HCI_DATA 2 /* HCI ACL Data channel */
52 tUAMP_CH channel; /* UAMP_EVT_RX_READY: channel for which rx occured */ member in union:__anon16556
126 ** channel: UAMP_CH_HCI_ACL, or UAMP_CH_HCI_CMD
131 BT_API UINT16 UAMP_Write(tUAMP_ID amp_id, UINT8 *p_buf, UINT16 num_bytes, tUAMP_CH channel);
157 ** channel: UAMP_CH_HCI_ACL, or UAMP_CH_HCI_EVT
162 BT_API UINT16 UAMP_Read(tUAMP_ID amp_id, UINT8 *p_buf, UINT16 buf_size, tUAMP_CH channel);
  /external/opencv3/3rdparty/openexr/IlmImf/
ImfMultiView.cpp 127 viewFromChannelName (const string &channel,
131 // Given the name of a channel, return the name of the view to
139 StringVector s = parseString (channel, '.');
157 // size >= 2 - the last part is the channel name,
189 // Get view name for this channel
196 // Insert channel into q if it's a member of view viewName
200 q.insert (i.name(), i.channel());
227 // channel in two different views.
242 // if either channel is in no view.
265 // channel1 is a default channel - the channels will only b
    [all...]
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...]
  /external/opencv3/modules/imgcodecs/src/
grfmt_gdal.cpp 221 const int& channel ){
226 // input: 1 channel, output: 1 channel
237 // input: 1 channel, output: 3 channel
248 // input: 3 channel, output: 1 channel
254 // input: 4 channel, output: 1 channel
260 // input: 3 channel, output: 3 channe
    [all...]
  /external/webrtc/webrtc/voice_engine/include/
voe_video_sync.h 61 // maintained by the jitter buffer, unless channel condition (jitter in
65 virtual int SetMinimumPlayoutDelay(int channel, int delay_ms) = 0;
68 // the |playout_buffer_delay_ms| for a specified |channel|.
69 virtual int GetDelayEstimate(int channel,
77 virtual int GetLeastRequiredDelayMs(int channel) const = 0;
80 virtual int SetInitTimestamp(int channel, unsigned int timestamp) = 0;
83 virtual int SetInitSequenceNumber(int channel, short sequenceNumber) = 0;
86 virtual int GetPlayoutTimestamp(int channel, unsigned int& timestamp) = 0;
88 virtual int GetRtpRtcp(int channel,
  /libcore/ojluni/src/main/java/java/nio/channels/
FileLock.java 40 * channel that was used to acquire it, or by the termination of the Java
60 * <p> A file-lock object records the file channel upon whose file the lock is
97 * <p> On some systems, closing a channel releases all locks held by the Java
99 * acquired via that channel or via another channel open on the same file. It
100 * is strongly recommended that, within a program, a unique channel be used to
118 private final Channel channel; field in class:FileLock
126 * @param channel
127 * The file channel upon whose file this lock is hel
168 public final FileChannel channel() { method in class:FileLock
    [all...]
GatheringByteChannel.java 33 * A channel that can write bytes from a sequence of buffers.
54 * Writes a sequence of bytes to this channel from a subsequence of the
57 * <p> An attempt is made to write up to <i>r</i> bytes to this channel,
81 * none at all. A socket channel in non-blocking mode, for example, cannot
85 * already initiated a write operation upon this channel, however, then an
109 * If this channel was not opened for writing
112 * If this channel is closed
115 * If another thread closes this channel
121 * closing the channel and setting the current thread's
132 * Writes a sequence of bytes to this channel from the given buffers
    [all...]
Channels.java 52 * stream classes of the <tt>{@link java.io}</tt> package with the channel
72 * Write all remaining bytes in buffer to the given channel.
73 * If the channel is selectable then it must be configured blocking.
86 * Write all remaining bytes in buffer to the given channel.
89 * If the channel is selectable and configured non-blocking.
109 * Constructs a stream that reads bytes from the given channel.
113 * channel is in non-blocking mode. The stream will not be buffered, and
117 * channel to be closed. </p>
120 * The channel from which bytes will be read
130 * Constructs a stream that writes bytes to the given channel
    [all...]
  /libcore/ojluni/src/main/java/java/nio/channels/spi/
SelectorProvider.java 183 * Opens a datagram channel. </p>
185 * @return The new channel
191 * Opens a datagram channel.
196 * @return A new datagram channel
225 * Opens a server-socket channel. </p>
227 * @return The new channel
233 * Opens a socket channel. </p>
235 * @return The new channel
241 * Returns the channel inherited from the entity that created this
246 * inherit a channel from the entity that created the process. Th
    [all...]
  /packages/apps/TV/src/com/android/tv/menu/
ChannelsPosterPrefetcher.java 30 import com.android.tv.data.Channel;
100 List<Channel> channelList = mChannelsAdapter.getItemList();
102 for (Channel channel : channelList) {
106 if (!Channel.isValid(channel)) {
109 channel.prefetchImage(mContext, Channel.LOAD_IMAGE_TYPE_CHANNEL_LOGO,
111 Program program = mProgramDataManager.getCurrentProgram(channel.getId());
  /prebuilts/tools/common/m2/repository/io/grpc/grpc-netty/0.13.2/
grpc-netty-0.13.2.jar 
  /cts/tests/tests/webkit/src/android/webkit/cts/
PostMessageTest.java 73 // Acks each received message from the message channel with a seq number.
126 // Create a message channel and make sure it can be used for data transfer to/from js.
132 final WebMessagePort[] channel = mOnUiThread.createWebMessageChannel(); local
133 WebMessage message = new WebMessage(WEBVIEW_MESSAGE, new WebMessagePort[]{channel[1]});
141 channel[0].postMessage(new WebMessage(WEBVIEW_MESSAGE + i));
143 channel[0].setWebMessageCallback(new WebMessagePort.WebMessageCallback() {
163 final WebMessagePort[] channel = mOnUiThread.createWebMessageChannel(); local
164 WebMessage message = new WebMessage(WEBVIEW_MESSAGE, new WebMessagePort[]{channel[1]});
170 channel[0].close();
171 channel[0].postMessage(new WebMessage(WEBVIEW_MESSAGE))
206 final WebMessagePort[] channel = mOnUiThread.createWebMessageChannel(); local
    [all...]
  /external/kernel-headers/original/uapi/linux/caif/
caif_socket.h 31 * enum caif_channel_priority - CAIF channel priorities.
33 * @CAIF_PRIO_MIN: Min priority for a channel.
34 * @CAIF_PRIO_LOW: Low-priority channel.
37 * @CAIF_PRIO_MAX: Max priority for channel
54 * enum caif_protocol_type - CAIF Channel type.
55 * @CAIFPROTO_AT: Classic AT channel.
56 * @CAIFPROTO_DATAGRAM: Datagram channel.
57 * @CAIFPROTO_DATAGRAM_LOOP: Datagram loopback channel, used for testing.
58 * @CAIFPROTO_UTIL: Utility (Psock) channel.
62 * This enum defines the CAIF Channel type to be used. This define
    [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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/caif/
caif_socket.h 31 * enum caif_channel_priority - CAIF channel priorities.
33 * @CAIF_PRIO_MIN: Min priority for a channel.
34 * @CAIF_PRIO_LOW: Low-priority channel.
37 * @CAIF_PRIO_MAX: Max priority for channel
54 * enum caif_protocol_type - CAIF Channel type.
55 * @CAIFPROTO_AT: Classic AT channel.
56 * @CAIFPROTO_DATAGRAM: Datagram channel.
57 * @CAIFPROTO_DATAGRAM_LOOP: Datagram loopback channel, used for testing.
58 * @CAIFPROTO_UTIL: Utility (Psock) channel.
62 * This enum defines the CAIF Channel type to be used. This define
    [all...]
  /system/update_engine/
dbus_service.h 74 // Changes the current channel of the device to the target channel. If the
75 // target channel is a less stable channel than the current channel, then the
76 // channel change happens immediately (at the next update check). If the
77 // target channel is a more stable channel, then if is_powerwash_allowed is
80 // version on the target channel goes above the version number of what the
86 // If get_current_channel is set to true, populates |channel| with the name o
    [all...]
  /external/webrtc/webrtc/p2p/base/
dtlstransportchannel.h 26 // A bridge between a packet-oriented/channel-type interface on
30 explicit StreamInterfaceChannel(TransportChannel* channel);
86 // channel -- the TransportChannel we are wrapping
88 TransportChannelImpl* channel);
144 // Once DTLS has established (i.e., this channel is writable), this method
199 TransportChannelImpl* channel() { return channel_; } function in class:cricket::DtlsTransportChannelWrapper
202 void OnReadableState(TransportChannel* channel);
203 void OnWritableState(TransportChannel* channel);
204 void OnReadPacket(TransportChannel* channel, const char* data, size_t size,
206 void OnSentPacket(TransportChannel* channel,
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
ApConfigUtilTest.java 47 * Frequency to channel map. This include some frequencies used outside the US.
120 * Verify frequency to channel conversion for all possible frequencies.
132 * Verify frequency to channel conversion failed for an invalid frequency.
140 * Verify default channel is used when picking a 2G channel without
150 * Verify a 2G channel is selected from the list of allowed channels.
154 int channel = ApConfigUtil.chooseApChannel( local
156 assertTrue(mAllowed2GChannels.contains(channel));
160 * Verify a 5G channel is selected from the list of allowed channels.
164 int channel = ApConfigUtil.chooseApChannel local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
mixer.h 169 /** Mixer simple element channel identifier */
221 const char *snd_mixer_selem_channel_name(snd_mixer_selem_channel_id_t channel);
235 int snd_mixer_selem_has_playback_channel(snd_mixer_elem_t *obj, snd_mixer_selem_channel_id_t channel);
237 int snd_mixer_selem_has_capture_channel(snd_mixer_elem_t *obj, snd_mixer_selem_channel_id_t channel);
255 int snd_mixer_selem_get_playback_volume(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, long *value);
256 int snd_mixer_selem_get_capture_volume(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, long *value);
257 int snd_mixer_selem_get_playback_dB(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, long *value);
258 int snd_mixer_selem_get_capture_dB(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, long *value);
259 int snd_mixer_selem_get_playback_switch(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, int *value);
260 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.15-4.8/sysroot/usr/include/alsa/
mixer.h 169 /** Mixer simple element channel identifier */
221 const char *snd_mixer_selem_channel_name(snd_mixer_selem_channel_id_t channel);
235 int snd_mixer_selem_has_playback_channel(snd_mixer_elem_t *obj, snd_mixer_selem_channel_id_t channel);
237 int snd_mixer_selem_has_capture_channel(snd_mixer_elem_t *obj, snd_mixer_selem_channel_id_t channel);
255 int snd_mixer_selem_get_playback_volume(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, long *value);
256 int snd_mixer_selem_get_capture_volume(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, long *value);
257 int snd_mixer_selem_get_playback_dB(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, long *value);
258 int snd_mixer_selem_get_capture_dB(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, long *value);
259 int snd_mixer_selem_get_playback_switch(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, int *value);
260 int snd_mixer_selem_get_capture_switch(snd_mixer_elem_t *elem, snd_mixer_selem_channel_id_t channel, int *value)
    [all...]
  /external/autotest/server/cros/network/
hostap_config.py 16 # A mapping of frequency to channel number. This includes some
164 # tolerate HT40+ on channel 7 (not allowed in the US). We take the loose
187 """Returns the channel number associated with a given frequency.
191 @return int frequency associated with the channel.
198 def get_frequency_for_channel(channel):
199 """Returns the frequency associated with a given channel number.
201 @param value: int channel number.
203 @return int frequency in MHz associated with the channel.
207 if channel == channel_iter:
210 raise error.TestFail('Unknown channel value: %r.' % channel
321 def channel(self): member in class:HostapConfig
327 def channel(self, value): member in class:HostapConfig
    [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]
  /frameworks/base/core/java/android/bluetooth/
BluetoothHealthCallback.java 50 * Callback to inform change in channel state.
57 * @param prevState The previous state of the channel
58 * @param newState The new state of the channel.
59 * @param fd The Parcel File Descriptor when the channel state is connected.
60 * @param channelId The id associated with the channel. This id will be used
61 * in future calls like when disconnecting the channel.
  /libcore/ojluni/src/main/java/sun/nio/ch/
SelectionKeyImpl.java 41 final SelChImpl channel; // package-private field in class:SelectionKeyImpl
51 channel = ch;
55 public SelectableChannel channel() { method in class:SelectionKeyImpl
56 return (SelectableChannel)channel;
103 if ((ops & ~channel().validOps()) != 0)
105 channel.translateAndSetInterestOps(ops, this);
  /packages/apps/TV/src/com/android/tv/ui/
InputBannerView.java 29 import com.android.tv.data.Channel;
72 Channel channel = mainActivity.getCurrentChannel(); local
73 if (channel == null || !channel.isPassthrough()) {
77 channel.getInputId());

Completed in 2400 milliseconds

<<21222324252627282930>>