Searched refs:mPixelStorage (Results 1 – 2 of 2) sorted by relevance
225 mPixelStorage.heap.address = address; in Bitmap()226 mPixelStorage.heap.size = size; in Bitmap()234 mPixelStorage.wrapped.pixelRef = &pixelRef; in Bitmap()241 mPixelStorage.ashmem.address = address; in Bitmap()242 mPixelStorage.ashmem.fd = fd; in Bitmap()243 mPixelStorage.ashmem.size = mappedSize; in Bitmap()254 mPixelStorage.hardware.buffer = buffer; in Bitmap()264 mPixelStorage.wrapped.pixelRef->unref(); in ~Bitmap()268 munmap(mPixelStorage.ashmem.address, mPixelStorage.ashmem.size); in ~Bitmap()270 close(mPixelStorage.ashmem.fd); in ~Bitmap()[all …]
214 } mPixelStorage; variable