alloc_device_t Yapı Referansı

alloc_device_t Yapı Referansı

#include < gralloc.h >

Veri Alanları

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

Ayrıntılı Açıklama

Her cihaz veri yapısı, hw_device_t ile başlamalı ve ardından modüle özgü herkese açık yöntemler ve özellikler gelmelidir.

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

Alan Belgeleri

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

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

struct hw_device_t common

Tanımı, şu dosyadaki 327 satırı: gralloc.h .

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

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

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

Tanımı, şu dosyadaki 357 satırındadır: gralloc.h .

void* reserved_proc[7]

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


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