/device/asus/flo/conn_init/ |
D | wfc_util_fctrl.c | 55 static void wfc_util_finsert_new_string(int fd, char **ppReadedBuff, char *pNewStringValue, char *p… in wfc_util_finsert_new_string() 132 static void wfc_util_fupdate_string(int fd, char **ppReadedBuff, in wfc_util_fupdate_string() 204 int fd; in wfc_util_fset_buffer() local 266 int fd; in wfc_util_fget_buffer() local 345 int fd; in wfc_util_fset_string() local 471 int fd; in wfc_util_fget_string() local
|
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/ |
D | mm_camera_sock.c | 94 void mm_camera_socket_close(int fd) in mm_camera_socket_close() 111 int fd, in mm_camera_socket_sendmsg() 171 int fd, in mm_camera_socket_recvmsg()
|
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_sock.c | 98 void mm_camera_socket_close(int fd) in mm_camera_socket_close() 116 int fd, in mm_camera_socket_sendmsg() 177 int fd, in mm_camera_socket_recvmsg()
|
/device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_sock.c | 98 void mm_camera_socket_close(int fd) in mm_camera_socket_close() 116 int fd, in mm_camera_socket_sendmsg() 177 int fd, in mm_camera_socket_recvmsg()
|
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/ |
D | mm_camera_sock.c | 98 void mm_camera_socket_close(int fd) in mm_camera_socket_close() 116 int fd, in mm_camera_socket_sendmsg() 179 int fd, in mm_camera_socket_recvmsg()
|
/device/generic/goldfish/qemud/ |
D | qemud.c | 209 fd_read(int fd, void* to, int len) in fd_read() 221 fd_write(int fd, const void* from, int len) in fd_write() 233 fd_setnonblock(int fd) in fd_setnonblock() 258 fd_accept(int fd) in fd_accept() 324 int fd; member 370 looper_find( Looper* l, int fd ) in looper_find() 409 looper_add( Looper* l, int fd, EventFunc func, void* user ) in looper_add() 438 looper_del( Looper* l, int fd ) in looper_del() 457 looper_enable( Looper* l, int fd, int events ) in looper_enable() 482 looper_disable( Looper* l, int fd, int events ) in looper_disable() [all …]
|
/device/htc/flounder/sensor_hub/libsensors/ |
D | CwMcuSensor.cpp | 73 int fd; in sysfs_set_input_attr() local 148 int fd = open(filename, O_RDONLY); in find_type_by_name() local 179 int fd; in sync_time_thread_in_class() local 430 int fd; in CwMcuSensor() local 766 int fd; in setEnable() local 844 int fd; in batch() local 954 int fd; in flush() local 998 int fd; in setDelay() local
|
D | InputEventReader.cpp | 47 ssize_t InputEventCircularReader::fill(int fd) in fill()
|
/device/lge/hammerhead/libsensors/ |
D | LightSensor.cpp | 54 int fd; in setDelay() local 88 int fd = open(sysfs, O_RDWR); in enable() local
|
D | ProximitySensor.cpp | 69 int fd = open(sysfs, O_RDWR); in enable() local
|
/device/asus/flo/charger_touch/ |
D | charger_touch.c | 37 int fd = open(path, O_RDONLY, 0); in read_path() local 51 int fd = open(TOUCH_PATH, O_RDWR, 0); in write_path() local
|
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/inc/ |
D | mm_qcamera_socket.h | 53 #define __FD_SET(fd, fdsetp) \ argument 57 #define __FD_CLR(fd, fdsetp) \ argument 61 #define __FD_ISSET(fd, fdsetp) \ argument
|
/device/generic/goldfish/sensors/ |
D | sensors_qemu.c | 134 int fd; member 184 int fd = sensor_device_get_fd_locked(dev); in sensor_device_send_command_locked() local 240 int fd = sensor_device_get_fd_locked(dev); in sensor_device_poll_event_locked() local 594 int fd = qemud_channel_open(SENSORS_SERVICE_NAME); in sensors__get_sensors_list() local
|
/device/asus/fugu/power/ |
D | power.c | 46 int fd = open(path, O_WRONLY); in sysfs_write() local 69 int fd = open(path, O_RDONLY); in sysfs_read() local
|
/device/huawei/angler/power/ |
D | utils.c | 107 int fd = open(path, O_RDONLY); in sysfs_read() local 135 int fd = open(path, O_WRONLY); in sysfs_write() local
|
/device/lge/bullhead/power/ |
D | utils.c | 107 int fd = open(path, O_RDONLY); in sysfs_read() local 135 int fd = open(path, O_WRONLY); in sysfs_write() local
|
/device/htc/flounder/health/ |
D | healthd-flounder.cpp | 57 int fd = open(path, O_RDONLY, 0); in read_sysfs() local 80 int fd = open(path, O_WRONLY); in write_sysfs() local
|
/device/lge/hammerhead/liblight/ |
D | lights.c | 61 int fd; in write_int() local 82 int fd; in write_on_off() local
|
/device/lge/bullhead/liblight/ |
D | lights.c | 61 int fd; in write_int() local 82 int fd; in write_on_off() local
|
/device/generic/goldfish/camera/ |
D | EmulatedCameraHotplugThread.cpp | 230 int fd = TEMP_FAILURE_RETRY( in createFileIfNotExists() local 340 int fd = TEMP_FAILURE_RETRY( in readFile() local
|
D | EmulatedCamera3.cpp | 159 void EmulatedCamera3::dump(int fd) { in dump() 225 void EmulatedCamera3::dump(const camera3_device_t *d, int fd) { in dump()
|
/device/asus/fugu/dumpstate/ |
D | dumpstate.c | 47 int fd = open(path, O_RDONLY | O_CLOEXEC | O_NOFOLLOW); in fugu_dump_base64() local
|
/device/generic/goldfish/audio/ |
D | audio_hw.c | 48 int fd; member 102 static int out_dump(const struct audio_stream *stream, int fd) in out_dump() 258 static int in_dump(const struct audio_stream *stream, int fd) in in_dump() 596 static int adev_dump(const audio_hw_device_t *dev, int fd) in adev_dump() 639 int fd; in adev_open() local
|
/device/huawei/angler/liblight/ |
D | lights.c | 90 int fd; in write_int() local 112 int fd; in write_on_off() local
|
/device/moto/shamu/camera/mm-image-codec/qomx_core/ |
D | QOMX_JpegExtensions.h | 114 OMX_U32 fd; member 215 int fd; member 282 int fd; member
|