/aosp14/frameworks/base/services/core/jni/ |
H A D | com_android_server_lights_LightsService.cpp | 44 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 D | FlashlightControllerImplTest.kt | 103 injectCamera(flash = false) 132 flash: Boolean = true, 137 set(CameraCharacteristics.FLASH_INFO_AVAILABLE, flash)
|
/aosp14/system/core/fastboot/ |
H A D | README.md | 97 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 D | task.cpp | 34 auto flash = [&](const std::string& partition) { in Run() local 46 do_for_partitions(pname_, slot_, flash, true); in Run()
|
H A D | fastboot.bash | 83 flash)
|
H A D | fastboot.cpp | 1911 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 D | ExifInterfaceTest.java | 106 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 D | CameraPairwiseTest.java | 380 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 D | adb-remount-test.sh | 1459 fastboot flash vendor "${TMPDIR}/vendor.img" || 1548 fastboot flash --force scratch ${img}
|
/aosp14/system/core/fs_mgr/libsnapshot/android/snapshot/ |
H A D | snapshot.proto | 143 // 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 D | CameraTestUtils.java | 2133 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 D | current.txt | 12639 field public static final String FEATURE_CAMERA_FLASH = "android.hardware.camera.flash";
|