Android : Map ION file descriptor to memory address

on Friday, March 27, 2015


From the camera HAL on a Android device I receive a file descriptor for a ION-allocated buffer. Is there any way to map this fd to a physical memory address? I know there are functions to map a ion_user_handle_t to an address but I can't figure out how to get there with a file descriptor.


0 comments:

Post a Comment