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

  /external/autotest/client/cros/
backchannel.py 14 # Flag file used to tell backchannel script it's okay to run.
16 # Backchannel interface name.
18 # Script that handles backchannel heavy lifting.
19 BACKCHANNEL_SCRIPT = '/usr/local/lib/flimflam/test/backchannel'
22 class Backchannel(object):
23 """Wrap backchannel in a context manager so it can be used with with.
26 with backchannel.Backchannel():
28 The backchannel will be torn down whether or not 'block' throws.
52 Enables the backchannel interface
    [all...]
  /external/libvncserver/examples/
Makefile.am 25 $(FILETRANSFER) backchannel $(BLOOPTEST) camera rotate \
backchannel.c 4 * @example backchannel.c
  /external/libvncserver/client_examples/
backchannel.c 2 * @example backchannel-client.c
70 static rfbClientProtocolExtension backChannel = {
83 rfbClientRegisterExtension(&backChannel);
Makefile.am 35 noinst_PROGRAMS=ppmtest $(SDLVIEWER) $(GTKVIEWER) $(FFMPEG_CLIENT) backchannel
  /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/libcups/cups/
backchannel.c 2 * Backchannel functions for CUPS.
39 * 'cupsBackChannelRead()' - Read data from the backchannel.
41 * Reads up to "bytes" bytes from the backchannel/backend. The "timeout"
89 * 'cupsBackChannelWrite()' - Write data to the backchannel.
91 * Writes "bytes" bytes to the backchannel/filter. The "timeout" parameter
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 \
Dependencies 15 backchannel.o: backchannel.c cups.h file.h versioning.h ipp.h http.h \
  /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/power_Consumption/
control 30 NONUI_TESTS = ['backchannel', 'sound', 'lowlevel']
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/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/libvncserver/
CMakeLists.txt 299 backchannel
336 backchannel
NEWS 192 added backchannel, an encoding which needs special clients to pass
ChangeLog     [all...]
  /external/libvncserver/libvncserver/
rfbconfig.h 7 /* Enable BackChannel communication */
8 #define BACKCHANNEL 1
  /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/autotest/server/cros/
dark_resume_utils.py 61 the suspended devices so that the backchannel can stay up. We can also

Completed in 799 milliseconds