Searched refs:Image (Results 1 – 5 of 5) sorted by relevance
/system/core/fastboot/ |
D | fastboot.cpp | 130 struct Image { struct 140 static Image images[] = { argument 1319 void FlashImages(const std::vector<std::pair<const Image*, std::string>>& images); 1320 void FlashImage(const Image& image, const std::string& slot, fastboot_buffer* buf); 1328 std::vector<std::pair<const Image*, std::string>> boot_images_; 1329 std::vector<std::pair<const Image*, std::string>> os_images_; 1421 void FlashAllTool::FlashImages(const std::vector<std::pair<const Image*, std::string>>& images) { in FlashImages() argument 1435 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/core/fs_mgr/libfiemap/ |
D | README.md | 17 Image creation is done through `SplitFiemap`. Depending on the file system,
|
/system/libufdt/utils/ |
D | README.md | 13 ### Image Format
|
/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…
|