Home
last modified time | relevance | path

Searched defs:Flash (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_lights_LightsService.cpp34 using Flash = ::android::hardware::light::V2_0::Flash; typedef
/aosp14/system/core/fastboot/device/
H A Dflashing.cpp176 int Flash(FastbootDevice* device, const std::string& partition_name) { in Flash() function
/aosp14/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/camera/
H A DCameraPairwiseTest.java56 public enum Flash { ON, OFF, AUTO }; enum in CameraPairwiseTest
/aosp14/system/core/fastboot/
H A Dfastboot_driver.cpp95 RetCode FastBootDriver::Flash(const std::string& partition, std::string* response, in Flash() function in fastboot::FastBootDriver
H A Dfastboot.cpp1776 void FlashAllTool::Flash() { in Flash() function in FlashAllTool
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DExifInterface.java469 public static interface Flash { interface in ExifInterface