HomeSort by relevance Sort by last modified time
    Searched defs:channel2 (Results 1 - 25 of 110) sorted by null

1 2 3 4 5

  /system/connectivity/wificond/tests/
scan_settings_unittest.cpp 89 ChannelSettings channel, channel1, channel2; local
92 channel2.frequency_ = kFakeFrequency2;
98 scan_settings.channel_settings_ = {channel, channel1, channel2};
  /external/webrtc/webrtc/p2p/base/
transportcontroller_unittest.cc 111 FakeTransportChannel* channel2 = CreateChannel("video", 1); local
112 ASSERT_NE(nullptr, channel2);
124 channel2->SignalCandidateGathered(channel2, CreateCandidate(1));
126 channel2->SetCandidatesGatheringComplete();
128 channel2->SetConnectionCount(2);
130 channel2->SetReceiving(true);
132 channel2->SetWritable(true);
134 channel2->SetConnectionCount(1);
209 FakeTransportChannel* channel2 = CreateChannel("video", 1) local
238 FakeTransportChannel* channel2 = CreateChannel("video", 1); local
248 FakeTransportChannel* channel2 = CreateChannel("video", 1); local
293 FakeTransportChannel* channel2 = CreateChannel("video", 1); local
392 FakeTransportChannel* channel2 = CreateChannel("audio", 2); local
407 FakeTransportChannel* channel2 = CreateChannel("audio", 1); local
429 FakeTransportChannel* channel2 = CreateChannel("video", 1); local
446 FakeTransportChannel* channel2 = CreateChannel("video", 1); local
480 FakeTransportChannel* channel2 = CreateChannel("video", 1); local
521 FakeTransportChannel* channel2 = CreateChannel("video", 1); local
564 FakeTransportChannel* channel2 = CreateChannel("video", 1); local
592 FakeTransportChannel* channel2 = CreateChannel("video", 1); local
632 FakeTransportChannel* channel2 = CreateChannel("video", 1); local
    [all...]
turnserver.cc 740 Channel* channel2 = FindChannel(peer_attr->GetAddress()); local
741 if (channel1 != channel2) {
  /cts/tests/app/src/android/app/cts/
NotificationManagerTest.java 223 NotificationChannel channel2 = local
233 mNotificationManager.createNotificationChannel(channel2);
237 compareChannels(channel2,
238 mNotificationManager.getNotificationChannel(channel2.getId()));
250 NotificationChannel channel2 = local
262 channelMap.put(channel2.getId(), channel2); local
266 mNotificationManager.createNotificationChannel(channel2);
  /libcore/luni/src/test/java/libcore/java/nio/channels/
OldSocketChannelTest.java 49 private SocketChannel channel2; field in class:OldSocketChannelTest
58 this.channel2 = SocketChannel.open();
72 if (null != this.channel2) {
74 this.channel2.close();
  /external/webrtc/talk/media/sctp/
sctpdataengine_unittest.cc 266 channel2()->SetSend(false);
326 cricket::SctpDataMediaChannel* channel2() { return chan2_.get(); } function in class:SctpDataMediaChannelTest
363 channel2()->SignalReadyToSend.connect(&signal_observer_2,
370 ASSERT_TRUE(SendData(channel2(), 2, "hi chan1", &result));
396 ASSERT_TRUE(SendData(channel2(), 2, "hi chan1", &result));
433 chan_2_sig_receiver.BindSelf(channel2());
439 ASSERT_TRUE(SendData(channel2(), 2, "hi chan1", &result));
453 chan_2_sig_receiver.BindSelf(channel2());
459 ASSERT_TRUE(SendData(channel2(), 2, "hi chan1", &result));
464 channel2()->RemoveSendStream(2)
    [all...]
  /frameworks/base/services/tests/notification/src/com/android/server/notification/
RankingHelperTest.java 298 NotificationChannel channel2 = local
300 channel2.setDescription("descriptions for all");
301 channel2.setSound(new Uri.Builder().scheme("test").build(), mAudioAttributes);
302 channel2.enableLights(true);
303 channel2.setBypassDnd(true);
304 channel2.setLockscreenVisibility(Notification.VISIBILITY_SECRET);
305 channel2.enableVibration(true);
306 channel2.setGroup(ncg.getId());
307 channel2.setVibrationPattern(new long[]{100, 67, 145, 156});
308 channel2.setLightColor(Color.BLUE)
357 NotificationChannel channel2 = local
427 NotificationChannel channel2 = local
622 final NotificationChannel channel2 = local
891 NotificationChannel channel2 = local
893 channelMap.put(channel2.getId(), channel2); local
923 NotificationChannel channel2 = local
1014 NotificationChannel channel2 = local
1207 NotificationChannel channel2 = local
    [all...]
NotificationManagerServiceTest.java 224 final NotificationChannel channel2 = local
227 new ParceledListSlice(Arrays.asList(channel1, channel2)));
255 final NotificationChannel channel2 = local
258 new ParceledListSlice(Arrays.asList(channel1, channel2)));
554 NotificationChannel channel2 = new NotificationChannel("a", "b", IMPORTANCE_LOW); local
556 eq(channel2.getId()), anyBoolean()))
557 .thenReturn(channel2);
561 new ParceledListSlice(Arrays.asList(mTestNotificationChannel, channel2)));
566 eq(Process.myUserHandle()), eq(channel2),
    [all...]
  /packages/apps/TV/tests/unit/src/com/android/tv/data/
