مرجع بنية alloc_device_t

مرجع بنية alloc_device_t

#include < gralloc.h >

حقول البيانات

struct hw_device_t   شائعة
 
int(*  alloc )(struct alloc_device_t *dev, int w, int h, int format, int usage, buffer_handle_t *handle, int *stride)
 
int(*  free )(struct alloc_device_t *dev, buffer_handle_t handle)
 
void(*  dump )(struct alloc_device_t *dev, char *buff, int buff_len)
 
void *  reserved_proc [7]
 

وصف مفصّل

يجب أن تبدأ كل بنية بيانات جهاز بالرمز hw_device_t متبوعًا بالطرق والسمات العامة الخاصة بالوحدة.

التعريف في السطر 326 من الملف gralloc.h .

مستندات الحقل

int(* alloc)(struct alloc_device_t *dev, int w, int h, int format, int usage, buffer_handle_t *handle, int *stride)

التعريف في السطر 343 من الملف gralloc.h .

struct hw_device_t common

التعريف في السطر 327 من الملف gralloc.h .

void(* dump)(struct alloc_device_t *dev, char *buff, int buff_len)

التعريف في السطر 364 من الملف gralloc.h .

int(* free)(struct alloc_device_t *dev, buffer_handle_t handle)

التعريف في السطر 357 من الملف gralloc.h .

void* reserved_proc[7]

التعريف في السطر 366 من الملف gralloc.h .


تم إنشاء مستندات هذه البنية من الملف التالي: