HomeSort by relevance Sort by last modified time
    Searched refs:flash (Results 1 - 25 of 340) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/linaro/hikey/installer/hikey960/
flash-all.sh 18 fastboot flash ptable "${INSTALLER_DIR}"/ptable.img
19 fastboot flash xloader "${INSTALLER_DIR}"/sec_xloader.img
20 fastboot flash fastboot "${INSTALLER_DIR}"/fastboot.img
21 fastboot flash nvme "${INSTALLER_DIR}"/nvme.img
22 fastboot flash fw_lpm3 "${INSTALLER_DIR}"/lpm3.img
23 fastboot flash trustfirmware "${INSTALLER_DIR}"/bl31.bin
24 fastboot flash boot "${ANDROID_PRODUCT_OUT}"/boot.img
25 fastboot flash dts "${ANDROID_PRODUCT_OUT}"/dt.img
26 fastboot flash system "${ANDROID_PRODUCT_OUT}"/system.img
27 fastboot flash cache "${ANDROID_PRODUCT_OUT}"/cache.im
    [all...]
  /device/google/contexthub/firmware/os/platform/stm32/misc/
m3debug.script 17 set flash-start 08000000
18 set flash-size 00080000
19 set flash-block 00000400
20 set flash-buffer 20000200
22 function flash-setup
41 function flash-erase
45 function flash-write
47 wr r1 $flash-buffer
  /device/common/
generate-factory-images-common.sh 86 # Write flash-all.sh
87 cat > tmp/$PRODUCT-$VERSION/flash-all.sh << EOF
107 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF
113 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF
123 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF
124 fastboot flash xloader xloader-$DEVICE-$XLOADER.img
127 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF
128 fastboot flash bootloader bootloader-$DEVICE-$BOOTLOADER.img
132 cat >> tmp/$PRODUCT-$VERSION/flash-all.sh << EOF
133 fastboot flash bootloader2 bootloader-$DEVICE-$BOOTLOADER.im
    [all...]
  /device/linaro/hikey/installer/hikey/
flash-all.sh 74 fastboot flash ptable "${INSTALLER_DIR}"/"${PTABLE}"
75 fastboot flash fastboot "${FIRMWARE_DIR}"/fip.bin
76 fastboot flash nvme "${INSTALLER_DIR}"/nvme.img
77 fastboot flash boot "${OUT_IMGDIR}"/boot.img
78 fastboot flash system "${OUT_IMGDIR}"/system.img
79 fastboot flash cache "${OUT_IMGDIR}"/cache.img
80 fastboot flash userdata "${OUT_IMGDIR}"/userdata.img
  /device/google/contexthub/firmware/os/platform/stm32/
bl.c 143 * This code needs to run out of ram and not flash since accessing flash
180 struct StmFlash *flash = (struct StmFlash *)FLASH_BASE; local
196 flash->CR = (flash->CR & ~(FLASH_CR_SNB_MASK)) |
198 func(&flash->CR, flash->CR | FLASH_CR_STRT, &flash->SR);
199 flash->CR &= ~(FLASH_CR_SNB_MASK | FLASH_CR_SER);
207 struct StmFlash *flash = (struct StmFlash *)FLASH_BASE local
285 struct StmFlash *flash = (struct StmFlash *)FLASH_BASE; local
312 struct StmFlash *flash = (struct StmFlash *)FLASH_BASE; local
    [all...]
  /device/google/contexthub/firmware/os/platform/stm32/lkr/
app.lkr 19 - ".flash" will contain all parts of the app that go into actual flash
27 - ".ram" will contain all data that uses ram (and is not part of the flash image)
38 Our format allows apps that are up to 256MB of flash and 256MB of ram in size.
43 flash : ORIGIN = 0x10000000, LENGTH = 256K /* we write this to flash */
50 .flash : {
79 } > flash = 0xff
108 } > ram AT > flash
118 } > flash = 0xf
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
ANTLRFileStream.as 2 import flash.filesystem.File;
3 import flash.filesystem.FileMode;
4 import flash.filesystem.FileStream;
5 import flash.system.System;
  /device/linaro/hikey/factory-images/
