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

  /test/framework/harnesses/host_controller/build/
build_flasher.py 16 """Class to flash build artifacts onto devices"""
47 binary to flash a device
85 """Flash the Generic System Image to the device.
101 self.device.fastboot.flash('vbmeta', vbmeta_img))
103 self.device.log.info(self.device.fastboot.flash('system', system_img))
109 """Flash all images in a directory to the device using flashall.
122 def Flash(self, device_images):
123 """Flash the Generic System Image to the device.
133 logging.warn("Flash skipped because no device image is given.")
141 print("checking to flash bootloader.img and radio.img"
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/sdk/
fastboot.py 84 def Flash(self, partition, image, timeout=None, retries=None):
85 """Flash partition with img.
89 image: location of image to flash with.
91 self._RunDeviceFastbootCommand(['flash', partition, image])
  /external/libmojo/third_party/catapult/devil/devil/android/sdk/
fastboot.py 67 def Flash(self, partition, image, timeout=None, retries=None):
68 """Flash partition with img.
72 image: location of image to flash with.
74 self._RunFastbootCommand(['flash', partition, image])
  /system/iot/attestation/at-factory-tool/
fastbootsh.py 112 def Flash(self, partition, file_path):
113 """Flash a file to a partition.
126 '-s', self.serial_number, 'flash', partition, file_path)
fastbootsubp.py 121 def Flash(self, partition, file_path):
122 """Flash a file to a partition.
137 'flash', partition, file_path
atftman.py 165 def Flash(self, partition, file_path):
166 return self._fastboot_device_controller.Flash(partition, file_path)
731 # target.Flash('sec', temp_file_name)
    [all...]
  /device/google/contexthub/util/nanotool/
contexthub.cpp 144 bool ContextHub::Flash(const std::string& filename) {
nanotool.cpp 50 Flash,
73 std::make_tuple("flash", NanotoolCommand::Flash),
106 " flash: load a new firmware image to the hub\n"
131 " Specifies the file to be used with flash.\n"
174 if (args->command == NanotoolCommand::Flash
302 {"flash", required_argument, nullptr, 'f'},
483 case NanotoolCommand::Flash: {
484 success = hub->Flash(args->filename);
  /packages/apps/Camera2/src/com/android/camera/one/
OneCamera.java 292 * Flash modes.
295 public static enum Flash {
300 * {@link #decodeSettingsString} string used to represent this flash
307 Flash(@Nonnull String settingsString) {
317 public static Flash decodeSettingsString(@Nonnull String setting) {
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
CameraPairwiseTest.java 36 * Settings tested against: flash mode, exposure compensation, white balance,
56 public enum Flash { ON, OFF, AUTO };
124 * Flash: Auto / Exposure: None / WB: Daylight
129 genericPairwiseTestCase(Flash.AUTO, Exposure.NONE, WhiteBalance.DAYLIGHT, SceneMode.SUNSET,
134 * Flash: On / Exposure: Min / WB: Fluorescent
139 genericPairwiseTestCase(Flash.ON, Exposure.MIN, WhiteBalance.FLUORESCENT, SceneMode.AUTO,
144 * Flash: Off / Exposure: Max / WB: Auto
149 genericPairwiseTestCase(Flash.OFF, Exposure.MAX, WhiteBalance.AUTO, SceneMode.NIGHT,
154 * Flash: Off / Exposure: Max / WB: Cloudy
159 genericPairwiseTestCase(Flash.OFF, Exposure.MAX, WhiteBalance.CLOUDY, SceneMode.AUTO
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifInterface.java 466 * short flash = FIRED | RETURN_STROBE_RETURN_LIGHT_DETECTED |
469 public static interface Flash {
546 public static final short FLASH = 4;
    [all...]
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifInterface.java 469 * short flash = FIRED | RETURN_STROBE_RETURN_LIGHT_DETECTED |
472 public static interface Flash {
549 public static final short FLASH = 4;
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
ExifInterface.java 466 * short flash = FIRED | RETURN_STROBE_RETURN_LIGHT_DETECTED |
469 public static interface Flash {
546 public static final short FLASH = 4;
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/util/exif/
ExifInterface.java 466 * short flash = FIRED | RETURN_STROBE_RETURN_LIGHT_DETECTED |
469 public static interface Flash {
546 public static final short FLASH = 4;
    [all...]

Completed in 566 milliseconds