Home
last modified time | relevance | path

Searched refs:Image (Results 1 – 7 of 7) sorted by relevance

/system/core/fastboot/
Dfastboot.h75 struct Image { struct
85 using ImageEntry = std::pair<const Image*, std::string>; argument
116 void FlashImages(const std::vector<std::pair<const Image*, std::string>>& images);
117 void FlashImage(const Image& image, const std::string& slot, fastboot_buffer* buf);
Dtask.h26 struct Image;
27 using ImageEntry = std::pair<const Image*, std::string>;
85 using ImageEntry = std::pair<const Image*, std::string>;
Dfastboot.cpp118 static std::vector<Image> images = {
1896 void FlashAllTool::FlashImages(const std::vector<std::pair<const Image*, std::string>>& images) { in FlashImages() argument
1910 void FlashAllTool::FlashImage(const Image& image, const std::string& slot, fastboot_buffer* buf) { in FlashImage()
/system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/
DCameraAvgFragment.java44 import android.media.Image;
932 private final Image mImage;
938 public ImageSaver(Image image, File file) { in ImageSaver()
/system/libufdt/utils/
DREADME.md13 ### Image Format
/system/core/fs_mgr/libfiemap/
DREADME.md17 Image creation is done through `SplitFiemap`. Depending on the file system,
/system/core/fastboot/fuzzy_fastboot/
DREADME.md387 - *Sparse Image Tests*: Currently there are no tests that tests sparse images. Both well-formed and…