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

1 2 3 4 5 6 7 8 910

  /device/google/contexthub/firmware/misc/platform/stm32f4xx/
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/intel/edison/flash_tools/
brillo-flashall-edison.sh 37 fastboot flash gpt "${VENDOR}"/gpt.bin \
38 flash u-boot "${VENDOR}"/u-boot-edison.bin \
39 flash boot_a "${OS}"/boot.img \
40 flash system_a "${OS}"/system.img \
41 flash boot_b "${OS}"/boot.img \
42 flash system_b "${OS}"/system.img \
43 flash userdata "${OS}"/userdata.img \
brillo-provision-edison.sh 47 LOG_FILENAME="flash.log"
58 function flash-debug { function
63 function flash-ifwi { function
65 flash-ifwi-xfstk
68 echo "!!! Alternatively, see the Edison-Brillo web for information on using Phone Flash Tool Lite"
73 function flash-ifwi-xfstk { function
83 flash-debug
112 flash-ifwi
114 echo "You can now try a regular flash"
  /device/linaro/hikey/installer/
flash-all.sh 49 fastboot flash ptable ${INSTALLER_DIR}/${PTABLE}
50 fastboot flash fastboot ${INSTALLER_DIR}/fip.bin
51 fastboot flash nvme ${INSTALLER_DIR}/nvme.img
52 fastboot flash boot ${OUT_IMGDIR}/boot_fat.uefi.img
53 fastboot flash system ${OUT_IMGDIR}/system.img
54 fastboot flash cache ${OUT_IMGDIR}/cache.img
55 fastboot flash userdata ${OUT_IMGDIR}/userdata.img
  /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/google/contexthub/firmware/misc/cpu/cortexm4f/
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
94 } > ram AT > flash
104 } > 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 \
  /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.
BasicCameraFactory.java 52 * <li>Auto exposure, based on the current flash-setting</li>
84 Observable<OneCamera.PhotoCaptureParameters.Flash> flash,
93 CaptureRequest.CONTROL_AE_MODE, new FlashBasedAEMode(flash, hdrSceneSetting));
124 // Resend the repeating preview request when the zoom or flash state
131 SafeCloseable flashCallback = flash.addCallback(mPreviewUpdater, MoreExecutors
  /device/google/contexthub/firmware/src/platform/stm32f4xx/
bl.c 302 * This code needs to run out of ram and not flash since accessing flash
340 * This code needs to run out of ram and not flash since accessing flash
341 * while writing to flash is undefined (best case the processor stalls, worst
377 struct StmFlash *flash = (struct StmFlash *)FLASH_BASE; local
393 flash->CR = (flash->CR & ~(FLASH_CR_SNB_MASK)) |
395 func(&flash->CR, flash->CR | FLASH_CR_STRT, &flash->SR)
404 struct StmFlash *flash = (struct StmFlash *)FLASH_BASE; local
431 struct StmFlash *flash = (struct StmFlash *)FLASH_BASE; local
544 struct StmFlash *flash = (struct StmFlash *)FLASH_BASE; local
    [all...]
  /device/google/contexthub/firmware/app/
common.mk 32 $(OBJCOPY) -j.relocs -j.flash -j.data -j.dynsym -O binary $(APP_ELF) $(APP_BIN)
  /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...]
  /device/moto/shamu/camera/QCamera2/
QCamera2Factory.cpp 189 * DESCRIPTION: Attempt to turn on or off the torch mode of the flash unit.
193 * @on : Indicates whether to turn the flash on or off
281 ALOGE("%s : Failed to register callbacks with flash module!", __func__);
380 * DESCRIPTION: Attempt to turn on or off the torch mode of the flash unit.
384 * @on : Indicates whether to turn the flash on or off
396 QCameraFlash& flash = QCameraFlash::getInstance(); local
408 retVal = flash.initFlash(cameraIdInt);
411 retVal = flash.setFlashMode(cameraIdInt, on);
417 // Flash is already on, so treat this as a success.
423 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 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:')
  /hardware/qcom/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
358 LOGE("Failed to register callbacks with flash module!");
514 * DESCRIPTION: Attempt to turn on or off the torch mode of the flash unit.
518 * @on : Indicates whether to turn the flash on or off
530 QCameraFlash& flash = QCameraFlash::getInstance(); local
542 retVal = flash.initFlash(cameraIdInt);
545 retVal = flash.setFlashMode(cameraIdInt, on);
551 // Flash is already on, so treat this as a success.
557 retVal = flash.setFlashMode(cameraIdInt, on)
    [all...]
  /device/intel/edison/build/tasks/
flashfiles.mk 1 # Rule to make a distribution zipfile with all that is needed to flash the Edison
  /cts/apps/CameraITS/tests/scene1/
test_param_flash_mode.py 23 """Test that the android.flash.mode parameter is applied.
30 its.caps.flash(props) and
38 # it should be obvious whether the flash fired or not, and use a
45 req["android.flash.mode"] = f
47 flash_modes_reported.append(cap["metadata"]["android.flash.mode"])
48 flash_states_reported.append(cap["metadata"]["android.flash.state"])
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMX3A.cpp 267 CAMHAL_LOGVB("Flash Setting %s", str);
474 ALOGW("flash is disabled for testing purpose");
485 OMX_IMAGE_PARAM_FLASHCONTROLTYPE flash; local
496 OMX_INIT_STRUCT_PTR (&flash, OMX_IMAGE_PARAM_FLASHCONTROLTYPE);
497 flash.nPortIndex = OMX_ALL;
500 flash.eFlashControl = ( OMX_IMAGE_FLASHCONTROLTYPE ) OMX_IMAGE_FlashControlOff;
502 flash.eFlashControl = ( OMX_IMAGE_FLASHCONTROLTYPE ) Gen3A.FlashMode;
505 CAMHAL_LOGDB("Configuring flash mode 0x%x", flash.eFlashControl);
508 &flash);
554 OMX_IMAGE_PARAM_FLASHCONTROLTYPE flash; local
    [all...]
  /packages/apps/Camera2/src/com/android/camera/ui/
DetailsDialog.java 108 MediaDetails.FlashState flash =
112 if (flash.isFlashFired()) {
320 return context.getString(R.string.flash);
  /hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXSceneModeTables.h 37 OMX_IMAGE_FLASHCONTROLTYPE flash; member in struct:SceneModesEntry
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
ConfigGenerator.java 110 public static final String NODE_FLASH = "flash";
401 Element flash = doc.createElement(PREFIX + NODE_FLASH); local
402 camera.appendChild(flash);
405 flash.appendChild(doc.createTextNode("false"));
407 flash.appendChild(doc.createTextNode("true"));
644 Element flash = doc.createElement(PREFIX + NODE_FLASH); local
645 camera.appendChild(flash);
648 flash.appendChild(doc.createTextNode("false"));
650 flash.appendChild(doc.createTextNode("true"));

Completed in 1477 milliseconds

1 2 3 4 5 6 7 8 910