/device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/ |
D | mm_qcamera_main_menu.c | 914 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/ |
D | mm_camera_sock.c | 124 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()
|
D | mm_camera.c | 1712 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/ |
D | mm_camera_sock.c | 124 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()
|
D | mm_camera.c | 1853 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/ |
D | mm_camera_sock.c | 119 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()
|
D | mm_camera.c | 1899 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/ |
D | mm_camera_sock.c | 124 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()
|
D | mm_camera.c | 1853 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/ |
D | gps_qemu.c | 587 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/ |
D | core_cmFunc.h | 77 __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/ |
D | audioserver.te | 1 # required for voice command remote control
|
/device/asus/fugu/ |
D | Nexus_Remote.kl | 16 # Key layout file for remote control
|
D | Spike.kl | 16 # Key layout file for remote control
|
/device/moto/shamu/dumpstate/ |
D | NOTICE | 29 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/ |
D | NOTICE | 29 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/ |
D | NOTICE | 29 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/ |
D | NOTICE | 28 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/ |
D | NOTICE | 29 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/ |
D | NOTICE | 29 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/ |
D | NOTICE | 29 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/ |
D | NOTICE | 29 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/ |
D | NOTICE | 29 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/ |
D | NOTICE | 29 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/ |
D | NOTICE | 29 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,
|