/device/generic/goldfish/tnc/ |
D | main.cpp | 50 ::close(fd); in runClient() 58 ::close(fd); in runClient() 62 ::close(fd); in runClient() 76 ::close(fd); in runServer() 95 ::close(fd); in runServer() 99 ::close(fd); in runServer() 120 ::close(fd); in configureBridge() 131 ::close(fd); in configureBridge() 139 ::close(fd); in configureBridge() 150 ::close(fd); in configureBridge() [all …]
|
/device/linaro/hikey/wpan/uim/ |
D | uim.c | 308 close(fd); in st_uart_config() 312 close(fd); in st_uart_config() 323 close(fd); in st_uart_config() 326 close(fd); in st_uart_config() 333 close(fd); in st_uart_config() 339 close(fd); in st_uart_config() 342 close(fd); in st_uart_config() 359 close(dev_fd); in st_uart_config() 381 close(dev_fd); in st_uart_config() 387 close(dev_fd); in st_uart_config() [all …]
|
/device/linaro/dragonboard/qcom/rmtfs/ |
D | rproc.c | 43 close(base_fd); in rproc_init() 58 close(device_fd); in rproc_init() 79 close(rproc_fd); in rproc_init() 83 close(rproc_base_fd); in rproc_init() 84 close(device_fd); in rproc_init() 87 close(base_fd); in rproc_init() 94 close(rproc_state_fd); in rproc_init()
|
D | sharedmem.c | 77 close(fd); in rmtfs_mem_open_rfsa() 119 close(fd); in rmtfs_mem_open_rfsa() 147 close(fd); in rmtfs_mem_open_uio() 196 close(fd); in rmtfs_mem_open_uio() 235 close(fd); in rmtfs_mem_open_rfsa() 250 close(fd); in rmtfs_mem_open_rfsa() 255 close(fd); in rmtfs_mem_open_rfsa() 315 close(fd); in rmtfs_mem_open() 397 close(rmem->fd); in rmtfs_mem_close() 422 close(basefd); in rmtfs_mem_enumerate() [all …]
|
/device/google/cuttlefish/tools/play_audio/ |
D | client_socket.cpp | 59 close(); 66 close(); 71 ClientSocket::~ClientSocket() { close(); } in ~ClientSocket() 79 close(); in operator =() 108 void ClientSocket::close() { in close() function in ClientSocket 110 ::close(socket_fd_); in close()
|
D | sdl_wrapper.cpp | 33 close(); in operator =() 39 SDLAudioDevice::~SDLAudioDevice() { close(); } in ~SDLAudioDevice() 48 void SDLAudioDevice::close() { in close() function in SDLAudioDevice
|
/device/google/contexthub/util/common/ |
D | file.cpp | 37 close(); in ~File() 45 close(); in setTo() 68 void File::close() { in close() function in android::File 70 ::close(mFd); in close()
|
/device/generic/goldfish/wifi/createns/ |
D | createns.cpp | 44 ::close(mFd); in ~Fd() 177 ::close(STDIN_FILENO); in daemonize() 178 ::close(STDOUT_FILENO); in daemonize() 179 ::close(STDERR_FILENO); in daemonize() 204 ::close(fd); in daemonize() 207 ::close(fd); in daemonize()
|
/device/google/crosshatch/audio/ |
D | convert_config_string.py | 138 file.close() 150 file1.close() 189 fileo.close() 199 fileo.close() 209 fileo.close() 239 file.close() 277 fileo.close() 287 fileo.close() 297 fileo.close()
|
/device/google/bonito/audio/ |
D | convert_config_string.py | 138 file.close() 150 file1.close() 189 fileo.close() 199 fileo.close() 209 fileo.close() 239 file.close() 277 fileo.close() 287 fileo.close() 297 fileo.close()
|
/device/amlogic/yukawa/hal/gralloc/ |
D | gralloc_buffer_priv.cpp | 52 close(hnd->share_attr_fd); in gralloc_buffer_attr_allocate() 103 close(hnd->share_attr_fd); in gralloc_buffer_attr_allocate() 139 close(hnd->share_attr_fd); in gralloc_buffer_attr_free()
|
/device/linaro/hikey/gralloc960/ |
D | gralloc_buffer_priv.cpp | 52 close(hnd->share_attr_fd); in gralloc_buffer_attr_allocate() 103 close(hnd->share_attr_fd); in gralloc_buffer_attr_allocate() 139 close(hnd->share_attr_fd); in gralloc_buffer_attr_free()
|
/device/google/coral/json-c/ |
D | json_util.c | 80 close(fd); in json_object_from_file() 87 close(fd); in json_object_from_file() 119 close(fd); in json_object_to_file_ext() 127 close(fd); in json_object_to_file_ext() 137 close(fd); in json_object_to_file_ext()
|
/device/google/crosshatch/json-c/ |
D | json_util.c | 80 close(fd); in json_object_from_file() 87 close(fd); in json_object_from_file() 119 close(fd); in json_object_to_file_ext() 127 close(fd); in json_object_to_file_ext() 137 close(fd); in json_object_to_file_ext()
|
/device/google/bonito/json-c/ |
D | json_util.c | 80 close(fd); in json_object_from_file() 87 close(fd); in json_object_from_file() 119 close(fd); in json_object_to_file_ext() 127 close(fd); in json_object_to_file_ext() 137 close(fd); in json_object_to_file_ext()
|
/device/generic/goldfish-opengl/android-emu/android/utils/ |
D | debug.c | 123 close(null_fd); in stdio_disable() 155 close(null_fd); in stdio_disable() 169 close(stdio_save_out_fd); in stdio_enable() 170 close(stdio_save_err_fd); in stdio_enable()
|
/device/linaro/dragonboard/qcom/tqftpserv/ |
D | translate.c | 108 close(firmware_fd); in translate_readonly() 134 close(class_fd); in translate_readonly() 165 close(base); in translate_readwrite()
|
/device/google/cuttlefish/guest/hals/camera/ |
D | EmulatedCameraHotplugThread.cpp | 81 if (close(mInotifyFd) == -1) { in requestExit() 126 close(mInotifyFd); in readyToRun() 199 close(mInotifyFd); in threadLoop() 229 close(fd); in createFileIfNotExists() 340 close(fd); in readFile()
|
/device/linaro/hikey/bluetooth/ |
D | bluetooth_hci.h | 41 mHci->close(); in serviceDied() 54 Return<void> close() override;
|
/device/generic/goldfish/camera/ |
D | EmulatedCameraHotplugThread.cpp | 83 if (close(mInotifyFd) == -1) { in requestExit() 124 close(mInotifyFd); in readyToRun() 204 close(mInotifyFd); in threadLoop() 329 close(fd); in readFile()
|
/device/linaro/hikey/hifi/xaf/host-apf/proxy/ |
D | xf-fio.c | 186 close(ipc->pipe[0]), close(ipc->pipe[1]); in xf_ipc_close() 189 close(ipc->fd); in xf_ipc_close()
|
/device/google/contexthub/contexthubhal/ |
D | nanohubhal.cpp | 122 close(pfd->fd); in init_inotify() 308 close(mFd); in runDeviceRx() 334 close(mFd); in openHub() 367 ::close(mThreadClosingPipe[0]); in closeHub() 368 ::close(mThreadClosingPipe[1]); in closeHub() 369 ::close(mFd); in closeHub()
|
/device/linaro/hikey/hifi/xaf/host-apf/include/sys/fio/ |
D | xf-ipc.h | 108 (close((ipc)->pipe[0]), close((ipc)->pipe[1]))
|
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/ |
D | TcpStream.cpp | 49 close(s); in _socket_loopback_server() 55 close(s); in _socket_loopback_server()
|
/device/linaro/dragonboard/qcom/qrtr/src/ |
D | addr.c | 40 close(sock); in qrtr_set_address() 76 close(sock); in qrtr_set_address()
|