Searched refs:Image (Results 1 – 7 of 7) sorted by relevance
/system/core/fastboot/ |
D | fastboot.h | 75 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);
|
D | task.h | 26 struct Image; 27 using ImageEntry = std::pair<const Image*, std::string>; 85 using ImageEntry = std::pair<const Image*, std::string>;
|
D | fastboot.cpp | 118 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/ |
D | CameraAvgFragment.java | 44 import android.media.Image; 932 private final Image mImage; 938 public ImageSaver(Image image, File file) { in ImageSaver()
|
/system/libufdt/utils/ |
D | README.md | 13 ### Image Format
|
/system/core/fs_mgr/libfiemap/ |
D | README.md | 17 Image creation is done through `SplitFiemap`. Depending on the file system,
|
/system/core/fastboot/fuzzy_fastboot/ |
D | README.md | 387 - *Sparse Image Tests*: Currently there are no tests that tests sparse images. Both well-formed and…
|