HomeSort by relevance Sort by last modified time
    Searched refs:chameleon (Results 51 - 75 of 78) sorted by null

1 23 4

  /development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
ExpandingCells.java 49 new ExpandableListItem("Chameleon", R.drawable.chameleon, CELL_DEFAULT_HEIGHT,
  /external/autotest/server/site_tests/audio_AudioAfterSuspend/
audio_AudioAfterSuspend.py 5 """This is a server side audio test using the Chameleon board."""
13 from autotest_lib.client.cros.chameleon import audio_test_utils
14 from autotest_lib.client.cros.chameleon import chameleon_audio_helper
15 from autotest_lib.client.cros.chameleon import chameleon_audio_ids
23 This test talks to a Chameleon board and a Cros device to verify
213 chameleon_board = self.host.chameleon
  /external/autotest/server/site_tests/audio_AudioBasicBluetoothPlayback/
audio_AudioBasicBluetoothPlayback.py 5 """This is a server side bluetooth playback test using the Chameleon board."""
13 from autotest_lib.client.cros.chameleon import audio_test_utils
14 from autotest_lib.client.cros.chameleon import chameleon_audio_helper
15 from autotest_lib.client.cros.chameleon import chameleon_audio_ids
23 This test talks to a Chameleon board and a Cros device to verify
112 chameleon_board = host.chameleon
192 logging.info('Start recording from Chameleon.')
198 logging.info('Stopped recording from Chameleon.')
205 logging.info('Read recorded binary from Chameleon.')
212 # caused by Chameleon codec initialization in the beginning o
    [all...]
  /external/autotest/server/site_tests/audio_AudioBasicBluetoothRecord/
audio_AudioBasicBluetoothRecord.py 5 """This is a server side bluetooth record test using the Chameleon board."""
13 from autotest_lib.client.cros.chameleon import audio_test_utils
14 from autotest_lib.client.cros.chameleon import chameleon_audio_helper
15 from autotest_lib.client.cros.chameleon import chameleon_audio_ids
23 This test talks to a Chameleon board and a Cros device to verify
114 chameleon_board = host.chameleon
201 logging.info('Start playing %s on Chameleon',
219 logging.info('Read recorded binary from Chameleon.')
  /external/autotest/server/site_tests/audio_AudioQualityAfterSuspend/
audio_AudioQualityAfterSuspend.py 5 """This is a server side audio test using the Chameleon board."""
14 from autotest_lib.client.cros.chameleon import audio_test_utils
15 from autotest_lib.client.cros.chameleon import chameleon_audio_helper
16 from autotest_lib.client.cros.chameleon import chameleon_audio_ids
24 This test talks to a Chameleon board and a Cros device to verify
181 chameleon_board = self.host.chameleon
207 # Headphone test which requires Chameleon LINEIN and DUT headphones
  /external/autotest/client/cros/chameleon/
audio_widget_arc.py 11 from autotest_lib.client.cros.chameleon import audio_widget
audio_level.py 9 from autotest_lib.client.cros.chameleon import chameleon_audio_ids as ids
audio_widget_link.py 10 from autotest_lib.client.cros.chameleon import audio_level
11 from autotest_lib.client.cros.chameleon import chameleon_audio_ids as ids
12 from autotest_lib.client.cros.chameleon import chameleon_bluetooth_audio
282 """The abstraction for bus on audio board that is connected to Chameleon."""
284 # Chameleon through audio board.
290 self.name = ('Audio board bus %s to Chameleon' %
299 """The abstraction for audio bus connecting Chameleon to peripheral."""
301 # to 8 channel data at Chameleon.
302 # The left channel at speaker comes from the second channel at Chameleon.
303 # The right channel at speaker comes from the first channel at Chameleon
    [all...]
audio_board.py 9 from autotest_lib.client.cros.chameleon import chameleon_audio_ids as ids
13 """AudioBoard is an abstraction of an audio board on a Chameleon board.
85 ids.ChameleonIds.LINEIN: 'Chameleon FPGA line-in',
86 ids.ChameleonIds.LINEOUT: 'Chameleon FPGA line-out',
260 API provided by chameleon proxy.
chameleon.py 21 from autotest_lib.client.cros.chameleon import audio_board
22 from autotest_lib.client.cros.chameleon import chameleon_bluetooth_audio
23 from autotest_lib.client.cros.chameleon import edid as edid_lib
24 from autotest_lib.client.cros.chameleon import usb_controller
33 """Indicates that connecting to Chameleon failed.
96 When a chameleon board is rebooted, a xmlrpc call would incur a
105 1. When running chameleon autotests in lab machines, it is
107 2. When running chameleon autotests in local chroot, it is
111 ChameleonBoard and ChameleonPort use it for accessing Chameleon RPC.
206 """ChameleonBoard is an abstraction of a Chameleon board
    [all...]
chameleon_screen_test.py 10 from autotest_lib.client.cros.chameleon import screen_utility_factory
14 """Utility to test the screen between Chameleon and CrOS.
37 """Tests if the resolution of Chameleon matches with the one of CrOS.
48 """Tests if the screen of Chameleon matches with the one of CrOS.
133 chameleon. The DP RX doesn't support
audio_widget.py 17 from autotest_lib.client.cros.chameleon import chameleon_audio_ids as ids
18 from autotest_lib.client.cros.chameleon import chameleon_port_finder
32 actually a (Chameleon/Cros)(Input/Output)WidgetHandler object.
187 microphone on Cros device, or Mic port on Chameleon, the audio signal
322 This class abstracts a Chameleon audio widget handler.
326 Chameleon, e.g. 'HDMI', 'LineIn', 'LineOut'.
329 _chameleon_board: A ChameleonBoard object to control Chameleon.
330 _port: A ChameleonPort object to control port on Chameleon.
333 # The mic port on chameleon has a small gain. We need to scale
344 Chameleon, e.g. 'HDMI', 'LineIn', 'LineOut'
    [all...]
audio_test_utils.py 5 """This module provides the test utilities for audio tests using chameleon."""
24 from autotest_lib.client.cros.chameleon import chameleon_audio_ids
89 # Treat line-out node as headphone node in Chameleon test since some
91 # because 3.5mm audio jack is connected to LineIn port on Chameleon.
  /external/autotest/server/site_tests/audio_AudioBasicBluetoothPlaybackRecord/
audio_AudioBasicBluetoothPlaybackRecord.py 6 This is a server side bluetooth playback/record test using the Chameleon
17 from autotest_lib.client.cros.chameleon import audio_test_utils
18 from autotest_lib.client.cros.chameleon import chameleon_audio_helper
19 from autotest_lib.client.cros.chameleon import chameleon_audio_ids
27 This test talks to a Chameleon board and a Cros device to verify
122 chameleon_board = host.chameleon
235 logging.info('Start playing %s on Chameleon device',
240 logging.info('Start recording from Chameleon.')
248 logging.info('Stopped recording from Chameleon.')
262 logging.info('Read recorded binary from Chameleon.'
    [all...]
  /external/autotest/server/site_tests/video_PlaybackQuality/
video_PlaybackQuality.py 13 from autotest_lib.client.cros.chameleon import chameleon_port_finder
14 from autotest_lib.client.cros.chameleon import chameleon_stream_server
15 from autotest_lib.client.cros.chameleon import edid
23 This test measures the video playback quality by chameleon.
322 chameleon_board = host.chameleon
351 logging.info('See the display on Chameleon: port %d (%s)',
  /external/autotest/server/site_tests/display_LidCloseOpen/
display_LidCloseOpen.py 5 """This is a display lid close and open test using the Chameleon board."""
10 from autotest_lib.client.cros.chameleon import chameleon_port_finder
11 from autotest_lib.client.cros.chameleon import chameleon_screen_test
74 # Verify Chameleon displays main screen
123 chameleon_board = host.chameleon
133 """Run the test on the given Chameleon port.
  /external/autotest/server/site_tests/graphics_MultipleDisplays/
graphics_MultipleDisplays.py 15 from autotest_lib.client.cros.chameleon import chameleon_port_finder
16 from autotest_lib.client.cros.chameleon import chameleon_screen_test
25 This test first initializes the extended Chameleon display. It then
136 @raise ValueError if Chameleon FPS measurements indicate the external
194 chameleon_board = host.chameleon
203 logging.info('Setting Chameleon screen to extended mode.')
  /external/autotest/server/site_tests/network_WiFi_BluetoothStreamPerf/
network_WiFi_BluetoothStreamPerf.py 11 from autotest_lib.client.cros.chameleon import chameleon_audio_helper
12 from autotest_lib.client.cros.chameleon import chameleon_audio_ids
120 chameleon_board = host.chameleon
122 raise error.TestNAError("No chameleon device is present")
135 'chameleon/Headphone/test_256_16.mp3'
  /external/autotest/server/site_tests/audiovideo_AVSync/
audiovideo_AVSync.py 16 from autotest_lib.client.cros.chameleon import audio_test_utils
17 from autotest_lib.client.cros.chameleon import chameleon_port_finder
27 This test talks to a Chameleon board and a Cros device to measure the
42 'chromiumos-test-assets-public/chameleon/'
154 chameleon_board = host.chameleon
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
InsertingCells.java 58 new ListItemObject("Chameleon", R.drawable.chameleon, 0),
  /external/autotest/client/cros/video/
chameleon_screenshot_capturer.py 9 from autotest_lib.client.cros.chameleon import chameleon_port_finder
15 Provides an interface to capture a dut screenshot using a Chameleon Board.
30 @param timeout_video_input_s: int, max time to wait for chameleon video
86 Captures a screenshot using provided chameleon board.
  /external/autotest/server/site_tests/display_Tearing/
display_Tearing.py 5 """This is a test for screen tearing using the Chameleon board."""
11 from autotest_lib.client.cros.chameleon import chameleon_port_finder
19 This test talks to a Chameleon board and a DUT to set up, run, and verify
25 # Time to wait for Chameleon to save images into RAM.
43 # 3. Notice that the hash function in Chameleon used for
112 """Displays the color sequence and captures frames by Chameleon.
151 """Checks whether the color sequence is sent to Chameleon correctly.
160 Chameleon, each element of which
226 chameleon_board = host.chameleon
  /external/freetype/src/cff/
cfftoken.h 74 CFF_FIELD_NUM ( 0x127, chameleon, "Chameleon" )
  /external/autotest/server/cros/bluetooth/
bluetooth_adapter_tests.py 28 'MOUSE': lambda host: host.chameleon.get_bluetooth_hid_mouse,
29 'LE_MOUSE': lambda host: host.chameleon.get_bluetooth_hog_mouse,
30 'BLE_MOUSE': lambda host: host.chameleon.get_ble_mouse,
99 problem is fixed. If not, we will reboot the chameleon board and see
135 # NOTE: Strings updated here must be kept in sync with Chameleon.
217 logging.info('Skip rebooting chameleon.')
220 # Close the bluetooth peripheral device and reboot the chameleon board.
222 logging.info('rebooting chameleon...')
223 host.chameleon.reboot()
225 # Every chameleon reboot would take a bit more than REBOOT_SLEEP_SECS
    [all...]
  /external/autotest/server/hosts/
cros_label.py 221 """Determine if a Chameleon is connected to this host."""
223 _NAME = 'chameleon'
230 """Return the Chameleon connection label."""
232 _NAME = 'chameleon'
239 return [host.chameleon.get_label()]
243 """Return the Chameleon peripherals labels.
245 The 'chameleon:bt_hid' label is applied if the bluetooth
248 Any peripherals plugged into the chameleon board would be
252 _NAME = 'chameleon'
259 bt_hid_device = host.chameleon.get_bluetooth_hid_mouse(
    [all...]

Completed in 964 milliseconds

1 23 4