Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
gralloc_module_t Odniesienie do struktury
#include < gralloc.h >
|
struktura hw_module_t | wspólny |
|
int(* | RegisterBuffer )(struct gralloc_module_t const *moduł, uchwyt bufora_handle_t) |
|
int(* | wyrejestrujBufor )(struct gralloc_module_t const *moduł, uchwyt bufora_handle_t) |
|
int(* | lock )(struct gralloc_module_t const *module, bufor_handle_t uchwyt, int użycie, int l, int t, int w, int h, void **vaddr) |
|
int(* | odblokuj )(struct gralloc_module_t const *moduł, uchwyt bufora_handle_t) |
|
int(* | wykonaj )(struct gralloc_module_t const *module, operacja int,...) |
|
int(* | lock_ycbcr )(struct gralloc_module_t const *module, bufor_handle_t uchwyt, int użycie, int l, int t, int w, int h, struct android_ycbcr *ycbcr) |
|
int(* | lockAsync )(struct gralloc_module_t const *module, bufor_handle_t uchwyt, int użycie, int l, int t, int w, int h, void **vaddr, int ogrodzeniaFd) |
|
int(* | unlockAsync )(struct gralloc_module_t const *module, bufor_handle_t uchwyt, int *fenceFd) |
|
int(* | lockAsync_ycbcr )(struct gralloc_module_t const *module, bufor_handle_t uchwyt, int użycie, int l, int t, int w, int h, struct android_ycbcr *ycbcr, int ogrodzeniaFd) |
|
próżnia * | zarezerwowany_proc [3] |
|
Każdy moduł sprzętowy musi mieć strukturę danych o nazwie HAL_MODULE_INFO_SYM, a pola tej struktury danych muszą zaczynać się od hw_module_t , po którym następują informacje specyficzne dla modułu.
Definicja w linii 155 pliku gralloc.h .
int(* lock)(struct gralloc_module_t const *module, bufor_handle_t uchwyt, int użycie, int l, int t, int w, int h, void **vaddr) |
int(* lock_ycbcr)(struct gralloc_module_t const *module, bufor_handle_t uchwyt, int użycie, int l, int t, int w, int h, struct android_ycbcr *ycbcr) |
int(* lockAsync)(struct gralloc_module_t const *module, bufor_handle_t uchwyt, int użycie, int l, int t, int w, int h, void **vaddr, int ogrodzeniaFd) |
int(* lockAsync_ycbcr)(struct gralloc_module_t const *module, bufor_handle_t uchwyt, int użycie, int l, int t, int w, int h, struct android_ycbcr *ycbcr, int ogrodzeniaFd) |
int(* RegisterBuffer)(struct gralloc_module_t const *moduł, uchwyt bufora_handle_t) |
nieważne* zarezerwowane_proc[3] |
int(* odblokowanie)(struct gralloc_module_t const *moduł, uchwyt bufora_handle_t) |
int(* unlockAsync)(struct gralloc_module_t const *module, uchwyt bufora_handle_t, int *fenceFd) |
int(* unregisterBuffer)(struct gralloc_module_t const *moduł, uchwyt bufora_handle_t) |
Dokumentacja tej struktury została wygenerowana z następującego pliku:
- hardware/libhardware/include/hardware/ gralloc.h
Treść strony i umieszczone na niej fragmenty kodu podlegają licencjom opisanym w Licencji na treści. Java i OpenJDK są znakami towarowymi lub zastrzeżonymi znakami towarowymi należącymi do firmy Oracle lub jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2023-12-01 UTC.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 2023-12-01 UTC."],[],[]]