generate-factory-images-hikey960.sh 55 # Write flash-all.sh
56 cat > tmp/$PRODUCT-$VERSION/flash-all.sh << EOF
75 fastboot flash ptable ptable.img
76 fastboot flash xloader sec_xloader.img
77 fastboot flash fastboot fastboot.img
78 fastboot flash nvme nvme.img
79 fastboot flash fw_lpm3 lpm3.img
80 fastboot flash trustfirmware bl31.bin
81 fastboot flash dts dt.img
84 # XXX so flash those manually. Remove this later
    [all...]
generate-factory-images-hikey.sh 46 # Write flash-all.sh
47 cat > tmp/$PRODUCT-$VERSION/flash-all.sh << EOF
98 fastboot flash ptable "\${PTABLE}"
99 fastboot flash fastboot fip.bin
100 fastboot flash nvme nvme.img
106 chmod a+x tmp/$PRODUCT-$VERSION/flash-all.sh
  /device/google/contexthub/util/stm32_flash/
Android.mk 24 flash.c \
  /external/toolchain-utils/binary_search_tool/android/
test_setup.sh 8 # bootloader mode and fastboot is used to flash the new image. The device is
22 echo "Please manually flash the built image to your device."
47 echo "fastboot flash may run."
56 flash() function
83 echo "fastboot flash has failed! From here you can:"
84 echo "1. Debug and/or flash manually"
121 flash
  /packages/apps/Camera2/src/com/android/camera/one/v2/common/
FlashBasedAEMode.java 25 * Computes the current AE Mode to use based on the current flash state.
28 private final Supplier<OneCamera.PhotoCaptureParameters.Flash> mFlash;
32 Supplier<OneCamera.PhotoCaptureParameters.Flash> flash,
34 mFlash = flash;
40 // In the case that hdr scene mode is on, disable flash.
  /device/google/contexthub/firmware/build/
app_config.mk 26 LOCAL_OBJCOPY_SECT_cortexm4 := .flash .data .relocs .dynsym
  /frameworks/base/services/core/jni/
