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

1 2 34 5 6 7 8 91011>>

  /packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
NotificationPreferenceControllerTest.java 106 NotificationChannel channel = mock(NotificationChannel.class); local
107 when(channel.getImportance()).thenReturn(IMPORTANCE_NONE);
109 mController.onResume(appRow, channel, null, null);
116 NotificationChannel channel = mock(NotificationChannel.class); local
119 mController.onResume(appRow, channel, group, null);
127 NotificationChannel channel = mock(NotificationChannel.class); local
128 when(channel.getImportance()).thenReturn(IMPORTANCE_DEFAULT);
132 mController.onResume(appRow, channel, group, null);
139 NotificationChannel channel = mock(NotificationChannel.class); local
143 mController.onResume(appRow, channel, group, admin)
154 NotificationChannel channel = mock(NotificationChannel.class); local
164 NotificationChannel channel = mock(NotificationChannel.class); local
174 NotificationChannel channel = mock(NotificationChannel.class); local
184 NotificationChannel channel = mock(NotificationChannel.class); local
194 NotificationChannel channel = mock(NotificationChannel.class); local
207 NotificationChannel channel = mock(NotificationChannel.class); local
222 NotificationChannel channel = mock(NotificationChannel.class); local
233 NotificationChannel channel = mock(NotificationChannel.class); local
245 NotificationChannel channel = mock(NotificationChannel.class); local
256 NotificationChannel channel = mock(NotificationChannel.class); local
306 NotificationChannel channel = mock(NotificationChannel.class); local
307 mController.onResume(mock(NotificationBackend.AppRow.class), channel, null, null); local
314 NotificationChannel channel = mock(NotificationChannel.class); local
316 mController.onResume(mock(NotificationBackend.AppRow.class), channel, null, null); local
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.6.Final/
netty-transport-4.1.6.Final.jar 
  /external/webrtc/webrtc/voice_engine/
voe_file_impl.cc 17 #include "webrtc/voice_engine/channel.h"
50 int VoEFileImpl::StartPlayingFileLocally(int channel,
58 "StartPlayingFileLocally(channel=%d, fileNameUTF8[]=%s, "
61 channel, fileNameUTF8, loop, format, volumeScaling, startPointMs,
68 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel);
69 voe::Channel* channelPtr = ch.channel();
72 "StartPlayingFileLocally() failed to locate channel");
81 int VoEFileImpl::StartPlayingFileLocally(int channel,
88 "StartPlayingFileLocally(channel=%d, stream, format=%d,
    [all...]
voe_dtmf_impl.h 21 int SendTelephoneEvent(int channel,
27 int SetSendTelephoneEventPayloadType(int channel,
30 int GetSendTelephoneEventPayloadType(int channel,
voe_external_media_impl.cc 15 #include "webrtc/voice_engine/channel.h"
54 int channel,
58 "RegisterExternalMediaProcessing(channel=%d, type=%d, "
60 channel, type, &processObject);
68 voe::ChannelOwner ch = shared_->channel_manager().GetChannel(channel);
69 voe::Channel* channelPtr = ch.channel();
74 "channel");
93 int channel,
96 "DeRegisterExternalMediaProcessing(channel=%d)", channel)
    [all...]
voe_codec_impl.cc 17 #include "webrtc/voice_engine/channel.h"
63 int VoECodecImpl::SetSendCodec(int channel, const CodecInst& codec) {
65 "SetSendCodec(channel=%d, codec)", channel);
93 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel);
94 voe::Channel* channelPtr = ch.channel();
97 "GetSendCodec() failed to locate channel");
114 int VoECodecImpl::GetSendCodec(int channel, CodecInst& codec) {
119 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel);
    [all...]
