OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mapFd
(Results
1 - 7
of
7
) sorted by null
/device/lge/mako/camera/mm-camera-interface/
mm_camera_helper.c
106
struct ion_fd_data *ion_info_fd, int *
mapFd
)
127
*
mapFd
= ion_info_fd->fd;
132
*
mapFd
,
276
struct ion_fd_data *ion_info_fd, int *
mapFd
)
297
*
mapFd
= ion_info_fd->fd;
302
*
mapFd
,
mm_camera_interface2.h
514
struct ion_fd_data *ion_info_fd, int *
mapFd
);
526
struct ion_fd_data *ion_info_fd, int *
mapFd
);
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_helper.c
106
struct ion_fd_data *ion_info_fd, int *
mapFd
)
127
*
mapFd
= ion_info_fd->fd;
132
*
mapFd
,
258
struct ion_fd_data *ion_info_fd, int *
mapFd
)
280
*
mapFd
= ion_info_fd->fd;
285
*
mapFd
,
/external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xxf86dga/
XF86DGA.c
402
static int
mapFd
= -1;
510
if (
mapFd
< 0) {
511
if ((
mapFd
= open("/dev/mmap", O_RDWR)) < 0)
519
if ((vaddr = (void *)ioctl(
mapFd
, MAP, &mloc)) == (void *)-1)
562
if (
mapFd
< 0) {
563
if ((
mapFd
= open(DEV_MEM, O_RDWR)) < 0)
567
MAP_FILE | MAP_SHARED,
mapFd
, (off_t)offset);
/device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_preview.c
49
struct ion_fd_data *ion_info_fd, int *
mapFd
)
70
*
mapFd
= ion_info_fd->fd;
75
*
mapFd
,
[
all
...]
/device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_preview.c
63
struct ion_fd_data *ion_info_fd, int *
mapFd
)
84
*
mapFd
= ion_info_fd->fd;
89
*
mapFd
,
[
all
...]
mm_qcamera_app.c
45
struct ion_fd_data *ion_info_fd, int *
mapFd
);
Completed in 149 milliseconds