Searched refs:handles (Results 1 – 3 of 3) sorted by relevance
/bootable/recovery/minui/ |
D | graphics_drm.cpp | 113 uint32_t handles[4], pitches[4], offsets[4]; in Create() local 115 handles[0] = surface->handle; in Create() 118 if (drmModeAddFB2(drm_fd, width, height, format, handles, pitches, offsets, &surface->fb_id, 0) != in Create()
|
/bootable/recovery/minadbd/ |
D | README.md | 20 - `minadbd` handles some requests directly, e.g. querying device properties for rescue service.
|
/bootable/recovery/updater_sample/ |
D | README.md | 77 parameters, and handles update completion properly using `onPayloadApplicationCompleted`
|