voe_volume_control_impl.cc 15 #include "webrtc/voice_engine/channel.h"
199 int VoEVolumeControlImpl::SetInputMute(int channel, bool enable) {
201 "SetInputMute(channel=%d, enable=%d)", channel, enable);
207 if (channel == -1) {
211 // Mute after demultiplexing <=> affects one channel only
212 voe::ChannelOwner ch = _shared->channel_manager().GetChannel(channel);
213 voe::Channel* channelPtr = ch.channel();
216 "SetInputMute() failed to locate channel");
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ClassicToken.cs 49 int channel = TokenChannels.Default; field in class:Antlr.Runtime.ClassicToken
63 channel = oldToken.Channel;
71 public ClassicToken(int type, string text, int channel) {
74 this.channel = channel;
114 public int Channel {
116 return channel;
119 channel = value;
160 if (channel > 0)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ClassicToken.cs 51 int channel = TokenChannels.Default; field in class:Antlr.Runtime.ClassicToken
67 channel = oldToken.Channel;
76 public ClassicToken( int type, string text, int channel )
80 this.channel = channel;
132 public int Channel
136 return channel;
140 channel = value;
194 if ( channel > 0
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.3.Final/
netty-transport-4.1.3.Final.jar 
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
CommonToken.java 36 protected int channel=DEFAULT_CHANNEL; field in class:CommonToken
58 public CommonToken(CharStream input, int type, int channel, int start, int stop) {
61 this.channel = channel;
68 this.channel = DEFAULT_CHANNEL;
78 channel = oldToken.getChannel();
132 return channel;
135 public void setChannel(int channel) {
136 this.channel = channel;
    [all...]
  /external/devlib/devlib/derived/
energy.py 32 for channel in measurements_csv.channels:
33 channel_map[channel].append(channel.kind)
34 for channel, kinds in channel_map.iteritems():
36 should_calculate_energy.append(channel.site)
37 if channel.site == 'timestamp':
39 time_measurment = channel.measurement_type
64 channel = entry.channel
65 site = channel.sit
    [all...]
  /external/e2fsprogs/e2fsck/
ehandler.c 23 static errcode_t e2fsck_handle_read_error(io_channel channel,
33 ext2_filsys fs = (ext2_filsys) channel->app_data;
46 for (i=0; i < count; i++, p += channel->block_size, block++) {
47 error = io_channel_read_blk64(channel, block,
68 io_channel_write_blk64(channel, block, count, data);
75 static errcode_t e2fsck_handle_write_error(io_channel channel,
85 ext2_filsys fs = (ext2_filsys) channel->app_data;
99 for (i=0; i < count; i++, p += channel->block_size, block++) {
100 error = io_channel_write_blk64(channel, block,
129 void ehandler_init(io_channel channel)
    [all...]
  /external/e2fsprogs/resize/
resource_track.c 22 io_channel channel)
45 if (channel && channel->manager && channel->manager->get_stats)
46 channel->manager->get_stats(channel, &io_start);
61 io_channel channel)
103 if (channel && channel->manager && channel->manager->get_stats)
    [all...]
  /external/vboot_reference/scripts/image_signing/
set_channel.sh 7 # Changes the channel on a Chrome OS image.
16 Usage: $PROG <image.bin> <channel>
19 <channel>: The new channel of the image.
32 # Get the current channel on the image.
34 from=${from%"-channel"}
35 echo "Current channel is '${from}'. Changing to '${to}'."
42 echo "Channel change successful."
  /hardware/intel/common/wrs_omxil_core/utils/inc/
audio_parser.h 48 int *frequency, int *channel, int *mode_extension,
58 int *aot, int *frequency, int *channel);
61 int aot, int frequency, int channel);
  /packages/apps/TV/tests/common/src/com/android/tv/testing/activities/
BaseMainActivityTestCase.java 26 import com.android.tv.data.api.Channel;
69 * Tune to {@code channel}.
71 * @param channel the channel to tune to.
73 protected void tuneToChannel(final Channel channel) {
80 mActivity.tuneToChannel(channel);
95 * Tune to the channel with {@code name}.
97 * @param name the name of the channel to find.
100 Channel c = findChannelWithName(name)
128 Channel channel = null; local
    [all...]
  /system/bt/include/hardware/
bt_sock.h 39 int channel; member in struct:__anon2029
56 * Listen to a RFCOMM UUID or channel. It returns the socket fd from which
58 * If neither a UUID nor a channel is provided, a channel will be allocated
59 * and a service record can be created providing the channel number to
65 const bluetooth::Uuid* service_uuid, int channel,
69 * Connect to a RFCOMM UUID channel of remote device, It returns the socket fd
76 const bluetooth::Uuid* uuid, int channel, int* sock_fd,
  /external/python/cpython3/Lib/test/
test_smtpd.py 44 channel = smtpd.SMTPChannel(server, conn, addr, decode_data=True)
47 channel.socket.queue_recv(line)
48 channel.handle_read()
75 def send_data(self, channel, data, enable_SMTPUTF8=False):
77 channel.socket.queue_recv(line)
78 channel.handle_read()
93 channel = smtpd.SMTPChannel(server, conn, addr, decode_data=True)
95 self.send_data(channel, b'From: test\n\nhello\n')
109 channel = smtpd.SMTPChannel(server, conn, addr)
111 self.send_data(channel, b'From: test\n\nh\xc3\xa9llo\xff\n'
    [all...]
  /external/chromium-trace/catapult/common/bin/
update_chrome_reference_binaries 53 # by each platform on each channel.
96 def _ChannelVersionsMap(channel):
97 rows = _OmahaReportVersionInfo(channel)
98 omaha_versions_map = _OmahaVersionsMap(rows, channel)
107 def _OmahaReportVersionInfo(channel):
108 url ='https://omahaproxy.appspot.com/all?channel=%s' % channel
113 def _OmahaVersionsMap(rows, channel):
114 platforms = _OMAHA_PLATFORMS.get(channel, [])
116 not rows[0][0:3] == ['os', 'channel', 'current_version'])
    [all...]
  /external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
AlaLib.cpp 29 ** Description: Initializes the JCOP library and opens the DWP communication channel
34 tJBL_STATUS ALA_Init(IChannel_t *channel)
45 if(channel == NULL)
51 stat = initialize (channel);
58 channel = gpAla_Dwnld_Context->mchannel;
59 if((channel != NULL) &&
60 (channel->open) != NULL)
62 alaHandle = channel->open();
76 ALOGE("%s: NULL DWP channel", fn);
100 IChannel_t *channel = gpAla_Dwnld_Context->mchannel local
132 IChannel_t* channel = gpAla_Dwnld_Context->mchannel; local
221 IChannel_t *channel = gpAla_Dwnld_Context->mchannel; local
248 IChannel_t *channel = gpAla_Dwnld_Context->mchannel; local
274 IChannel_t *channel = gpAla_Dwnld_Context->mchannel; local
300 IChannel_t *channel = gpAla_Dwnld_Context->mchannel; local
    [all...]
  /system/bt/btif/src/
btif_sock_sdp.cc 101 const uint16_t channel, const bool with_obex) {
103 channel, name, with_obex);
115 proto_list[1].params[0] = channel;
144 sdp_handle, channel, name, with_obex);
151 stage, channel, name, with_obex);
155 // Registers a service with the given |name|, |uuid|, and |channel| in the SDP
159 const uint16_t channel) {
161 uuid.ToString().c_str(), channel, name);
167 channel, name);
183 if (!create_base_record(handle, name, channel, false /* with_obex */)
    [all...]
  /prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.0.CR3/
netty-transport-4.1.0.CR3.jar 
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/euicc/
EuiccCardTest.java 170 int channel = mockLogicalChannelResponses("BF3E065A041A2B3C4D9000"); local
197 verifyStoreData(channel, "BF3E035C015A");
202 int channel = mockLogicalChannelResponses( local
214 verifyStoreData(channel, "BF2D0D5C0B5A909192B79F709599BF76");
220 int channel = mockLogicalChannelResponses( local
231 verifyStoreData(channel, "BF2D0D5C0B5A909192B79F709599BF76");
236 int channel = mockLogicalChannelResponses("BF2D8184A08181E37F" local
277 verifyStoreData(channel, "BF2D1BA00C5A0A896700000000004523015C0B5A909192B79F709599BF76");
282 int channel = mockLogicalChannelResponses("BF32038001009000"); local
289 verifyStoreData(channel, "BF3211A00C5A0A896700000000004523018101FF")
294 int channel = mockLogicalChannelResponses("6106", "6f00"); local
306 int channel = mockLogicalChannelResponses("BF32038001039000"); local
318 int channel = mockLogicalChannelResponses("BF31038001009000"); local
330 int channel = mockLogicalChannelResponses("6106", "6f00"); local
342 int channel = mockLogicalChannelResponses("BF31038001039000"); local
354 int channel = mockLogicalChannelResponses("BF3E065A041A2B3C4D9000"); local
366 int channel = mockLogicalChannelResponses("BF29038001009000"); local
378 int channel = mockLogicalChannelResponses("BF33038001009000"); local
390 int channel = mockLogicalChannelResponses("BF33038001039000"); local
402 int channel = mockLogicalChannelResponses( local
415 int channel = mockLogicalChannelResponses( local
428 int channel = mockLogicalChannelResponses("BF3F038001009000"); local
440 int channel = mockLogicalChannelResponses("BF4347" local
475 int channel = mockLogicalChannelResponses("BF34038001009000"); local
488 int channel = mockLogicalChannelResponses("6106", "6f00"); local
501 int channel = mockLogicalChannelResponses("BF2E0580030102039000"); local
513 int channel = mockLogicalChannelResponses("BF20030102039000"); local
525 int channel = mockLogicalChannelResponses("BF22030102039000"); local
541 int channel = mockLogicalChannelResponses("BF3802A0009000"); local
567 int channel = mockLogicalChannelResponses("BF38038101039000"); local
598 int channel = mockLogicalChannelResponses("BF3802A0009000"); local
621 int channel = mockLogicalChannelResponses("BF2102A0009000"); local
640 int channel = mockLogicalChannelResponses("BF2105A1030201039000"); local
659 int channel = mockLogicalChannelResponses( local
706 int channel = mockLogicalChannelResponses( local
753 int channel = mockLogicalChannelResponses("BF41009000"); local
766 int channel = mockLogicalChannelResponses("BF41038101039000"); local
779 int channel = mockLogicalChannelResponses("BF282BA029" local
801 int channel = mockLogicalChannelResponses("BF28038101039000"); local
815 int channel = mockLogicalChannelResponses("BF2B2FA02D" local
843 int channel = mockLogicalChannelResponses("BF2B038101019000"); local
857 int channel = mockLogicalChannelResponses("BF2B038101039000"); local
871 int channel = mockLogicalChannelResponses("BF2B18A016" local
888 int channel = mockLogicalChannelResponses("BF2B038101019000"); local
900 int channel = mockLogicalChannelResponses("BF30038001009000"); local
994 int channel = LogicalChannelMocker.mockOpenLogicalChannelResponse(mMockCi, local
    [all...]
  /external/autotest/server/cros/ap_configurators/
asus_ac66r_ap_configurator.py 33 def set_channel(self, channel):
34 self.add_item_to_command_list(self._set_channel, (channel,), 1, 900)
37 def _set_channel(self, channel):
38 position = self._get_channel_popup_position(channel)

Completed in 1847 milliseconds

1 2 34 5 6 7 8 91011>>