Home
last modified time | relevance | path

Searched defs:image (Results 1 – 8 of 8) sorted by relevance

/system/extras/verity/fec/
Dimage.h38 struct image { struct
40 bool inplace;
42 bool sparse;
66 struct image_proc_ctx; argument
72 image *ctx; argument
/system/extras/verity/fec/tests/
Dfec.py26 def corrupt(image, offset, length): argument
33 def corruptmax(image, roots): argument
44 def encode(image, fec, roots): argument
48 def decode(image, fec, output): argument
54 def simg2img(image, output): argument
/system/extras/verity/
DBootSignature.java166 public byte[] generateSignableImage(byte[] image) throws IOException { in generateSignableImage()
175 public byte[] sign(byte[] image, PrivateKey key) throws Exception { in sign()
180 public boolean verify(byte[] image) throws Exception { in verify()
206 ByteBuffer image = ByteBuffer.wrap(data); in getSignableImageSize() local
/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/utils/
DFrameBufferBuffer.java70 public void draw(RenderedImage image) { in draw()
417 BufferedImage image = new BufferedImage(colorModel, raster, true, null); in renderNativeBuffer() local
/system/gsid/
Dpartition_installer.cpp336 auto image = ImageManager::Open(MetadataDir(active_dsu), install_dir); in WipeWritable() local
/system/core/fs_mgr/libfs_avb/tests/
Dfs_avb_test_util.cpp147 std::vector<uint8_t> image; in GenerateImage() local
/system/core/fastboot/
Dfastboot.cpp1435 void FlashAllTool::FlashImage(const Image& image, const std::string& slot, fastboot_buffer* buf) { in FlashImage()
1747 static void do_wipe_super(const std::string& image, const std::string& slot_override) { in do_wipe_super()
2144 std::string image; in Main() local
/system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/
DCameraAvgFragment.java938 public ImageSaver(Image image, File file) { in ImageSaver()