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

1 2

  /frameworks/base/services/core/java/com/android/server/lights/
Light.java 19 import android.hardware.light.V2_0.Flash;
23 public static final int LIGHT_FLASH_NONE = Flash.NONE;
24 public static final int LIGHT_FLASH_TIMED = Flash.TIMED;
25 public static final int LIGHT_FLASH_HARDWARE = Flash.HARDWARE;
  /packages/apps/Camera2/src/com/android/camera/one/
FlashSetting.java 25 * Translates from the Flash Mode setting (stored as a string) to the
26 * appropriate {@link OneCamera.PhotoCaptureParameters.Flash} value.
28 public class FlashSetting extends ForwardingObservable<OneCamera.PhotoCaptureParameters.Flash> {
30 Function<String, OneCamera.PhotoCaptureParameters.Flash> {
32 public OneCamera.PhotoCaptureParameters.Flash apply(String settingString) {
33 return OneCamera.PhotoCaptureParameters.Flash.decodeSettingsString(settingString);
OneCameraCaptureSetting.java 37 private final Observable<OneCamera.PhotoCaptureParameters.Flash> mFlashSetting;
48 Observable<OneCamera.PhotoCaptureParameters.Flash> flashSetting = new FlashSetting(
69 Observable<OneCamera.PhotoCaptureParameters.Flash> flashSetting,
84 public Observable<OneCamera.PhotoCaptureParameters.Flash> getFlashSetting() {
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) {
  /hardware/interfaces/light/2.0/
types.hal 26 enum Flash : int32_t {
33 * Flash the light at specified rate.
38 * Flash the light using hardware assist.
123 * To flash the light at a given rate, set flashMode to LIGHT_FLASH_TIMED,
128 Flash flashMode;
Android.mk 39 # Build types.hal (Flash)
41 GEN := $(intermediates)/android/hardware/light/V2_0/Flash.java
51 android.hardware.light@2.0::types.Flash
171 # Build types.hal (Flash)
173 GEN := $(intermediates)/android/hardware/light/V2_0/Flash.java
183 android.hardware.light@2.0::types.Flash
  /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...]
  /packages/apps/Camera2/src/com/android/camera/one/v2/photo/
FlashBasedPhotoCommand.java 35 private final Supplier<OneCamera.PhotoCaptureParameters.Flash> mFlashMode;
41 Supplier<OneCamera.PhotoCaptureParameters.Flash> flashMode,
57 OneCamera.PhotoCaptureParameters.Flash flashMode = mFlashMode.get();
58 if (flashMode == OneCamera.PhotoCaptureParameters.Flash.ON) {
59 mLog.i("running flash-on command: " + mFlashOnCommand);
61 } else if (flashMode == OneCamera.PhotoCaptureParameters.Flash.AUTO) {
62 mLog.i("running flash-auto command: " + mFlashAutoCommand);
65 mLog.i("running flash-off command: " + mFlashOffCommand);
PictureTakerFactory.java 46 Supplier<OneCamera.PhotoCaptureParameters.Flash> flashMode) {
47 // When flash is ON, always use the ConvergedImageCaptureCommand which
54 // When flash is OFF, wait for AF convergence, but not AE convergence
61 // When flash is AUTO, wait for AF & AE.
62 // TODO OPTIMIZE If the last converged-AE state indicates that flash is
ZslPictureTakerFactory.java 66 Supplier<OneCamera.PhotoCaptureParameters.Flash> flashMode,
68 // When flash is ON, always use the ConvergedImageCaptureCommand which
74 // When flash is OFF, use ZSL and filter images to require AF
84 // When flash is Auto, use ZSL and filter images to require AF
  /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...]
  /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.
  /hardware/interfaces/light/2.0/vts/functional/
VtsHalLightV2_0TargetTest.cpp 27 using ::android::hardware::light::V2_0::Flash;
42 .flashMode = Flash::TIMED,
50 .flashMode = Flash::TIMED,
58 .flashMode = Flash::NONE,
  /external/libvncserver/webclients/novnc/include/web-socket-js/
web_socket.js 30 logger.error("Flash Player >= 10.0.0 is required.");
36 "unless you set Flash Security Settings properly. " +
41 * Our own implementation of WebSocket class using Flash.
164 * Handles an event from Flash.
233 * Load a new flash security policy file.
243 * Loads WebSocketMain.swf and creates WebSocketMain object in Flash.
273 // Hides Flash box. We cannot use display: none or visibility: hidden because it prevents
274 // Flash from loading at least in IE. So we move it out of the screen at (-100, -100).
275 // But this even doesn't work with Flash Lite (e.g. in Droid Incredible). So with Flash
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/
fastboot_utils_test.py 145 (self.call.fastboot.fastboot.Flash('bootloader', 'bootloader.img')),
147 (self.call.fastboot.fastboot.Flash('radio', 'radio.img')),
149 (self.call.fastboot.fastboot.Flash('boot', 'boot.img')),
150 (self.call.fastboot.fastboot.Flash('recovery', 'recovery.img')),
151 (self.call.fastboot.fastboot.Flash('system', 'system.img')),
152 (self.call.fastboot.fastboot.Flash('userdata', 'userdata.img')),
153 (self.call.fastboot.fastboot.Flash('cache', 'cache.img'))):
161 (self.call.fastboot.fastboot.Flash('bootloader', 'bootloader.img')),
163 (self.call.fastboot.fastboot.Flash('radio', 'radio.img')),
165 (self.call.fastboot.fastboot.Flash('boot', 'boot.img'))
    [all...]
  /external/libmojo/third_party/catapult/devil/devil/android/
fastboot_utils_test.py 145 (self.call.fastboot.fastboot.Flash('bootloader', 'bootloader.img')),
147 (self.call.fastboot.fastboot.Flash('radio', 'radio.img')),
149 (self.call.fastboot.fastboot.Flash('boot', 'boot.img')),
150 (self.call.fastboot.fastboot.Flash('recovery', 'recovery.img')),
151 (self.call.fastboot.fastboot.Flash('system', 'system.img')),
152 (self.call.fastboot.fastboot.Flash('userdata', 'userdata.img')),
153 (self.call.fastboot.fastboot.Flash('cache', 'cache.img'))):
161 (self.call.fastboot.fastboot.Flash('bootloader', 'bootloader.img')),
163 (self.call.fastboot.fastboot.Flash('radio', 'radio.img')),
165 (self.call.fastboot.fastboot.Flash('boot', 'boot.img'))
    [all...]
  /hardware/interfaces/light/2.0/default/
Light.cpp 29 static_assert(LIGHT_FLASH_NONE == static_cast<int>(Flash::NONE),
30 "Flash::NONE must match legacy value.");
31 static_assert(LIGHT_FLASH_TIMED == static_cast<int>(Flash::TIMED),
32 "Flash::TIMED must match legacy value.");
33 static_assert(LIGHT_FLASH_HARDWARE == static_cast<int>(Flash::HARDWARE),
34 "Flash::HARDWARE must match legacy value.");
  /packages/apps/Camera2/src/com/android/camera/one/v2/
OneCameraFactory.java 37 Observable<OneCamera.PhotoCaptureParameters.Flash> flashSetting,
OneCameraZslImpl.java 54 import com.android.camera.one.OneCamera.PhotoCaptureParameters.Flash;
410 // Tell CaptureModule shutter has occurred so it can flash the screen.
514 Flash flashMode = Flash.OFF;
516 if (flashMode == Flash.ON || flashMode == Flash.AUTO) {
518 // flash, including an AE precapture trigger.
526 // appropriate flash settings.
555 // If the flash is off, we should just wait for the next
564 // request to do what we need (e.g. flash) and cal
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/sdk/
fastboot.py 65 def Flash(self, partition, image, timeout=None, retries=None):
66 """Flash partition with img.
70 image: location of image to flash with.
72 self._RunFastbootCommand(['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])
  /device/google/contexthub/util/nanotool/
nanotool.cpp 49 Flash,
72 std::make_tuple("flash", NanotoolCommand::Flash),
105 " flash: load a new firmware image to the hub\n"
130 " Specifies the file to be used with flash.\n"
173 if (args->command == NanotoolCommand::Flash
301 {"flash", required_argument, nullptr, 'f'},
476 case NanotoolCommand::Flash: {
477 success = hub->Flash(args->filename);
contexthub.h 127 bool Flash(const std::string& filename);
  /packages/apps/Camera2/src/com/android/camera/util/
ExifUtil.java 164 // Flash mode
167 addExifTag(ExifInterface.TAG_FLASH, ExifInterface.Flash.DID_NOT_FIRE);
169 addExifTag(ExifInterface.TAG_FLASH, ExifInterface.Flash.FIRED);
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibCTA9x4/
CTA9x4Boot.asm 34 // NOR Flash 0
39 // NOR Flash 1

Completed in 865 milliseconds

1 2