|
struct hw_module_t | সাধারণ |
|
int(* | registerBuffer )(struct gralloc_module_t const *মডিউল, buffer_handle_t হ্যান্ডেল) |
|
int(* | unregisterBuffer )(struct gralloc_module_t const *মডিউল, buffer_handle_t হ্যান্ডেল) |
|
int(* | লক )(struct gralloc_module_t const *module, buffer_handle_t হ্যান্ডেল, int ব্যবহার, int l, int t, int w, int h, void **vaddr) |
|
int(* | আনলক )(struct gralloc_module_t const *মডিউল, buffer_handle_t হ্যান্ডেল) |
|
int(* | সঞ্চালন )(struct gralloc_module_t const *মডিউল, int অপারেশন,...) |
|
int(* | lock_ycbcr )(struct gralloc_module_t const *মডিউল, buffer_handle_t হ্যান্ডেল, int ব্যবহার, int l, int t, int w, int h, struct android_ycbcr *ycbcr) |
|
int(* | lockAsync )(struct gralloc_module_t const *module, buffer_handle_t হ্যান্ডেল, int ব্যবহার, int l, int t, int w, int h, void **vaddr, int fenceFd) |
|
int(* | unlockAsync )(struct gralloc_module_t const *মডিউল, buffer_handle_t হ্যান্ডেল, int *fenceFd) |
|
int(* | lockAsync_ycbcr )(struct gralloc_module_t const *মডিউল, buffer_handle_t হ্যান্ডেল, int ব্যবহার, int l, int t, int w, int h, struct android_ycbcr *ycbcr, int fenceFd) |
|
অকার্যকর * | সংরক্ষিত_প্রোক [৩] |
|
প্রতিটি হার্ডওয়্যার মডিউলে অবশ্যই HAL_MODULE_INFO_SYM নামে একটি ডেটা স্ট্রাকচার থাকতে হবে এবং এই ডাটা স্ট্রাকচারের ক্ষেত্রগুলি অবশ্যই hw_module_t দিয়ে শুরু হতে হবে এবং তারপরে মডিউল নির্দিষ্ট তথ্য থাকবে৷
gralloc.h ফাইলের 155 লাইনে সংজ্ঞা।