gralloc_module_t Yapı Referansı

gralloc_module_t Yapı Referansı

#include < gralloc.h >

Veri Alanları

struct hw_module_t   yaygın
 
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]
 

Ayrıntılı Açıklama

Her donanım modülünde HAL_MODULE_INFO_SYM adlı bir veri yapısı olmalıdır ve bu veri yapısının alanları, hw_module_t ile başlamalı ve ardından modüle özgü bilgiler gelmelidir.

gralloc.h dosyasının 155 satırında tanımı vardır.

Alan Belgeleri

struct hw_module_t common

Tanım, gralloc.h dosyasının 156 satırı

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

Tanımı, gralloc.h dosyasının 226 satırı

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)

Tanımı, gralloc.h dosyasının 265 satırı

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)

Tanımı, 280 satırındaki gralloc.h dosyasındadır.

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)

Tanımı, gralloc.h dosyasının 310 satırı

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

Tanımı, gralloc.h dosyasının 242 satırı

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

Tanımı, gralloc.h dosyasının 173. satırı içindedir.

void* reserved_proc[3]

Tanımı, gralloc.h dosyasının 316 satırı

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

Tanımı, gralloc.h dosyasının 237 satırı

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

gralloc.h dosyasının 296 satırındaki tanımı

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

Tanım, gralloc.h dosyasının 188 satırındadır.


Bu yapının dokümanları aşağıdaki dosyadan oluşturulmuştur: