Searched refs:mPixelStorage (Results 1 – 2 of 2) sorted by relevance
221 mPixelStorage.heap.address = address; in Bitmap()222 mPixelStorage.heap.size = size; in Bitmap()230 mPixelStorage.wrapped.pixelRef = &pixelRef; in Bitmap()237 mPixelStorage.ashmem.address = address; in Bitmap()238 mPixelStorage.ashmem.fd = fd; in Bitmap()239 mPixelStorage.ashmem.size = mappedSize; in Bitmap()250 mPixelStorage.hardware.buffer = buffer; in Bitmap()260 mPixelStorage.wrapped.pixelRef->unref(); in ~Bitmap()264 munmap(mPixelStorage.ashmem.address, mPixelStorage.ashmem.size); in ~Bitmap()266 close(mPixelStorage.ashmem.fd); in ~Bitmap()[all …]
214 } mPixelStorage; variable