/device/linaro/hikey/wpan/uim/ |
D | uim.c | 294 close(fd); in st_uart_config() 298 close(fd); in st_uart_config() 309 close(fd); in st_uart_config() 312 close(fd); in st_uart_config() 319 close(fd); in st_uart_config() 325 close(fd); in st_uart_config() 328 close(fd); in st_uart_config() 345 close(dev_fd); in st_uart_config() 367 close(dev_fd); in st_uart_config() 373 close(dev_fd); in st_uart_config() [all …]
|
/device/htc/flounder/sensor_hub/libsensors/ |
D | SensorBase.cpp | 48 close(data_fd); in ~SensorBase() 51 close(dev_fd); in ~SensorBase() 65 close(dev_fd); in close_device() 87 close(fd); in write_sys_attribute()
|
/device/google/contexthub/util/common/ |
D | file.cpp | 40 close(); in ~File() 48 close(); in setTo() 71 void File::close() { in close() function in android::File 73 ::close(mFd); in close()
|
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_socket.c | 579 close(sock_fd); in tunning_server_socket_listen() 587 close(sock_fd); in tunning_server_socket_listen() 595 close(sock_fd); in tunning_server_socket_listen() 691 close(server_socket); in eztune_proc() 697 close(client_socket); in eztune_proc() 728 close(client_socket); in eztune_proc() 742 close(client_socket); in eztune_proc() 793 close(prev_client_socket); in eztune_proc() 821 close(prev_client_socket); in eztune_proc() 835 close(prev_client_socket); in eztune_proc() [all …]
|
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_socket.c | 580 close(sock_fd); in tunning_server_socket_listen() 588 close(sock_fd); in tunning_server_socket_listen() 596 close(sock_fd); in tunning_server_socket_listen() 692 close(server_socket); in eztune_proc() 698 close(client_socket); in eztune_proc() 729 close(client_socket); in eztune_proc() 743 close(client_socket); in eztune_proc() 794 close(prev_client_socket); in eztune_proc() 822 close(prev_client_socket); in eztune_proc() 836 close(prev_client_socket); in eztune_proc() [all …]
|
/device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/ |
D | mm_qcamera_socket.c | 580 close(sock_fd); in tunning_server_socket_listen() 588 close(sock_fd); in tunning_server_socket_listen() 596 close(sock_fd); in tunning_server_socket_listen() 692 close(server_socket); in eztune_proc() 698 close(client_socket); in eztune_proc() 729 close(client_socket); in eztune_proc() 743 close(client_socket); in eztune_proc() 794 close(prev_client_socket); in eztune_proc() 822 close(prev_client_socket); in eztune_proc() 836 close(prev_client_socket); in eztune_proc() [all …]
|
/device/google/contexthub/contexthubhal/ |
D | nanohubhal.cpp | 132 close(pfd->fd); in init_inotify() 274 close(mFd); in doRun() 304 close(mThreadClosingPipe[0]); in openHub() 305 close(mThreadClosingPipe[1]); in openHub() 308 close(mFd); in openHub() 325 ::close(mThreadClosingPipe[0]); in closeHub() 326 ::close(mThreadClosingPipe[1]); in closeHub()
|
/device/asus/fugu/recovery/ |
D | recovery_updater.cpp | 69 close(fd); in force_rw() 73 close(fd); in force_rw() 209 close(boot_fd); in write_umip_emmc() 222 close(boot_fd); in write_umip_emmc() 257 close(boot_fd); in readbyte_umip_emmc() 265 close(boot_fd); in readbyte_umip_emmc()
|
/device/generic/goldfish/camera/ |
D | EmulatedCameraHotplugThread.cpp | 90 if (close(mInotifyFd) == -1) { in requestExit() 135 close(mInotifyFd); in readyToRun() 215 close(mInotifyFd); in threadLoop() 246 close(fd); in createFileIfNotExists() 367 close(fd); in readFile()
|
D | EmulatedCamera3.cpp | 49 common.close = EmulatedCamera3::close; in EmulatedCamera3() 235 int EmulatedCamera3::close(struct hw_device_t* device) { in close() function in android::EmulatedCamera3
|
/device/generic/goldfish/lights/ |
D | lights_qemu.c | 92 close( fd ); in set_light_backlight() 96 close( fd ); in set_light_backlight() 191 dev->common.close = (int (*)(struct hw_device_t*))close_lights; in open_lights()
|
/device/huawei/angler/liblight/ |
D | lights.c | 106 close(fd); in write_int() 128 close(fd); in write_on_off() 179 close(fd); in set_light_backlight() 360 dev->common.close = (int (*)(struct hw_device_t*))close_lights; in open_lights()
|
/device/google/dragon/crash_collector/ |
D | crash_dispatcher.cc | 66 if (close(pipe_fds[1]) != 0 && errno != EINTR) { in main() 79 if (close(pipe_fds[0]) != 0 && errno != EINTR) { in main()
|
/device/google/dragon/recovery/updater/ |
D | flash_mtd.c | 71 close(dev->fd); in mtd_open() 83 close(dev->fd); in mtd_close() 192 .close = mtd_close,
|
D | flash_file.cpp | 87 close(dev->fd); in file_open() 100 close(dev->fd); in file_close() 181 .close = file_close,
|
/device/huawei/angler/vr/ |
D | vr.c | 68 close(fd); in write_string() 73 close(fd); in write_string()
|
/device/linaro/hikey/gralloc/ |
D | alloc_device.cpp | 142 close(shared_fd); in gralloc_alloc_buffer() 160 close(shared_fd); in gralloc_alloc_buffer() 521 close(hnd->fd); in alloc_device_free() 561 close(hnd->share_fd); in alloc_device_free() 594 close(m->ion_client); in alloc_device_close() 636 dev->common.close = alloc_device_close; in alloc_device_open()
|
/device/lge/bullhead/liblight/ |
D | lights.c | 69 close(fd); in write_int() 90 close(fd); in write_on_off() 239 dev->common.close = (int (*)(struct hw_device_t*))close_lights; in open_lights()
|
/device/google/dragon/lights/ |
D | lights.c | 109 close(fd); in write_brightness() 144 close(fd); in read_max_brightness() 216 lights->base.common.close = close_lights; in open_lights()
|
/device/google/contexthub/sensorhal/ |
D | sensors.cpp | 41 device.common.close = CloseWrapper; in SensorContext() 52 int SensorContext::close() { in close() function in SensorContext 148 return reinterpret_cast<SensorContext *>(dev)->close(); in CloseWrapper()
|
/device/google/dragon/audio/hal/dsp/tests/ |
D | raw.c | 41 close(fd); in read_raw() 90 close(fd); in write_raw()
|
/device/asus/fugu/libaudio/ |
D | AudioHotplugThread.cpp | 136 ::close(mShutdownEventFD); in ~AudioHotplugThread() 190 close(fd); in s_get_alsa_card_name() 247 close(alsaFD); in getDeviceInfo() 388 close(inotifyFD); in threadLoop()
|
/device/moto/shamu/camera/QCamera2/util/ |
D | QCameraFlash.cpp | 94 close(m_flashFds[pos]); in ~QCameraFlash() 187 close(m_flashFds[camera_id]); in initFlash() 279 close(m_flashFds[camera_id]); in deinitFlash()
|
/device/generic/goldfish/libqemu/ |
D | test_util.c | 66 close(fd); in pipe_openSocket() 134 close(pipe->socket); in pipe_close()
|
/device/huawei/angler/camera/QCamera2/util/ |
D | QCameraFlash.cpp | 94 close(m_flashFds[pos]); in ~QCameraFlash() 192 close(m_flashFds[camera_id]); in initFlash() 294 close(m_flashFds[camera_id]); in deinitFlash()
|