HomeSort by relevance Sort by last modified time
    Searched refs:fec_mmap_addr (Results 1 - 2 of 2) sorted by null

  /system/extras/verity/fec/
image.h 63 uint8_t *fec_mmap_addr; member in struct:image
image.cpp 61 if (ctx->fec_mmap_addr) {
62 munmap(ctx->fec_mmap_addr, FEC_BLOCKSIZE + ctx->fec_size);
369 ctx->fec_mmap_addr = (uint8_t *)p;
370 ctx->fec = ctx->fec_mmap_addr;
490 p = (uint8_t *)&ctx->fec_mmap_addr[ctx->fec_size];

Completed in 1505 milliseconds