Tài liệu tham khảo về cấu trúc alloc_device_t

Tài liệu tham khảo về cấu trúc alloc_device_t

#include < gralloc.h >

Trường dữ liệu

struct hw_device_t   common
 
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]
 

Nội dung mô tả chi tiết

Mọi cấu trúc dữ liệu thiết bị đều phải bắt đầu bằng hw_device_t , theo sau là các phương thức và thuộc tính công khai dành riêng cho mô-đun.

Định nghĩa tại dòng 326 của tệp gralloc.h .

Tài liệu về trường

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

Định nghĩa tại dòng 343 của tệp gralloc.h .

cấu trúc hw_device_t phổ biến

Định nghĩa tại dòng 327 của tệp gralloc.h .

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

Định nghĩa tại dòng 364 của tệp gralloc.h .

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

Định nghĩa tại dòng 357 của tệp gralloc.h .

void* reserved_proc[7]

Định nghĩa tại dòng 366 của tệp gralloc.h .


Tài liệu cho cấu trúc này được tạo từ tệp sau: