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

1 2 3 4 5 6 7 8 91011>>

  /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 144 * This code needs to run out of ram and not flash since accessing flash
181 struct StmFlash *flash = (struct StmFlash *)FLASH_BASE; local
197 flash->CR = (flash->CR & ~(FLASH_CR_SNB_MASK)) |
199 func(&flash->CR, flash->CR | FLASH_CR_STRT, &flash->SR);
200 flash->CR &= ~(FLASH_CR_SNB_MASK | FLASH_CR_SER);
208 struct StmFlash *flash = (struct StmFlash *)FLASH_BASE local
286 struct StmFlash *flash = (struct StmFlash *)FLASH_BASE; local
313 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/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 33 using Flash = ::android::hardware::light::V2_0::Flash;
73 static bool validate(jint light, jint flash, jint brightness) {
81 if (flash != static_cast<jint>(Flash::NONE) &&
82 flash != static_cast<jint>(Flash::TIMED) &&
83 flash != static_cast<jint>(Flash::HARDWARE)) {
84 ALOGE("Invalid flash parameter %d.", flash)
110 Flash flash = static_cast<Flash>(flashMode); local
    [all...]
  /device/linaro/hikey/factory-images/
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
  /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 197 * DESCRIPTION: Attempt to turn on or off the torch mode of the flash unit.
201 * @on : Indicates whether to turn the flash on or off
289 ALOGE("%s : Failed to register callbacks with flash module!", __func__);
436 * DESCRIPTION: Attempt to turn on or off the torch mode of the flash unit.
440 * @on : Indicates whether to turn the flash on or off
452 QCameraFlash& flash = QCameraFlash::getInstance(); local
464 retVal = flash.initFlash(cameraIdInt);
467 retVal = flash.setFlashMode(cameraIdInt, on);
473 // Flash is already on, so treat this as a success.
479 retVal = flash.setFlashMode(cameraIdInt, on)
    [all...]
  /device/lge/bullhead/camera/QCamera2/
QCamera2Factory.cpp 197 * DESCRIPTION: Attempt to turn on or off the torch mode of the flash unit.
201 * @on : Indicates whether to turn the flash on or off
289 ALOGE("%s : Failed to register callbacks with flash module!", __func__);
436 * DESCRIPTION: Attempt to turn on or off the torch mode of the flash unit.
440 * @on : Indicates whether to turn the flash on or off
452 QCameraFlash& flash = QCameraFlash::getInstance(); local
464 retVal = flash.initFlash(cameraIdInt);
467 retVal = flash.setFlashMode(cameraIdInt, on);
473 // Flash is already on, so treat this as a success.
479 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)) {
CameraCapabilities.java 112 * Flash modes.
116 * No flash.
120 * Flash will be fired automatically when required.
125 * Flash will not be fired.
130 * Flash will always be fired during snapshot.
140 * Flash will be fired in red-eye reduction mode.
371 * Converts the flash mode to API-related string representation.
373 * @param flash The focus mode to convert.
375 * flash mode.
377 public String stringify(FlashMode flash) {
    [all...]
  /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 261 * DESCRIPTION: Attempt to turn on or off the torch mode of the flash unit.
265 * @on : Indicates whether to turn the flash on or off
354 LOGE("Failed to register callbacks with flash module!");
510 * DESCRIPTION: Attempt to turn on or off the torch mode of the flash unit.
514 * @on : Indicates whether to turn the flash on or off
526 QCameraFlash& flash = QCameraFlash::getInstance(); local
538 retVal = flash.initFlash(cameraIdInt);
541 retVal = flash.setFlashMode(cameraIdInt, on);
547 // Flash is already on, so treat this as a success.
553 retVal = flash.setFlashMode(cameraIdInt, on)
    [all...]
  /hardware/interfaces/camera/provider/
README.md 9 It also allows for direct control of the flash unit of camera devices that have

Completed in 1096 milliseconds

1 2 3 4 5 6 7 8 91011>>