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

  /external/autotest/client/cros/cellular/
environment.py 12 from autotest_lib.client.cros import backchannel, flimflam_test_path
88 backchannel.Backchannel(),
93 (self.backchannel,
test_environment.py 14 from autotest_lib.client.cros import backchannel
31 - Sets up backchannel.
38 - The backchannel is using an Ethernet device.
65 @param use_backchannel: Set up the backchannel that can be used to
88 self._backchannel = backchannel.Backchannel()
276 """Verify backchannel is on an ethernet device.
278 @raise error.TestError if backchannel is not on an ethernet device.
  /external/autotest/client/site_tests/cellular_Smoke/
cellular_Smoke.py 7 from autotest_lib.client.cros import backchannel, network
26 # * a backchannel ethernet context. This makes a virtual
  /external/autotest/client/site_tests/cellular_Throughput/
cellular_Throughput.py 8 from autotest_lib.client.cros import backchannel, http_speed, network
  /external/autotest/client/site_tests/network_WiMaxSmoke/
network_WiMaxSmoke.py 11 from autotest_lib.client.cros import backchannel, network
152 with backchannel.Backchannel():
  /external/libcups/
Android.mk 22 cups/array.c cups/auth.c cups/backchannel.c cups/backend.c \
  /external/autotest/client/site_tests/power_Consumption/
power_Consumption.py 13 from autotest_lib.client.cros import backchannel
395 logging.info('Starting Backchannel')
396 with backchannel.Backchannel():
398 # TODO (kamrik) remove this sleep, once backchannel handles this
458 NONUI_TESTS = ['backchannel', 'sound', 'lowlevel']
  /external/autotest/client/site_tests/power_LoadTest/
power_LoadTest.py 13 from autotest_lib.client.cros import backchannel, httpd
116 # If force wifi enabled, convert eth0 to backchannel and connect to the
131 # If backchannel is already running, don't run it again.
132 self._backchannel = backchannel.Backchannel()
134 raise error.TestError('Could not setup Backchannel network.')
455 # cleanup backchannel interface
  /external/libcups/cups/
Makefile 34 backchannel.o \
375 -e 'cups_debug|Apple|BackChannel|Backend|FileCheck|Filter|GSSService|SetNegotiate|SideChannel' \
629 backchannel.c backend.h backend.c sidechannel.c sidechannel.h \

Completed in 590 milliseconds