com_android_server_lights_LightsService.cpp 34 using Flash = ::android::hardware::light::V2_0::Flash;
74 static bool validate(jint light, jint flash, jint brightness) {
82 if (flash != static_cast<jint>(Flash::NONE) &&
83 flash != static_cast<jint>(Flash::TIMED) &&
84 flash != static_cast<jint>(Flash::HARDWARE)) {
85 ALOGE("Invalid flash parameter %d.", flash)
111 Flash flash = static_cast<Flash>(flashMode); local
    [all...]
  /external/toolchain-utils/binary_search_tool/common/
test_setup.sh 12 # remote machine using flash over ethernet (or usb flash if ethernet flash
35 echo "Note: The cros flash will take time and doesn't give much output."
40 cros flash --board=${BISECT_BOARD} --clobber-stateful usb:// ~/trunk/src/build/images/${BISECT_BOARD}/latest/chromiumos_test_image.bin
43 echo "Flash to usb complete!"
62 echo "cros flash may run."
71 read -p $'Press enter to continue and retry the ethernet flash' notused
72 cros flash --board=${BISECT_BOARD} --clobber-stateful ${BISECT_REMOTE} ~/trunk/src/build/images/${BISECT_BOARD}/latest/chromiumos_test_image.bin
123 echo "Deploy failed! Trying build_image/cros flash instead...
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
SystemUpdaterDeviceFlasherTest.java 74 mFlasher.flash(mMockDevice, mMockDeviceBuild);
84 mFlasher.flash(mMockDevice, mMockDeviceBuild);
97 mFlasher.flash(mMockDevice, mMockDeviceBuild);
  /tools/tradefederation/core/src/com/android/tradefed/targetprep/
IDeviceFlasher.java 34 /** flash the given userdata image on device */
35 FLASH,
36 /** flash the userdata image included in device image zip */
104 * @param device the {@link ITestDevice} to flash
105 * @param deviceBuild the {@link IDeviceBuildInfo} to flash
107 * @throws TargetSetupError if failed to flash build
110 public void flash(ITestDevice device, IDeviceBuildInfo deviceBuild) throws TargetSetupError, method in interface:IDeviceFlasher
  /external/toolchain-utils/binary_search_tool/sysroot_wrapper/
test_script.sh 28 cros flash 172.17.187.150 latest &> /tmp/tmp_cros_flash_result.log
32 grep "Cros Flash completed successfully" /tmp/tmp_cros_flash_result.log || exit 1
glibc_test_script.sh 31 cros flash ${DUT} latest &> /tmp/tmp_cros_flash_result.log
35 grep "Cros Flash completed successfully" /tmp/tmp_cros_flash_result.log || exit 125
  /device/huawei/angler/camera/QCamera2/
QCamera2Factory.cpp 192 * DESCRIPTION: Attempt to turn on or off the torch mode of the flash unit.
196 * @on : Indicates whether to turn the flash on or off
284 ALOGE("%s : Failed to register callbacks with flash module!", __func__);
431 * DESCRIPTION: Attempt to turn on or off the torch mode of the flash unit.
435 * @on : Indicates whether to turn the flash on or off
447 QCameraFlash& flash = QCameraFlash::getInstance(); local
459 retVal = flash.initFlash(cameraIdInt);
462 retVal = flash.setFlashMode(cameraIdInt, on);
468 // Flash is already on, so treat this as a success.
474 retVal = flash.setFlashMode(cameraIdInt, on)
    [all...]
  /device/lge/bullhead/camera/QCamera2/
QCamera2Factory.cpp 192 * DESCRIPTION: Attempt to turn on or off the torch mode of the flash unit.
196 * @on : Indicates whether to turn the flash on or off
284 ALOGE("%s : Failed to register callbacks with flash module!", __func__);
431 * DESCRIPTION: Attempt to turn on or off the torch mode of the flash unit.
435 * @on : Indicates whether to turn the flash on or off
447 QCameraFlash& flash = QCameraFlash::getInstance(); local
459 retVal = flash.initFlash(cameraIdInt);
462 retVal = flash.setFlashMode(cameraIdInt, on);
468 // Flash is already on, so treat this as a success.
474 retVal = flash.setFlashMode(cameraIdInt, on)
    [all...]
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
AndroidCameraCapabilities.java 174 // Camera 1 will return NULL if no flash mode is supported.
177 for (String flash : supportedFlashModes) {
178 if (Camera.Parameters.FLASH_MODE_AUTO.equals(flash)) {
180 } else if (Camera.Parameters.FLASH_MODE_OFF.equals(flash)) {
182 } else if (Camera.Parameters.FLASH_MODE_ON.equals(flash)) {
184 } else if (Camera.Parameters.FLASH_MODE_RED_EYE.equals(flash)) {
186 } else if (Camera.Parameters.FLASH_MODE_TORCH.equals(flash)) {
  /external/chromium-trace/catapult/devil/devil/android/tools/
flash_device.py 28 help='Device(s) to flash.')
48 def flash(device): function in function:main
54 logger.exception('Device %s failed to flash.', str(device))
58 device_utils.DeviceUtils.parallel(devices).pMap(flash)
64 logger.critical('The following devices failed to flash:')
  /external/libmojo/third_party/catapult/devil/devil/android/tools/
flash_device.py 26 help='Device(s) to flash.')
46 def flash(device): function in function:main
52 logging.exception('Device %s failed to flash.', str(device))
56 device_utils.DeviceUtils.parallel(devices).pMap(flash)
62 logging.critical('The following devices failed to flash:')
  /device/google/marlin/camera/QCamera2/
QCamera2Factory.cpp 256 * DESCRIPTION: Attempt to turn on or off the torch mode of the flash unit.
260 * @on : Indicates whether to turn the flash on or off
349 LOGE("Failed to register callbacks with flash module!");
505 * DESCRIPTION: Attempt to turn on or off the torch mode of the flash unit.
509 * @on : Indicates whether to turn the flash on or off
521 QCameraFlash& flash = QCameraFlash::getInstance(); local
533 retVal = flash.initFlash(cameraIdInt);
536 retVal = flash.setFlashMode(cameraIdInt, on);
542 // Flash is already on, so treat this as a success.
548 retVal = flash.setFlashMode(cameraIdInt, on)
    [all...]

Completed in 2294 milliseconds

1 2 3 4 5 6 7 8 91011>>