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

1 2 3 4 5 6 7 891011>>

  /external/webrtc/webrtc/voice_engine/
voe_external_media_impl.h 22 int RegisterExternalMediaProcessing(int channel,
26 int DeRegisterExternalMediaProcessing(int channel,
29 int GetAudioFrame(int channel,
33 int SetExternalMixing(int channel, bool enable) override;
voe_neteq_stats_impl.cc 16 #include "webrtc/voice_engine/channel.h"
48 int VoENetEqStatsImpl::GetNetworkStatistics(int channel,
54 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel);
55 voe::Channel* channelPtr = ch.channel();
58 "GetNetworkStatistics() failed to locate channel");
66 int channel, AudioDecodingCallStats* stats) const {
71 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel);
72 voe::Channel* channelPtr = ch.channel();
    [all...]
voe_dtmf_impl.cc 15 #include "webrtc/voice_engine/channel.h"
49 int VoEDtmfImpl::SendTelephoneEvent(int channel,
55 "SendTelephoneEvent(channel=%d, eventCode=%d, outOfBand=%d,"
57 channel, eventCode, (int)outOfBand, lengthMs, attenuationDb);
62 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel);
63 voe::Channel* channelPtr = ch.channel();
66 "SendTelephoneEvent() failed to locate channel");
111 // channel object must still parse out the Dtmf events (0-15) from
120 // channel object to determine if the queued Dtmf e vent shall als
    [all...]
  /tools/test/connectivity/acts/framework/tests/
acts_sniffer_test_config.json 11 "channel": 6
  /device/google/dragon/audio/hal/dsp/
