Home
last modified time | relevance | path

Searched refs:flash (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/services/core/jni/
Dcom_android_server_lights_LightsService.cpp74 static bool validate(jint light, jint flash, jint brightness) { in validate() argument
82 if (flash != static_cast<jint>(Flash::NONE) && in validate()
83 flash != static_cast<jint>(Flash::TIMED) && in validate()
84 flash != static_cast<jint>(Flash::HARDWARE)) { in validate()
85 ALOGE("Invalid flash parameter %d.", flash); in validate()
111 Flash flash = static_cast<Flash>(flashMode); in constructState() local
120 state.flashMode = flash; in constructState()
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DAndroidCameraCapabilities.java177 for (String flash : supportedFlashModes) { in buildFlashModes()
178 if (Camera.Parameters.FLASH_MODE_AUTO.equals(flash)) { in buildFlashModes()
180 } else if (Camera.Parameters.FLASH_MODE_OFF.equals(flash)) { in buildFlashModes()
182 } else if (Camera.Parameters.FLASH_MODE_ON.equals(flash)) { in buildFlashModes()
184 } else if (Camera.Parameters.FLASH_MODE_RED_EYE.equals(flash)) { in buildFlashModes()
186 } else if (Camera.Parameters.FLASH_MODE_TORCH.equals(flash)) { in buildFlashModes()
DCameraCapabilities.java377 public String stringify(FlashMode flash) { in stringify() argument
378 return toApiCase(flash.name()); in stringify()
591 public final boolean supports(FlashMode flash) { in supports() argument
592 return (flash != null && mSupportedFlashModes.contains(flash)); in supports()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DExifInterfaceTest.java103 public final float flash; field in ExifInterfaceTest.ExpectedValue
146 flash = typedArray.getFloat(12, 0f); in ExpectedValue()
293 assertDoubleTag(exifInterface, ExifInterface.TAG_FLASH, expectedValue.flash); in compareWithExpectedValue()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
DCameraPairwiseTest.java380 private void genericPairwiseTestCase(Flash flash, Exposure exposure, WhiteBalance whitebalance, in genericPairwiseTestCase() argument
394 switch (flash) { in genericPairwiseTestCase()
/frameworks/support/exifinterface/src/androidTest/java/androidx/exifinterface/media/
DExifInterfaceTest.java239 public final float flash; field in ExifInterfaceTest.ExpectedValue
282 flash = typedArray.getFloat(12, 0f); in ExpectedValue()
749 assertFloatTag(exifInterface, ExifInterface.TAG_FLASH, expectedValue.flash); in compareWithExpectedValue()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DCameraTestUtils.java2061 String flash = exif.getAttribute(ExifInterface.TAG_FLASH); in verifyJpegExifExtraTags() local
2062 collector.expectNotNull("Exif TAG_FLASH shouldn't be null", flash); in verifyJpegExifExtraTags()
/frameworks/support/work/integration-tests/testapp/src/main/assets/
Dlstb.txt1175 in a flash. He had made his name as the most lewd and bloodthirsty
2718 he begins to flash. Take the message also, Watson, that we may check
2719 each other. A single flash--that is A, surely. Now, then. How many
2958 desirable. I knew that I had only to flash 'Vieni' and you would
5653 flash of light. A silver-and-brilliant pendant of old Spanish design
Dcase.txt995 "Very mysterious," said he with a quick, suspicious flash of his dark
6380 flame-like intuitions and impressions flash up the more vividly and
7717 flash, I remembered the thing for which I had so eagerly and vainly
9768 looked like some horrible bird of prey. In a flash we got a glimpse
Dretn.txt4748 answered, with a suspicious flash of a pair of cunning eyes.
6629 flash of lightning in the night shows up in an instant every detail
7706 saw the sudden flash of a dark lantern inside the room. What he
7707 sought was evidently not there, for again we saw the flash through
Dmems.txt8768 window. I could see little of him, for he was gone like a flash. He
8962 "Oh, no, it was a knife. I saw the flash of the blade quite
9614 furiously driven whizzed round and was on me like a flash. I sprang
Dadvs.txt2038 yourselves behind those. Then, when I flash a light upon them, close
2046 assure us that the light was still there, ready to flash out at a
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt8787 … field public static final java.lang.String FEATURE_CAMERA_FLASH = "android.hardware.camera.flash";
/frameworks/base/api/
Dcurrent.txt11274 … field public static final java.lang.String FEATURE_CAMERA_FLASH = "android.hardware.camera.flash";