Searched refs:magic (Results 1 - 25 of 54) sorted by relevance

123

/hardware/intel/common/libva/va/drm/
H A Dva_drm_auth.h37 va_drm_authenticate(int fd, uint32_t magic);
H A Dva_drm_auth_x11.h33 va_drm_authenticate_x11(int fd, uint32_t magic);
H A Dva_drm_auth.c54 unsigned long magic, iocs; local
59 if (drmGetClient(fd, i, &auth, &pid, &uid, &magic, &iocs) != 0)
66 /* Try to authenticate the DRM connection with the supplied magic id */
68 va_drm_authenticate(int fd, uint32_t magic) argument
72 if (va_drm_authenticate_x11(fd, magic))
77 return drmAuthMagic(fd, magic) == 0;
H A Dva_drm_auth_x11.c44 Display *display, XID window, uint32_t magic);
143 drm_auth_x11_authenticate(DRMAuthX11 *auth, int fd, uint32_t magic) argument
152 if (!vtable->va_dri2_authenticate(auth->display, auth->window, magic))
157 /* Try to authenticate the DRM connection with the supplied magic through X11 */
159 va_drm_authenticate_x11(int fd, uint32_t magic) argument
167 success = drm_auth_x11_authenticate(&auth, fd, magic);
H A Dva_drm.c62 drm_magic_t magic; local
70 ret = drmGetMagic(drm_state->fd, &magic);
75 if (!va_drm_authenticate(drm_state->fd, magic))
/hardware/qcom/display/msm8960/libgralloc/
H A Dgralloc_priv.h173 int magic; member in struct:private_handle_t
195 fd(fd), fd_metadata(eFd), magic(sMagic),
206 magic = 0;
217 hnd->magic != sMagic)
220 "ver(%d/%d) ints(%d/%d) fds(%d/%d) magic(%c%c%c%c/%c%c%c%c)",
225 hnd ? (((hnd->magic >> 24) & 0xFF)?
226 ((hnd->magic >> 24) & 0xFF) : '-') : '?',
227 hnd ? (((hnd->magic >> 16) & 0xFF)?
228 ((hnd->magic >> 16) & 0xFF) : '-') : '?',
229 hnd ? (((hnd->magic >>
[all...]
/hardware/bsp/intel/soc/common/bootctrl/
H A Dbootctrl.h42 uint32_t magic; member in struct:boot_ctrl
/hardware/libhardware/modules/gralloc/
H A Dgralloc_priv.h72 int magic; member in struct:private_handle_t
89 fd(fd), magic(sMagic), flags(flags), size(size), offset(0),
97 magic = 0;
104 hnd->magic != sMagic)
/hardware/intel/img/psb_headers/DRM/cc54/inc/
H A Dwv_fkp.h49 uint8_t magic[KEYBOX_MAGIC_SIZE]; // 4 bytes member in struct:wv_keybox
/hardware/qcom/display/msm8084/libgralloc/
H A Dgralloc_priv.h212 int magic; member in struct:private_handle_t
236 fd(fd), fd_metadata(eFd), magic(sMagic),
247 magic = 0;
258 hnd->magic != sMagic)
262 "magic(%c%c%c%c/%c%c%c%c)",
267 hnd ? (((hnd->magic >> 24) & 0xFF)?
268 ((hnd->magic >> 24) & 0xFF) : '-') : '?',
269 hnd ? (((hnd->magic >> 16) & 0xFF)?
270 ((hnd->magic >> 16) & 0xFF) : '-') : '?',
271 hnd ? (((hnd->magic >>
[all...]
/hardware/qcom/display/msm8226/libgralloc/
H A Dgralloc_priv.h214 int magic; member in struct:private_handle_t
239 fd(fd), fd_metadata(eFd), magic(sMagic),
250 magic = 0;
261 hnd->magic != sMagic)
265 "magic(%c%c%c%c/%c%c%c%c)",
270 hnd ? (((hnd->magic >> 24) & 0xFF)?
271 ((hnd->magic >> 24) & 0xFF) : '-') : '?',
272 hnd ? (((hnd->magic >> 16) & 0xFF)?
273 ((hnd->magic >> 16) & 0xFF) : '-') : '?',
274 hnd ? (((hnd->magic >>
[all...]
/hardware/qcom/display/msm8909/libgralloc/
H A Dgralloc_priv.h215 int magic; member in struct:private_handle_t
240 fd(fd), fd_metadata(eFd), magic(sMagic),
251 magic = 0;
262 hnd->magic != sMagic)
266 "magic(%c%c%c%c/%c%c%c%c)",
271 hnd ? (((hnd->magic >> 24) & 0xFF)?
272 ((hnd->magic >> 24) & 0xFF) : '-') : '?',
273 hnd ? (((hnd->magic >> 16) & 0xFF)?
274 ((hnd->magic >> 16) & 0xFF) : '-') : '?',
275 hnd ? (((hnd->magic >>
[all...]
/hardware/qcom/display/msm8994/libgralloc/
H A Dgralloc_priv.h222 int magic; member in struct:private_handle_t
247 fd(fd), fd_metadata(eFd), magic(sMagic),
258 magic = 0;
269 hnd->magic != sMagic)
273 "magic(%c%c%c%c/%c%c%c%c)",
278 hnd ? (((hnd->magic >> 24) & 0xFF)?
279 ((hnd->magic >> 24) & 0xFF) : '-') : '?',
280 hnd ? (((hnd->magic >> 16) & 0xFF)?
281 ((hnd->magic >> 16) & 0xFF) : '-') : '?',
282 hnd ? (((hnd->magic >>
[all...]
/hardware/qcom/display/msm8996/libgralloc/
H A Dgralloc_priv.h226 int magic; member in struct:private_handle_t
251 fd(fd), fd_metadata(eFd), magic(sMagic),
262 magic = 0;
269 hnd->magic != sMagic)
273 "magic(%c%c%c%c/%c%c%c%c)",
278 hnd ? (((hnd->magic >> 24) & 0xFF)?
279 ((hnd->magic >> 24) & 0xFF) : '-') : '?',
280 hnd ? (((hnd->magic >> 16) & 0xFF)?
281 ((hnd->magic >> 16) & 0xFF) : '-') : '?',
282 hnd ? (((hnd->magic >>
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/src/
H A Dhalloc.c29 long magic; member in struct:hblock
79 p->magic = HH_MAGIC;
88 assert(p->magic == HH_MAGIC);
123 assert(b->magic == HH_MAGIC);
132 assert(p->magic == HH_MAGIC);
244 assert(p && p->magic == HH_MAGIC);
245 p->magic = 0;
/hardware/intel/common/omx-components/videocodec/
H A DProtectedDataBuffer.h97 uint32_t magic; member in struct:ProtectedDataBuffer_tag
157 buf->magic = PROTECTED_DATA_BUFFER_MAGIC ;
/hardware/bsp/intel/soc/common/tools/
H A Dgpt_ini2bin.py56 magic = 0x6a8b0da1
63 out.write(struct.pack('<I', magic))
/hardware/intel/common/libva/va/
H A Dva_fool.c239 * bufferID = (magic number) | type
254 unsigned int magic; local
258 magic = buf_id & FOOL_BUFID_MASK;
259 if (magic != FOOL_BUFID_MAGIC)
350 unsigned int magic, buftype; local
353 magic = buf_id & FOOL_BUFID_MASK;
354 if (magic != FOOL_BUFID_MAGIC)
/hardware/intel/bootstub/
H A Dbootstub.c133 static inline int is_image_aosp(unsigned char *magic) argument
135 return !strncmp((char *)magic, (char *)BOOT_MAGIC, sizeof(BOOT_MAGIC)-1);
156 if (is_image_aosp(aosp->magic)) {
347 u32 *magic, *xen_image, i; local
375 for (magic = xen_image; magic < xen_image + 2048; magic++)
376 if (*magic == MULTIBOOT_HEADER_MAGIC)
378 if (*magic != MULTIBOOT_HEADER_MAGIC) {
476 if (is_image_aosp(aosp->magic)) {
[all...]
/hardware/intel/common/libva/va/wayland/
H A Dva_wayland_drm.c59 drm_magic_t magic; local
80 drmGetMagic(drm_state->fd, &magic);
81 wl_drm_authenticate(wl_drm_ctx->drm, magic);
/hardware/intel/common/libva/va/x11/
H A Ddri1_util.c83 drm_magic_t magic; local
115 if (drmGetMagic(dri_state->base.fd, &magic))
118 if (newlyopened && !VA_DRIAuthConnection(ctx->native_dpy, ctx->x11_screen, magic))
H A Dva_dri2.h57 VA_DRI2Authenticate(Display *display, XID window, drm_magic_t magic);
H A Dva_dri.h83 Bool VA_DRIAuthConnection( Display *dpy, int screen, drm_magic_t magic );
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dhndrte_debug.h24 /* Magic number at a magic location to find HNDRTE_DEBUG pointers */
46 uint32 magic; member in struct:hndrte_debug
H A Dtrxhdr.h52 uint32 magic; /* "HDR0" */ member in struct:trx_header

Completed in 710 milliseconds

123