ChannelDataManagerTest.java 227 Channel channel2 = mChannelDataManager.getChannelList().get(1); local
229 mChannelDataManager.addChannelListener(channel2.getId(), channelListener);
233 mChannelDataManager.updateBrowsable(channel2.getId(), false, true);
238 assertFalse(browsableChannelList.contains(channel2));
247 assertFalse(browsableChannelList.contains(channel2));
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DatagramChannelTest.java 67 private DatagramChannel channel2; field in class:DatagramChannelTest
76 channel2 = DatagramChannel.open();
79 channel2.socket().bind(new InetSocketAddress(Inet6Address.LOOPBACK, 0));
82 channel2Address = (InetSocketAddress) channel2.socket().getLocalSocketAddress();
93 IoUtils.closeQuietly(channel2);
    [all...]
SocketChannelTest.java 61 private SocketChannel channel2; field in class:SocketChannelTest
74 this.channel2 = SocketChannel.open();
91 if (null != this.channel2) {
93 this.channel2.close();
    [all...]
  /bionic/libc/kernel/uapi/linux/
cdrom.h 120 __u8 channel2; member in struct:cdrom_volctrl
  /development/ndk/platforms/android-21/include/linux/
cdrom.h 127 __u8 channel2; member in struct:cdrom_volctrl
  /development/ndk/platforms/android-9/include/linux/
cdrom.h 115 __u8 channel2; member in struct:cdrom_volctrl
  /external/kernel-headers/original/uapi/linux/
cdrom.h 200 __u8 channel2; member in struct:cdrom_volctrl
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cdrom.h 200 __u8 channel2; member in struct:cdrom_volctrl
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
cdrom.h 200 __u8 channel2; member in struct:cdrom_volctrl
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
cdrom.h 115 __u8 channel2; member in struct:cdrom_volctrl
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
cdrom.h 115 __u8 channel2; member in struct:cdrom_volctrl
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
cdrom.h 115 __u8 channel2; member in struct:cdrom_volctrl
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
cdrom.h 115 __u8 channel2; member in struct:cdrom_volctrl
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
cdrom.h 115 __u8 channel2; member in struct:cdrom_volctrl
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
cdrom.h 115 __u8 channel2; member in struct:cdrom_volctrl
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/
cdrom.h 115 __u8 channel2; member in struct:cdrom_volctrl
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/
cdrom.h 115 __u8 channel2; member in struct:cdrom_volctrl

Completed in 1240 milliseconds

1 2 3 4 5