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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
2003-11-19-BitFieldArray.c 9 void g_io_channel_init (struct _GIOChannel *channel) {
10 channel->partial_write_buf[0];
  /cts/tests/app/src/android/app/cts/
NotificationChannelTest.java 40 NotificationChannel channel = local
42 assertEquals(expected, channel.describeContents());
46 NotificationChannel channel = local
48 assertEquals("1", channel.getId());
49 assertEquals("one", channel.getName());
50 assertEquals(null, channel.getDescription());
51 assertEquals(false, channel.canBypassDnd());
52 assertEquals(false, channel.shouldShowLights());
53 assertEquals(false, channel.shouldVibrate());
54 assertEquals(null, channel.getVibrationPattern())
64 NotificationChannel channel = local
74 NotificationChannel channel = new NotificationChannel("a", "ab", IMPORTANCE_DEFAULT); local
80 NotificationChannel channel = new NotificationChannel("a", "ab", IMPORTANCE_DEFAULT); local
86 NotificationChannel channel = local
95 NotificationChannel channel = local
103 NotificationChannel channel = local
113 NotificationChannel channel = local
135 NotificationChannel channel = local
143 NotificationChannel channel = local
150 NotificationChannel channel = local
    [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,
voe_codec.h 14 // - Voice Activity Detection (VAD) on a per channel basis.
60 // Sets the |codec| for the |channel| to be used for sending.
61 virtual int SetSendCodec(int channel, const CodecInst& codec) = 0;
64 // |channel|.
65 virtual int GetSendCodec(int channel, CodecInst& codec) = 0;
67 // Sets the bitrate on a specified |channel| to the specified value
71 virtual int SetBitRate(int channel, int bitrate_bps) = 0;
73 // Gets the currently received |codec| for a specific |channel|.
74 virtual int GetRecCodec(int channel, CodecInst& codec) = 0;
82 virtual int SetRecPayloadType(int channel, const CodecInst& codec) = 0
    [all...]
voe_volume_control.h 72 virtual int SetInputMute(int channel, bool enable) = 0;
75 virtual int GetInputMute(int channel, bool& enabled) = 0;
83 virtual int GetSpeechOutputLevel(int channel, unsigned int& level) = 0;
90 virtual int GetSpeechOutputLevelFullRange(int channel,
94 // channel. Valid scale range is [0.0, 10.0].
95 virtual int SetChannelOutputVolumeScaling(int channel, float scaling) = 0;
97 // Gets the current volume scaling for a specified |channel|.
98 virtual int GetChannelOutputVolumeScaling(int channel, float& scaling) = 0;
102 virtual int SetOutputVolumePan(int channel, float left, float right) = 0;
105 virtual int GetOutputVolumePan(int channel, float& left, float& right) = 0
    [all...]
voe_rtp_rtcp.h 52 virtual void OnIncomingCSRCChanged(int channel,
56 virtual void OnIncomingSSRCChanged(int channel, unsigned int SSRC) = 0;
114 virtual int SetLocalSSRC(int channel, unsigned int ssrc) = 0;
116 // Gets the local RTP SSRC of a specified |channel|.
117 virtual int GetLocalSSRC(int channel, unsigned int& ssrc) = 0;
120 virtual int GetRemoteSSRC(int channel, unsigned int& ssrc) = 0;
122 // Sets the status of rtp-audio-level-indication on a specific |channel|.
123 virtual int SetSendAudioLevelIndicationStatus(int channel,
128 // |channel|.
129 virtual int SetReceiveAudioLevelIndicationStatus(int channel,
    [all...]
voe_network.h 59 // specified |channel|. Returns -1 in case of an error, 0 otherwise.
60 virtual int RegisterExternalTransport(int channel, Transport& transport) = 0;
63 // specified |channel|. Returns -1 in case of an error, 0 otherwise.
64 virtual int DeRegisterExternalTransport(int channel) = 0;
70 virtual int ReceivedRTPPacket(int channel,
73 virtual int ReceivedRTPPacket(int channel,
84 virtual int ReceivedRTCPPacket(int channel,
  /device/google/contexthub/firmware/os/platform/stm32/inc/plat/
spi.h 27 uint8_t channel; member in struct:StmSpiDmaCfg
50 #define SPI1_DMA_RX_CFG_A { .channel = 3, .stream = 0 }
51 #define SPI1_DMA_RX_CFG_B { .channel = 3, .stream = 2 }
52 #define SPI1_DMA_TX_CFG_A { .channel = 3, .stream = 3 }
53 #define SPI1_DMA_TX_CFG_B { .channel = 3, .stream = 5 }
56 #define SPI2_DMA_RX_CFG { .channel = 0, .stream = 3 }
57 #define SPI2_DMA_TX_CFG { .channel = 0, .stream = 4 }
60 #define SPI3_DMA_RX_CFG_A { .channel = 0, .stream = 0 }
61 #define SPI3_DMA_RX_CFG_B { .channel = 0, .stream = 2 }
62 #define SPI3_DMA_TX_CFG_A { .channel = 0, .stream = 5
    [all...]
  /external/vboot_reference/scripts/image_signing/sample-test-configs/
ensure_sane_lsb-release.config 18 canary-channel
19 dogfood-channel
20 beta-channel
21 dev-channel
  /external/webrtc/webrtc/voice_engine/
voe_rtp_rtcp_impl.h 23 int SetRTCPStatus(int channel, bool enable) override;
25 int GetRTCPStatus(int channel, bool& enabled) override;
27 int SetRTCP_CNAME(int channel, const char cName[256]) override;
29 int GetRemoteRTCP_CNAME(int channel, char cName[256]) override;
31 int GetRemoteRTCPData(int channel,
40 int SetLocalSSRC(int channel, unsigned int ssrc) override;
42 int GetLocalSSRC(int channel, unsigned int& ssrc) override;
44 int GetRemoteSSRC(int channel, unsigned int& ssrc) override;
47 int SetSendAudioLevelIndicationStatus(int channel,
50 int SetReceiveAudioLevelIndicationStatus(int channel,
    [all...]
voe_video_sync_impl.h 24 int SetMinimumPlayoutDelay(int channel, int delayMs) override;
26 int GetDelayEstimate(int channel,
30 int GetLeastRequiredDelayMs(int channel) const override;
32 int SetInitTimestamp(int channel, unsigned int timestamp) override;
34 int SetInitSequenceNumber(int channel, short sequenceNumber) override;
36 int GetPlayoutTimestamp(int channel, unsigned int& timestamp) override;
38 int GetRtpRtcp(int channel,
voe_codec_impl.h 26 int SetSendCodec(int channel, const CodecInst& codec) override;
28 int GetSendCodec(int channel, CodecInst& codec) override;
30 int SetBitRate(int channel, int bitrate_bps) override;
32 int GetRecCodec(int channel, CodecInst& codec) override;
35 int channel,
39 int SetRecPayloadType(int channel, const CodecInst& codec) override;
41 int GetRecPayloadType(int channel, CodecInst& codec) override;
43 int SetFECStatus(int channel, bool enable) override;
45 int GetFECStatus(int channel, bool& enabled) override;
47 int SetVADStatus(int channel,
    [all...]
voe_volume_control_impl.h 30 int SetInputMute(int channel, bool enable) override;
32 int GetInputMute(int channel, bool& enabled) override;
36 int GetSpeechOutputLevel(int channel, unsigned int& level) override;
40 int GetSpeechOutputLevelFullRange(int channel, unsigned int& level) override;
42 int SetChannelOutputVolumeScaling(int channel, float scaling) override;
44 int GetChannelOutputVolumeScaling(int channel, float& scaling) override;
46 int SetOutputVolumePan(int channel, float left, float right) override;
48 int GetOutputVolumePan(int channel, float& left, float& right) override;
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;
  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_remote_master.h 23 // Returns a MasterInterface wrapped around the gRPC channel `channel`.
24 MasterInterface* NewGrpcMaster(const SharedGrpcChannelPtr& channel);
  /external/webrtc/webrtc/modules/audio_coding/neteq/
sync_buffer_unittest.cc 27 for (size_t channel = 0; channel < kChannels; ++channel) {
29 EXPECT_EQ(0, sync_buffer[channel][i]);
58 for (size_t channel = 0; channel < kChannels; ++channel) {
60 new_data[channel][i] = i;
71 for (size_t channel = 0; channel < kChannels; ++channel)
    [all...]
dsp_helper_unittest.cc 54 for (int channel = 0; channel < kChannels; ++channel) {
55 input[channel][i] = 1000;
72 for (int channel = 0; channel < kChannels; ++channel) {
73 EXPECT_EQ(1000, input[channel][i]);
78 for (int channel = 0; channel < kChannels; ++channel)
    [all...]
  /packages/apps/TV/src/com/android/tv/data/epg/
AutoValue_EpgReader_EpgChannel.java 19 import com.android.tv.data.api.Channel;
28 private final Channel channel; field in class:AutoValue_EpgReader_EpgChannel
32 Channel channel,
34 if (channel == null) {
35 throw new NullPointerException("Null channel");
37 this.channel = channel;
45 public Channel getChannel()
    [all...]
  /external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
JcDnld.cpp 22 IChannel_t *channel; variable
30 ** Description: Initializes the JCOP library and opens the DWP communication channel
35 tJBL_STATUS JCDNLD_Init(IChannel_t *channel)
46 else if(channel == NULL)
53 stat = jd->initialize (channel);
60 if((channel != NULL) &&
61 (channel->open) != NULL)
63 jcHandle = channel->open();
77 ALOGE("%s: NULL DWP channel", fn);
121 channel = gpJcopOs_Dwnld_Context->channel
    [all...]
  /external/e2fsprogs/lib/ext2fs/
io_manager.c 23 errcode_t io_channel_set_options(io_channel channel, const char *opts)
28 EXT2_CHECK_MAGIC(channel, EXT2_ET_MAGIC_IO_CHANNEL);
33 if (!channel->manager->set_option)
51 retval = (channel->manager->set_option)(channel, ptr, arg);
60 errcode_t io_channel_write_byte(io_channel channel, unsigned long offset,
63 EXT2_CHECK_MAGIC(channel, EXT2_ET_MAGIC_IO_CHANNEL);
65 if (channel->manager->write_byte)
66 return channel->manager->write_byte(channel, offset
    [all...]
  /external/webrtc/webrtc/test/
mock_voice_engine.h 67 MOCK_METHOD3(SetRxNsStatus, int(int channel, bool enable, NsModes mode));
68 MOCK_METHOD3(GetRxNsStatus, int(int channel, bool& enabled, NsModes& mode));
69 MOCK_METHOD3(SetRxAgcStatus, int(int channel, bool enable, AgcModes mode));
70 MOCK_METHOD3(GetRxAgcStatus, int(int channel, bool& enabled, AgcModes& mode));
71 MOCK_METHOD2(SetRxAgcConfig, int(int channel, AgcConfig config));
72 MOCK_METHOD2(GetRxAgcConfig, int(int channel, AgcConfig& config));
74 int(int channel, VoERxVadCallback& observer));
75 MOCK_METHOD1(DeRegisterRxVadObserver, int(int channel));
76 MOCK_METHOD1(VoiceActivityIndicator, int(int channel));
109 MOCK_METHOD1(DeleteChannel, int(int channel));
    [all...]
  /frameworks/base/lowpan/java/android/net/lowpan/
ILowpanEnergyScanCallback.aidl 21 oneway void onEnergyScanResult(int channel, int rssi);
  /external/libese/third_party/NXPNFC_P61_JCOP_Kit/include/
JcDnld.h 31 ** Description: Initializes the JCOP library and opens the DWP communication channel
36 unsigned char JCDNLD_Init(IChannel *channel);
  /external/toybox/toys/other/
mix.c 12 usage: mix [-d DEV] [-c CHANNEL] [-l VOL] [-r RIGHT]
16 -c CHANNEL Set/show volume of CHANNEL (default first channel found)
19 -r RIGHT Volume of right stereo channel (with -r, -l sets left volume)
36 int mask, channel = -1, level, fd; local
42 for (channel = 0; channel < SOUND_MIXER_NRDEVICES; channel++) {
43 if ((1<<channel) & mask)
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmwifi_channels.h 27 /* A chanspec holds the channel number, band, bandwidth and control sideband */
30 /* channel defines */
39 #define CH_MAX_2G_CHANNEL 14 /* Max channel in 2G band */
40 #define MAXCHANNEL 224 /* max # supported channels. The max channel no is 216,
80 /* channel defines */
81 #define LOWER_20_SB(channel) (((channel) > CH_10MHZ_APART) ? ((channel) - CH_10MHZ_APART) : 0)
82 #define UPPER_20_SB(channel) (((channel) < (MAXCHANNEL - CH_10MHZ_APART)) ?
    [all...]

Completed in 447 milliseconds

1 2 3 4 5 6 7 8 91011>>