OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:backchannel
(Results
1 - 20
of
20
) 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
...]
/system/connectivity/shill/test-scripts/
backchannel
19
#
Backchannel
control script - sets up and tears down
backchannel
network
20
# interfaces.
Backchannel
interfaces are hidden from flimflam and will never be
23
# A
backchannel
interface can also be used to simulate a cellular
32
echo " setup <iface> [new_iface_name] Set <iface> as
backchannel
device"
33
echo " teardown <iface> [new_iface_name] Return
backchannel
device to normal"
flimflam.py
452
backchannel
ethernet code in client autotests)
/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/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
392
logging.info('Starting
Backchannel
')
393
with
backchannel
.
Backchannel
():
395
# TODO (kamrik) remove this sleep, once
backchannel
handles this
455
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/autotest/client/site_tests/power_LoadTest/
power_LoadTest.py
12
from autotest_lib.client.cros import
backchannel
, httpd
110
# If force wifi enabled, convert eth0 to
backchannel
and connect to the
125
# If
backchannel
is already running, don't run it again.
126
self._backchannel =
backchannel
.
Backchannel
()
128
raise error.TestError('Could not setup
Backchannel
network.')
390
# cleanup
backchannel
interface
/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/server/cros/
dark_resume_utils.py
61
the suspended devices so that the
backchannel
can stay up. We can also
Completed in 376 milliseconds