Home
last modified time | relevance | path

Searched refs:control (Results 1 – 25 of 83) sorted by relevance

1234

/device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
Dmm_qcamera_main_menu.c904 struct v4l2_control control; in increase_contrast() local
919 memset (&control, 0, sizeof (control)); in increase_contrast()
920 control.id = V4L2_CID_CONTRAST; in increase_contrast()
922 control.value = contrast; in increase_contrast()
948 struct v4l2_control control; in decrease_contrast() local
963 memset (&control, 0, sizeof (control)); in decrease_contrast()
964 control.id = V4L2_CID_CONTRAST; in decrease_contrast()
966 control.value = contrast; in decrease_contrast()
991 struct v4l2_control control; in decrease_brightness() local
1006 memset (&control, 0, sizeof (control)); in decrease_brightness()
[all …]
/device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
Dmm_qcamera_main_menu.c914 struct v4l2_control control; in increase_contrast() local
929 memset (&control, 0, sizeof (control)); in increase_contrast()
930 control.id = V4L2_CID_CONTRAST; in increase_contrast()
932 control.value = contrast; in increase_contrast()
958 struct v4l2_control control; in decrease_contrast() local
973 memset (&control, 0, sizeof (control)); in decrease_contrast()
974 control.id = V4L2_CID_CONTRAST; in decrease_contrast()
976 control.value = contrast; in decrease_contrast()
1001 struct v4l2_control control; in decrease_brightness() local
1016 memset (&control, 0, sizeof (control)); in decrease_brightness()
[all …]
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_sock.c124 char control[CMSG_SPACE(sizeof(int))]; in mm_camera_socket_sendmsg() local
145 msgh.msg_control = control; in mm_camera_socket_sendmsg()
146 msgh.msg_controllen = sizeof(control); in mm_camera_socket_sendmsg()
185 char control[CMSG_SPACE(sizeof(int))]; in mm_camera_socket_recvmsg() local
197 msgh.msg_control = control; in mm_camera_socket_recvmsg()
198 msgh.msg_controllen = sizeof(control); in mm_camera_socket_recvmsg()
Dmm_camera.c1606 struct v4l2_control control; in mm_camera_util_s_ctrl() local
1608 memset(&control, 0, sizeof(control)); in mm_camera_util_s_ctrl()
1609 control.id = id; in mm_camera_util_s_ctrl()
1611 control.value = *value; in mm_camera_util_s_ctrl()
1613 rc = ioctl(fd, VIDIOC_S_CTRL, &control); in mm_camera_util_s_ctrl()
1618 *value = control.value; in mm_camera_util_s_ctrl()
1640 struct v4l2_control control; in mm_camera_util_g_ctrl() local
1642 memset(&control, 0, sizeof(control)); in mm_camera_util_g_ctrl()
1643 control.id = id; in mm_camera_util_g_ctrl()
1645 control.value = *value; in mm_camera_util_g_ctrl()
[all …]
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
Dmm_camera_sock.c119 char control[CMSG_SPACE(sizeof(int))]; in mm_camera_socket_sendmsg() local
140 msgh.msg_control = control; in mm_camera_socket_sendmsg()
141 msgh.msg_controllen = sizeof(control); in mm_camera_socket_sendmsg()
179 char control[CMSG_SPACE(sizeof(int))]; in mm_camera_socket_recvmsg() local
191 msgh.msg_control = control; in mm_camera_socket_recvmsg()
192 msgh.msg_controllen = sizeof(control); in mm_camera_socket_recvmsg()
Dmm_camera.c1746 struct v4l2_control control; in mm_camera_util_s_ctrl() local
1748 memset(&control, 0, sizeof(control)); in mm_camera_util_s_ctrl()
1749 control.id = id; in mm_camera_util_s_ctrl()
1750 control.value = value; in mm_camera_util_s_ctrl()
1751 rc = ioctl (fd, VIDIOC_S_CTRL, &control); in mm_camera_util_s_ctrl()
1763 struct v4l2_control control; in mm_camera_util_g_ctrl() local
1765 memset(&control, 0, sizeof(control)); in mm_camera_util_g_ctrl()
1766 control.id = id; in mm_camera_util_g_ctrl()
1767 control.value = (int32_t)value; in mm_camera_util_g_ctrl()
1768 rc = ioctl (fd, VIDIOC_G_CTRL, &control); in mm_camera_util_g_ctrl()
[all …]
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_sock.c124 char control[CMSG_SPACE(sizeof(int))]; in mm_camera_socket_sendmsg() local
147 msgh.msg_control = control; in mm_camera_socket_sendmsg()
148 msgh.msg_controllen = sizeof(control); in mm_camera_socket_sendmsg()
187 char control[CMSG_SPACE(sizeof(int))]; in mm_camera_socket_recvmsg() local
199 msgh.msg_control = control; in mm_camera_socket_recvmsg()
200 msgh.msg_controllen = sizeof(control); in mm_camera_socket_recvmsg()
Dmm_camera.c1682 struct v4l2_control control; in mm_camera_util_s_ctrl() local
1684 memset(&control, 0, sizeof(control)); in mm_camera_util_s_ctrl()
1685 control.id = id; in mm_camera_util_s_ctrl()
1687 control.value = *value; in mm_camera_util_s_ctrl()
1689 rc = ioctl(fd, VIDIOC_S_CTRL, &control); in mm_camera_util_s_ctrl()
1694 *value = control.value; in mm_camera_util_s_ctrl()
1716 struct v4l2_control control; in mm_camera_util_g_ctrl() local
1718 memset(&control, 0, sizeof(control)); in mm_camera_util_g_ctrl()
1719 control.id = id; in mm_camera_util_g_ctrl()
1721 control.value = *value; in mm_camera_util_g_ctrl()
[all …]
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
Dmm_camera_sock.c119 char control[CMSG_SPACE(sizeof(int))]; in mm_camera_socket_sendmsg() local
140 msgh.msg_control = control; in mm_camera_socket_sendmsg()
141 msgh.msg_controllen = sizeof(control); in mm_camera_socket_sendmsg()
179 char control[CMSG_SPACE(sizeof(int))]; in mm_camera_socket_recvmsg() local
191 msgh.msg_control = control; in mm_camera_socket_recvmsg()
192 msgh.msg_controllen = sizeof(control); in mm_camera_socket_recvmsg()
Dmm_camera.c1899 struct v4l2_control control; in mm_camera_util_s_ctrl() local
1901 memset(&control, 0, sizeof(control)); in mm_camera_util_s_ctrl()
1902 control.id = id; in mm_camera_util_s_ctrl()
1903 control.value = value; in mm_camera_util_s_ctrl()
1904 rc = ioctl (fd, VIDIOC_S_CTRL, &control); in mm_camera_util_s_ctrl()
1914 struct v4l2_control control; in mm_camera_util_g_ctrl() local
1916 memset(&control, 0, sizeof(control)); in mm_camera_util_g_ctrl()
1917 control.id = id; in mm_camera_util_g_ctrl()
1918 control.value = (int32_t)value; in mm_camera_util_g_ctrl()
1919 rc = ioctl (fd, VIDIOC_G_CTRL, &control); in mm_camera_util_g_ctrl()
[all …]
/device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_sock.c124 char control[CMSG_SPACE(sizeof(int))]; in mm_camera_socket_sendmsg() local
145 msgh.msg_control = control; in mm_camera_socket_sendmsg()
146 msgh.msg_controllen = sizeof(control); in mm_camera_socket_sendmsg()
185 char control[CMSG_SPACE(sizeof(int))]; in mm_camera_socket_recvmsg() local
197 msgh.msg_control = control; in mm_camera_socket_recvmsg()
198 msgh.msg_controllen = sizeof(control); in mm_camera_socket_recvmsg()
Dmm_camera.c1607 struct v4l2_control control; in mm_camera_util_s_ctrl() local
1609 memset(&control, 0, sizeof(control)); in mm_camera_util_s_ctrl()
1610 control.id = id; in mm_camera_util_s_ctrl()
1612 control.value = *value; in mm_camera_util_s_ctrl()
1614 rc = ioctl(fd, VIDIOC_S_CTRL, &control); in mm_camera_util_s_ctrl()
1619 *value = control.value; in mm_camera_util_s_ctrl()
1641 struct v4l2_control control; in mm_camera_util_g_ctrl() local
1643 memset(&control, 0, sizeof(control)); in mm_camera_util_g_ctrl()
1644 control.id = id; in mm_camera_util_g_ctrl()
1646 control.value = *value; in mm_camera_util_g_ctrl()
[all …]
/device/lge/mako/camera/mm-camera-interface/
Dmm_camera_sock.c119 char control[CMSG_SPACE(sizeof(int))]; in mm_camera_socket_sendmsg() local
140 msgh.msg_control = control; in mm_camera_socket_sendmsg()
141 msgh.msg_controllen = sizeof(control); in mm_camera_socket_sendmsg()
179 char control[CMSG_SPACE(sizeof(int))]; in mm_camera_socket_recvmsg() local
191 msgh.msg_control = control; in mm_camera_socket_recvmsg()
192 msgh.msg_controllen = sizeof(control); in mm_camera_socket_recvmsg()
Dmm_camera_stream.c251 struct v4l2_control control; in mm_camera_util_s_ctrl() local
253 memset(&control, 0, sizeof(control)); in mm_camera_util_s_ctrl()
254 control.id = id; in mm_camera_util_s_ctrl()
255 control.value = value; in mm_camera_util_s_ctrl()
256 rc = ioctl (fd, VIDIOC_S_CTRL, &control); in mm_camera_util_s_ctrl()
287 struct v4l2_control control; in mm_camera_util_g_ctrl() local
289 memset(&control, 0, sizeof(control)); in mm_camera_util_g_ctrl()
290 control.id = id; in mm_camera_util_g_ctrl()
291 control.value = (int32_t)value; in mm_camera_util_g_ctrl()
292 rc = ioctl (fd, VIDIOC_G_CTRL, &control); in mm_camera_util_g_ctrl()
[all …]
/device/generic/goldfish/gps/
Dgps_qemu.c589 int control[2]; member
601 write( s->control[0], &cmd, 1 ); in gps_state_done()
605 close( s->control[0] ); s->control[0] = -1; in gps_state_done()
606 close( s->control[1] ); s->control[1] = -1; in gps_state_done()
620 do { ret=write( s->control[0], &cmd, 1 ); } in gps_state_start()
635 do { ret=write( s->control[0], &cmd, 1 ); } in gps_state_stop()
685 int control_fd = state->control[1]; in gps_state_thread()
778 state->control[0] = -1; in gps_state_init()
779 state->control[1] = -1; in gps_state_init()
791 if ( socketpair( AF_LOCAL, SOCK_STREAM, 0, state->control ) < 0 ) { in gps_state_init()
/device/asus/fugu/
DNexus_Remote.kl16 # Key layout file for remote control
DSpike.kl16 # Key layout file for remote control
/device/htc/flounder/dumpstate/
DNOTICE29 other entities that control, are controlled by, or are under common
30 control with that entity. For the purposes of this definition,
31 "control" means (i) the power, direct or indirect, to cause the
69 communication on electronic mailing lists, source code control systems,
/device/lge/mako/dumpstate/
DNOTICE29 other entities that control, are controlled by, or are under common
30 control with that entity. For the purposes of this definition,
31 "control" means (i) the power, direct or indirect, to cause the
69 communication on electronic mailing lists, source code control systems,
/device/samsung/manta/dumpstate/
DNOTICE29 other entities that control, are controlled by, or are under common
30 control with that entity. For the purposes of this definition,
31 "control" means (i) the power, direct or indirect, to cause the
69 communication on electronic mailing lists, source code control systems,
/device/lge/hammerhead/bdAddrLoader/
DNOTICE29 other entities that control, are controlled by, or are under common
30 control with that entity. For the purposes of this definition,
31 "control" means (i) the power, direct or indirect, to cause the
69 communication on electronic mailing lists, source code control systems,
/device/asus/flo/charger_touch/
DNOTICE29 other entities that control, are controlled by, or are under common
30 control with that entity. For the purposes of this definition,
31 "control" means (i) the power, direct or indirect, to cause the
69 communication on electronic mailing lists, source code control systems,
/device/asus/deb/dumpstate/
DNOTICE29 other entities that control, are controlled by, or are under common
30 control with that entity. For the purposes of this definition,
31 "control" means (i) the power, direct or indirect, to cause the
69 communication on electronic mailing lists, source code control systems,
/device/asus/fugu/dumpstate/
DNOTICE29 other entities that control, are controlled by, or are under common
30 control with that entity. For the purposes of this definition,
31 "control" means (i) the power, direct or indirect, to cause the
69 communication on electronic mailing lists, source code control systems,
/device/lge/hammerhead/dumpstate/
DNOTICE29 other entities that control, are controlled by, or are under common
30 control with that entity. For the purposes of this definition,
31 "control" means (i) the power, direct or indirect, to cause the
69 communication on electronic mailing lists, source code control systems,

1234