Home
last modified time | relevance | path

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

12

/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/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.c1712 struct v4l2_control control; in mm_camera_util_s_ctrl() local
1714 memset(&control, 0, sizeof(control)); in mm_camera_util_s_ctrl()
1715 control.id = id; in mm_camera_util_s_ctrl()
1717 control.value = *value; in mm_camera_util_s_ctrl()
1719 rc = ioctl(fd, VIDIOC_S_CTRL, &control); in mm_camera_util_s_ctrl()
1724 *value = control.value; in mm_camera_util_s_ctrl()
1746 struct v4l2_control control; in mm_camera_util_g_ctrl() local
1748 memset(&control, 0, sizeof(control)); in mm_camera_util_g_ctrl()
1749 control.id = id; in mm_camera_util_g_ctrl()
1751 control.value = *value; in mm_camera_util_g_ctrl()
[all …]
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_sock.c124 char control[CMSG_SPACE(sizeof(int))]; in mm_camera_socket_sendmsg() local
146 msgh.msg_control = control; in mm_camera_socket_sendmsg()
147 msgh.msg_controllen = sizeof(control); in mm_camera_socket_sendmsg()
186 char control[CMSG_SPACE(sizeof(int))]; in mm_camera_socket_recvmsg() local
198 msgh.msg_control = control; in mm_camera_socket_recvmsg()
199 msgh.msg_controllen = sizeof(control); in mm_camera_socket_recvmsg()
Dmm_camera.c1853 struct v4l2_control control; in mm_camera_util_s_ctrl() local
1855 memset(&control, 0, sizeof(control)); in mm_camera_util_s_ctrl()
1856 control.id = id; in mm_camera_util_s_ctrl()
1858 control.value = *value; in mm_camera_util_s_ctrl()
1860 rc = ioctl(fd, VIDIOC_S_CTRL, &control); in mm_camera_util_s_ctrl()
1865 *value = control.value; in mm_camera_util_s_ctrl()
1887 struct v4l2_control control; in mm_camera_util_g_ctrl() local
1889 memset(&control, 0, sizeof(control)); in mm_camera_util_g_ctrl()
1890 control.id = id; in mm_camera_util_g_ctrl()
1892 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/bullhead/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera_sock.c124 char control[CMSG_SPACE(sizeof(int))]; in mm_camera_socket_sendmsg() local
146 msgh.msg_control = control; in mm_camera_socket_sendmsg()
147 msgh.msg_controllen = sizeof(control); in mm_camera_socket_sendmsg()
186 char control[CMSG_SPACE(sizeof(int))]; in mm_camera_socket_recvmsg() local
198 msgh.msg_control = control; in mm_camera_socket_recvmsg()
199 msgh.msg_controllen = sizeof(control); in mm_camera_socket_recvmsg()
Dmm_camera.c1853 struct v4l2_control control; in mm_camera_util_s_ctrl() local
1855 memset(&control, 0, sizeof(control)); in mm_camera_util_s_ctrl()
1856 control.id = id; in mm_camera_util_s_ctrl()
1858 control.value = *value; in mm_camera_util_s_ctrl()
1860 rc = ioctl(fd, VIDIOC_S_CTRL, &control); in mm_camera_util_s_ctrl()
1865 *value = control.value; in mm_camera_util_s_ctrl()
1887 struct v4l2_control control; in mm_camera_util_g_ctrl() local
1889 memset(&control, 0, sizeof(control)); in mm_camera_util_g_ctrl()
1890 control.id = id; in mm_camera_util_g_ctrl()
1892 control.value = *value; in mm_camera_util_g_ctrl()
[all …]
/device/generic/goldfish/gps/
Dgps_qemu.c587 int control[2]; member
599 write( s->control[0], &cmd, 1 ); in gps_state_done()
603 close( s->control[0] ); s->control[0] = -1; in gps_state_done()
604 close( s->control[1] ); s->control[1] = -1; in gps_state_done()
618 do { ret=write( s->control[0], &cmd, 1 ); } in gps_state_start()
633 do { ret=write( s->control[0], &cmd, 1 ); } in gps_state_stop()
683 int control_fd = state->control[1]; in gps_state_thread()
776 state->control[0] = -1; in gps_state_init()
777 state->control[1] = -1; in gps_state_init()
789 if ( socketpair( AF_LOCAL, SOCK_STREAM, 0, state->control ) < 0 ) { in gps_state_init()
/device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/
Dcore_cmFunc.h77 __STATIC_INLINE void __set_CONTROL(uint32_t control) in __set_CONTROL() argument
80 __regControl = control; in __set_CONTROL()
355 __attribute__( ( always_inline ) ) __STATIC_INLINE void __set_CONTROL(uint32_t control) in __set_CONTROL() argument
357 __ASM volatile ("MSR control, %0" : : "r" (control) : "memory"); in __set_CONTROL()
/device/asus/fugu/sepolicy/
Daudioserver.te1 # required for voice command remote control
/device/asus/fugu/
DNexus_Remote.kl16 # Key layout file for remote control
DSpike.kl16 # Key layout file for remote control
/device/moto/shamu/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/huawei/angler/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/google/contexthub/util/
DNOTICE28 other entities that control, are controlled by, or are under common
29 control with that entity. For the purposes of this definition,
30 "control" means (i) the power, direct or indirect, to cause the
68 communication on electronic mailing lists, source code control systems,
/device/lge/bullhead/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/google/dragon/DragonKeyboard/
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/moto/shamu/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/htc/flounder/VolantisKeyboard/
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/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/bullhead/liblight/
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/generic/goldfish/audio/
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,

12