eq2.h 13 /* "eq2" is a two channel version of the "eq" filter. It processes two channels
18 /* Maximum number of biquad filters an EQ2 can have per channel */
30 * biquad filters per channel.
33 * channel - 0 or 1. The channel we want to append the filter to.
42 int eq2_append_biquad(struct eq2 *eq2, int channel,
50 * channel - 0 or 1. The channel we want to append the filter to.
55 int eq2_append_biquad_direct(struct eq2 *eq2, int channel,
61 * data0 - The array of channel 0 audio samples
    [all...]
  /external/wpa_supplicant_8/src/common/
hw_features_common.c 99 "HT40: control channel: %d secondary channel: %d",
102 /* Verify that HT40 secondary channel is an allowed 20 MHz
103 * channel */
114 wpa_printf(MSG_ERROR, "HT40 secondary channel %d not allowed",
120 * Verify that HT40 primary,secondary channel pair is allowed per
122 * 2.4 GHz rules allow all cases where the secondary channel fits into
138 wpa_printf(MSG_ERROR, "HT40 channel pair (%d, %d) not allowed",
188 * channel, but not on selected PRI channel
    [all...]
  /external/autotest/client/cros/cellular/wardmodem/
at_channel.py 19 This class represents the AT command channel. The program can
20 (1) Request *one* AT command to be sent on the channel.
36 # descriptor fails because the channel is full.
39 def __init__(self, receiver_callback, channel, channel_name='',
43 command is received over the channel. The signature of the
48 @param channel: The file descriptor for channel, as returned by e.g.
51 @param channel_name: [Optional] Name of the channel to be used for
54 @param at_prefix: AT commands sent out on this channel will be prefixed
57 @param at_suffix: AT commands sent out on this channel will b
    [all...]
  /external/webrtc/webrtc/modules/video_processing/test/
writeYUV420file.m 15 % Write U channel
18 % Write V channel
  /external/wpa_supplicant_8/src/ap/
acs.h 2 * ACS - Automatic Channel Selection module
21 wpa_printf(MSG_ERROR, "ACS was disabled on your build, rebuild hostapd with CONFIG_ACS=y or set 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;
  /system/bt/btif/include/
btif_sock_l2cap.h 17 bt_status_t btsock_l2cap_listen(const char* name, int channel,
20 int channel, int* sock_fd, int flags, int app_uid);
  /libcore/ojluni/src/main/java/java/nio/channels/
SelectableChannel.java 34 * A channel that can be multiplexed via a {@link Selector}.
39 * that represents the channel's registration with the selector.
41 * <p> Once registered with a selector, a channel remains registered until it
43 * allocated to the channel by the selector.
45 * <p> A channel cannot be deregistered directly; instead, the key representing
47 * the channel be deregistered during the selector's next selection operation.
49 * SelectionKey#cancel() cancel} method. All of a channel's keys are cancelled
50 * implicitly when the channel is closed, whether by invoking its {@link
51 * Channel#close close} method or by interrupting a thread blocked in an I/O
52 * operation upon the channel
    [all...]
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...]
  /external/antlr/antlr-3.4/runtime/Python/tests/
t056lexer.py 26 # this must set channel of A to HIDDEN. $channel is local to rule
34 a returns [foo]: A EOF { $foo = '\%s, channel=\%d' \% ($A.text, $A.channel); } ;
37 WS : (' '|'\n') {$channel=HIDDEN;} ;
45 self.failUnlessEqual("- 34, channel=0", found)
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/
ARDSignalingChannel.h 29 - (void)channel:(id<ARDSignalingChannel>)channel
32 - (void)channel:(id<ARDSignalingChannel>)channel
44 // Registers the channel for the given room and client id.
48 // Sends signaling message over the channel.
  /packages/apps/TV/tests/common/src/com/android/tv/testing/testinput/
TvTestInputConstants.java 26 * Channel 1.
28 * <p> By convention Channel 1 should not be changed. Test often start by tuning to this
29 * channel.
33 * Channel 2.
35 * <p> By convention the state of Channel 2 is changed by tests. Testcases should explicitly
36 * set the state of this channel before using it in tests.
  /prebuilts/go/darwin-x86/test/
sieve.go 12 // Send the sequence 2, 3, 4, ... to channel 'ch'.
15 ch <- i // Send 'i' to channel 'ch'.
19 // Copy the values from channel 'in' to channel 'out',
25 out <- i // Send 'i' to channel 'out'.
32 ch := make(chan int) // Create a new channel.
  /prebuilts/go/linux-x86/test/
sieve.go 12 // Send the sequence 2, 3, 4, ... to channel 'ch'.
15 ch <- i // Send 'i' to channel 'ch'.
19 // Copy the values from channel 'in' to channel 'out',
25 out <- i // Send 'i' to channel 'out'.
32 ch := make(chan int) // Create a new channel.
  /system/core/metricsd/uploader/
system_profile_cache.cc 41 const metrics::SystemProfileProto_Channel& channel) {
42 switch (channel) {
76 std::string channel; local
79 channel = "unknown";
87 if (!client->GetChannel(&channel)) {
88 LOG(ERROR) << "failed to read the current channel from update engine.";
103 if (channel.empty() || profile_.version.empty()) {
104 // If the channel or version is missing, the image is not official.
105 // In this case, set the channel to unknown and the version to 0.0.0.0 to
107 channel = ""
    [all...]
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/data/
TunerChannel.java 22 import com.android.usbtuner.data.Channel;
23 import com.android.usbtuner.data.Channel.TunerChannelProto;
40 * A class that represents a single channel accessible through a tuner.
58 ATSC_SERVICE_TYPE_NAMES[Channel.SERVICE_TYPE_ATSC_RESERVED];
60 ATSC_SERVICE_TYPE_NAMES[Channel.SERVICE_TYPE_ATSC_DIGITAL_TELEVISION];
72 private TunerChannel(VctItem channel, int programNumber, List<PmtItem> pmtItems, int type) {
74 if (channel == null) {
81 mProto.shortName = channel.getShortName();
82 if (channel.getLongName() != null) {
83 mProto.longName = channel.getLongName()
    [all...]
  /external/autotest/server/site_tests/network_WiFi_CSADisconnect/
network_WiFi_CSADisconnect.py 13 disconnecting immediately after receiving a CSA (Channel Switch
18 def _connect_to_ap(self, channel):
22 @param channel int Channel to configure AP in.
26 channel=channel,
36 """Perform channel switch, and initiate disconnect immediately, then
46 # around. Alternate the AP channel with the CSA announced channel to
48 # immediately to the same AP on the same channel after CSA to
    [all...]
  /external/webrtc/webrtc/voice_engine/include/
voe_file.h 63 int channel,
74 int channel,
81 // Stops playback of a file on a specific |channel|.
82 virtual int StopPlayingFileLocally(int channel) = 0;
84 // Returns the current file playing state for a specific |channel|.
85 virtual int IsPlayingFileLocally(int channel) = 0;
90 int channel,
100 int channel,
106 // Stops playing of a file as microphone signal for a specific |channel|.
107 virtual int StopPlayingFileAsMicrophone(int channel) = 0
    [all...]
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.h 66 int (*get_receive_lowest_pn)(void *ctx, u32 channel, u8 an,
68 int (*get_transmit_next_pn)(void *ctx, u32 channel, u8 an,
70 int (*set_transmit_next_pn)(void *ctx, u32 channel, u8 an, u32 next_pn);
71 int (*get_available_receive_sc)(void *ctx, u32 *channel);
72 int (*create_receive_sc)(void *ctx, u32 channel,
76 int (*delete_receive_sc)(void *ctx, u32 channel);
77 int (*create_receive_sa)(void *ctx, u32 channel, u8 an, u32 lowest_pn,
79 int (*enable_receive_sa)(void *ctx, u32 channel, u8 an);
80 int (*disable_receive_sa)(void *ctx, u32 channel, u8 an);
81 int (*get_available_transmit_sc)(void *ctx, u32 *channel);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_pack.py 54 for channel in format.channels:
55 if channel.size % 8 or not is_pot(channel.size):
59 for channel in format.channels:
61 if channel.type == VOID:
62 if channel.size:
63 print ' unsigned %s:%u;' % (channel.name, channel.size)
64 elif channel.type == UNSIGNED:
65 print ' unsigned %s:%u;' % (channel.name, channel.size
    [all...]
  /packages/apps/TV/tests/common/src/com/android/tv/testing/
ChannelUtils.java 72 // Create a map from original network ID to channel row ID for existing channels.
86 for (ChannelInfo channel : channels) {
87 // If a channel exists, update it. If not, insert a new one.
90 values.put(Channels.COLUMN_DISPLAY_NUMBER, channel.number);
91 values.put(Channels.COLUMN_DISPLAY_NAME, channel.name);
92 values.put(Channels.COLUMN_ORIGINAL_NETWORK_ID, channel.originalNetworkId);
93 String videoFormat = channel.getVideoFormat();
100 if (!TextUtils.isEmpty(channel.appLinkText)) {
101 values.put(Channels.COLUMN_APP_LINK_TEXT, channel.appLinkText);
103 if (channel.appLinkColor != 0)
    [all...]

Completed in 420 milliseconds

1 2 3 4 5 6 7 891011>>