HomeSort by relevance Sort by last modified time
    Searched refs:routing_mode (Results 1 - 14 of 14) sorted by null

  /device/linaro/bootloader/arm-trusted-firmware/plat/common/
plat_gicv2.c 245 void plat_ic_set_spi_routing(unsigned int id, unsigned int routing_mode,
250 switch (routing_mode) {
plat_gicv3.c 236 void plat_ic_set_spi_routing(unsigned int id, unsigned int routing_mode,
241 switch (routing_mode) {
  /external/webrtc/webrtc/modules/audio_processing/
echo_control_mobile_impl.h 38 RoutingMode routing_mode() const override;
echo_control_mobile_impl.cc 244 EchoControlMobile::RoutingMode EchoControlMobileImpl::routing_mode() function in class:webrtc::EchoControlMobileImpl
audio_processing_impl.cc     [all...]
  /kernel/tests/net/test/
multinetwork_test.py 57 def CheckPingPacket(self, version, netid, routing_mode, packet):
58 s = self.BuildSocket(version, net_test.PingSocket, netid, routing_mode)
76 def CheckTCPSYNPacket(self, version, netid, routing_mode):
77 s = self.BuildSocket(version, net_test.TCPSocket, netid, routing_mode)
93 def CheckUDPPacket(self, version, netid, routing_mode):
94 s = self.BuildSocket(version, net_test.UDPSocket, netid, routing_mode)
108 if routing_mode != "ucast_oif":
114 def CheckRawGrePacket(self, version, netid, routing_mode):
115 s = self.BuildSocket(version, net_test.RawGRESocket, netid, routing_mode)
134 def CheckOutgoingPackets(self, routing_mode)
    [all...]
neighbour_test.py 198 routing_mode = random.choice(["mark", "oif", "uid"])
199 s = self.BuildSocket(6, net_test.UDPSocket, self.netid, routing_mode)
280 routing_mode = random.choice(["mark", "oif", "uid"])
281 s = self.BuildSocket(6, net_test.UDPSocket, self.netid, routing_mode)
multinetwork_base.py 498 def BuildSocket(self, version, constructor, netid, routing_mode):
502 if routing_mode not in [None, "uid"]:
503 self.SelectInterface(s, netid, routing_mode)
504 elif routing_mode == "uid":
  /device/linaro/bootloader/arm-trusted-firmware/include/plat/common/
platform.h 86 void plat_ic_set_spi_routing(unsigned int id, unsigned int routing_mode,
  /external/webrtc/webrtc/modules/audio_processing/include/
mock_audio_processing.h 65 MOCK_CONST_METHOD0(routing_mode,
audio_processing.h 727 virtual RoutingMode routing_mode() const = 0;
    [all...]
  /external/webrtc/webrtc/modules/audio_processing/test/
process_test.cc 88 printf(" --routing_mode MODE [0 - 4]\n");
287 } else if (strcmp(argv[i], "--routing_mode") == 0) {
289 ASSERT_LT(i, argc) << "Specify mode after --routing_mode";
290 int routing_mode; local
291 ASSERT_EQ(1, sscanf(argv[i], "%d", &routing_mode));
295 routing_mode)));
    [all...]
audio_processing_unittest.cc     [all...]
  /external/webrtc/webrtc/voice_engine/
voe_audio_processing_impl.cc 680 _shared->audio_processing()->echo_control_mobile()->routing_mode();
    [all...]

Completed in 1044 milliseconds