Searched defs:magic (Results 26 - 38 of 38) sorted by relevance

12

/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),
252 magic = 0;
264 hnd->magic != sMagic)
268 "magic(%c%c%c%c/%c%c%c%c)",
273 hnd ? (((hnd->magic >> 24) & 0xFF)?
274 ((hnd->magic >> 24) & 0xFF) : '-') : '?',
275 hnd ? (((hnd->magic >> 16) & 0xFF)?
276 ((hnd->magic >> 16) & 0xFF) : '-') : '?',
277 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/qcom/display/msm8998/libgralloc/
H A Dgralloc_priv.h233 int magic; member in struct:private_handle_t
259 fd(fd), fd_metadata(-1), magic(sMagic),
293 magic = 0;
300 hnd->magic != sMagic)
304 "magic(%c%c%c%c/%c%c%c%c)",
309 hnd ? (((hnd->magic >> 24) & 0xFF)?
310 ((hnd->magic >> 24) & 0xFF) : '-') : '?',
311 hnd ? (((hnd->magic >> 16) & 0xFF)?
312 ((hnd->magic >> 16) & 0xFF) : '-') : '?',
313 hnd ? (((hnd->magic >>
[all...]
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dvideodev2.h1205 __u8 magic[4]; member in struct:v4l2_mpeg_vbi_fmt_ivtv
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dvideodev2.h1685 __u8 magic[4]; member in struct:v4l2_mpeg_vbi_fmt_ivtv
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dvideodev2.h1296 __u8 magic[4]; member in struct:v4l2_mpeg_vbi_fmt_ivtv
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dvideodev2.h1797 __u8 magic[4]; member in struct:v4l2_mpeg_vbi_fmt_ivtv
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dvideodev2.h1204 __u8 magic[4]; member in struct:v4l2_mpeg_vbi_fmt_ivtv
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dvideodev2.h1682 __u8 magic[4]; member in struct:v4l2_mpeg_vbi_fmt_ivtv
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dvideodev2.h2035 __u8 magic[4]; member in struct:v4l2_mpeg_vbi_fmt_ivtv
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dvideodev2.h2370 __u8 magic[4]; member in struct:v4l2_mpeg_vbi_fmt_ivtv
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h1295 uint16 magic; member in struct:wl_txfifo_sz
1299 /* magic pattern used for mismatch driver and wl */
1311 /* check this magic number */
4259 #define WL_WOWL_EXTMAGPAT (1 << 11) /* support extended magic packets */

Completed in 308 milliseconds

12