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

  /device/google/contexthub/firmware/os/platform/stm32/flash_script/
tool.c 29 #define FLASH ((struct StmFlash*)0x40023C00UL)
46 while (FLASH->CR & 0x80000000) {
47 FLASH->KEYR = 0x45670123;
48 FLASH->KEYR = 0xCDEF89AB;
54 while (FLASH->SR & 0x00010000);
60 FLASH->CR = 0x00010004; //erase it all
70 FLASH->CR = 0x201; //program word at a time
  /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
  /device/google/contexthub/firmware/os/platform/stm32/
crt_stm32.c 45 VECI(FLASH);
  /external/replicaisland/src/com/replica/replicaisland/
GameObjectFactory.java 140 FLASH(-1),
533 case FLASH:
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
r8169.h 197 FLASH = 0x30,
  /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...]
  /device/google/marlin/camera/mm-image-codec/qexif/
qexif.h 304 FLASH,
    [all...]
  /device/huawei/angler/camera/mm-image-codec/qexif/
qexif.h 304 FLASH,
    [all...]
  /device/lge/bullhead/camera/mm-image-codec/qexif/
qexif.h 304 FLASH,
    [all...]

Completed in 1359 milliseconds