Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_lights_LightsService.cpp44 static bool validate(jint light, jint flash, jint brightness) { in validate() argument
52 if (flash != static_cast<jint>(Flash::NONE) && in validate()
53 flash != static_cast<jint>(Flash::TIMED) && in validate()
54 flash != static_cast<jint>(Flash::HARDWARE)) { in validate()
55 ALOGE("Invalid flash parameter %d.", flash); in validate()
81 Flash flash = static_cast<Flash>(flashMode); in constructState() local
90 state.flashMode = flash; in constructState()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DFlashlightControllerImplTest.kt103 injectCamera(flash = false)
132 flash: Boolean = true,
137 set(CameraCharacteristics.FLASH_INFO_AVAILABLE, flash)
/aosp14/system/core/fastboot/
H A DREADME.md97 Host: "flash:bootloader" request to flash the data to the bootloader
99 Client: "INFOerasing flash" indicate status / progress
100 "INFOwriting flash"
133 by "boot", "ramdisk", "flash", etc. The client
148 flash:%s Write the previously downloaded image to the
205 partition. Unlike the "flash" command, this has
373 minute during long operations, e.g. writing to flash.
H A Dtask.cpp34 auto flash = [&](const std::string& partition) { in Run() local
46 do_for_partitions(pname_, slot_, flash, true); in Run()
H A Dfastboot.bash83 flash)
H A Dfastboot.cpp1911 auto flash = [&, this](const std::string& partition_name) { in FlashImage() local
1924 do_for_partitions(image.part_name, slot, flash, false); in FlashImage()
2166 auto flash = [&](const std::string& partition_name) { in wipe_super() local
2169 do_for_partitions(partition, slot, flash, force_slot); in wipe_super()
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
H A DExifInterfaceTest.java106 public final float flash; field in ExifInterfaceTest.ExpectedValue
149 flash = typedArray.getFloat(12, 0f); in ExpectedValue()
296 assertDoubleTag(exifInterface, ExifInterface.TAG_FLASH, expectedValue.flash); in compareWithExpectedValue()
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
H A DCameraPairwiseTest.java380 private void genericPairwiseTestCase(Flash flash, Exposure exposure, WhiteBalance whitebalance, in genericPairwiseTestCase() argument
394 switch (flash) { in genericPairwiseTestCase()
/aosp14/system/core/fs_mgr/tests/
H A Dadb-remount-test.sh1459 fastboot flash vendor "${TMPDIR}/vendor.img" ||
1548 fastboot flash --force scratch ${img}
/aosp14/system/core/fs_mgr/libsnapshot/android/snapshot/
H A Dsnapshot.proto143 // The update was implicitly cancelled, either by a rollback or a flash
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
H A DCameraTestUtils.java2133 String flash = exif.getAttribute(ExifInterface.TAG_FLASH); in verifyJpegExifExtraTags() local
2134 collector.expectNotNull("Exif TAG_FLASH shouldn't be null", flash); in verifyJpegExifExtraTags()
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt12639 field public static final String FEATURE_CAMERA_FLASH = "android.hardware.camera.flash";