GraphicBuffer和Gralloc模块
Gralloc硬件抽象层:申请释放渲染图像缓冲,驱动屏幕的显示open函数,打开设备,通过name区分了不同的设备 int gralloc_device_open(const hw_module_t* module, const char* name, hw_device_t** device){ if(name=="gpu0"){