gralloc_module_t स्ट्रक्चर का रेफ़रंस

gralloc_module_t स्ट्रक्चर का रेफ़रंस

#include < gralloc.h >

डेटा फ़ील्ड

struct hw_module_t   सामान्य
 
int(*  registerBuffer )(struct gralloc_module_t const *module, buffer_handle_t handle)
 
int(*  unregisterBuffer )(struct gralloc_module_t const *module, buffer_handle_t handle)
 
int(*  lock )(struct gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, void **vaddr)
 
int(*  unlock )(struct gralloc_module_t const *module, buffer_handle_t handle)
 
int(*  perform )(struct gralloc_module_t const *module, int operation,...)
 
int(*  lock_ycbcr )(struct gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, struct android_ycbcr *ycbcr)
 
int(*  lockAsync )(struct gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, void **vaddr, int fenceFd)
 
int(*  unlockAsync )(struct gralloc_module_t const *module, buffer_handle_t handle, int *fenceFd)
 
int(*  lockAsync_ycbcr )(struct gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, struct android_ycbcr *ycbcr, int fenceFd)
 
void *  reserved_proc [3]
 

पूरी जानकारी

हर हार्डवेयर मॉड्यूल में, HAL_MODULE_INFO_SYM नाम का डेटा स्ट्रक्चर होना चाहिए. साथ ही, इस डेटा स्ट्रक्चर के फ़ील्ड, hw_module_t से शुरू होने चाहिए. इसके बाद, मॉड्यूल की खास जानकारी होनी चाहिए.

परिभाषा, gralloc.h की लाइन 155 पर दी गई है.

फ़ील्ड का दस्तावेज़

struct hw_module_t common

परिभाषा, gralloc.h फ़ाइल की लाइन 156 पर दी गई है.

int(* lock)(struct gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, void **vaddr)

परिभाषा, gralloc.h फ़ाइल की लाइन 226 पर दी गई है .

int(* lock_ycbcr)(struct gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, struct android_ycbcr *ycbcr)

परिभाषा, gralloc.h फ़ाइल की लाइन 265 पर दी गई है.

int(* lockAsync)(struct gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, void **vaddr, int fenceFd)

परिभाषा, gralloc.h फ़ाइल की लाइन 280 पर दी गई है.

int(* lockAsync_ycbcr)(struct gralloc_module_t const *module, buffer_handle_t handle, int usage, int l, int t, int w, int h, struct android_ycbcr *ycbcr, int fenceFd)

परिभाषा, gralloc.h फ़ाइल की लाइन 310 पर दी गई है .

int(* perform)(struct gralloc_module_t const *module, int operation,...)

परिभाषा, gralloc.h फ़ाइल की लाइन 242 पर दी गई है.

int(* registerBuffer)(struct gralloc_module_t const *module, buffer_handle_t handle)

परिभाषा, gralloc.h फ़ाइल की लाइन 173 पर दी गई है .

void* reserved_proc[3]

परिभाषा, gralloc.h फ़ाइल की लाइन 316 पर दी गई है.

int(* unlock)(struct gralloc_module_t const *module, buffer_handle_t handle)

परिभाषा, gralloc.h फ़ाइल की लाइन 237 पर दी गई है.

int(* unlockAsync)(struct gralloc_module_t const *module, buffer_handle_t handle, int *fenceFd)

परिभाषा, gralloc.h फ़ाइल की लाइन 296 पर दी गई है.

int(* unregisterBuffer)(struct gralloc_module_t const *module, buffer_handle_t handle)

परिभाषा, gralloc.h फ़ाइल की लाइन 188 पर दी गई है.


इस स्ट्रक्चर का दस्तावेज़, इस फ़ाइल से जनरेट किया गया था: