Searched refs:close (Results 1 - 25 of 156) sorted by relevance

1234567

/hardware/libhardware_legacy/qemu_tracing/
H A Dqemu_tracing.c46 close(fd);
56 close(fd);
71 close(fd);
84 close(fd);
/hardware/ril/rild/
H A Dradiooptions.c101 close(fd);
111 close(fd);
117 close(fd);
122 close(fd);
/hardware/libhardware_legacy/vibrator/
H A Dvibrator.c39 close(fd);
61 close(fd);
/hardware/invensense/libsensors/
H A DSensorBase.cpp46 close(data_fd);
49 close(dev_fd);
63 close(dev_fd);
120 close(fd);
/hardware/msm7k/dspcrashd/
H A Ddspcrashd.c119 close(fd);
125 close(fd);
146 close(fd);
/hardware/ril/mock-ril/src/java/com/android/internal/telephony/
H A DRilChannel.java67 public void close() { method in class:RilChannel
70 mChannel.close();
74 log("Could not close conection to mock-ril");
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/
H A Dos_trans.c55 close(socket_id); //close socket
79 close((SOCKET)sock);
115 close((SOCKET) socket_id);
/hardware/ti/wpan/ti_st/uim-sysfs/
H A Duim.c57 close(dev_fd);
373 close(fd);
377 close(fd);
388 close(fd);
391 close(fd);
398 close(fd);
404 close(fd);
407 close(fd);
604 close(fd);
800 close(st_f
[all...]
/hardware/libhardware/include/hardware/
H A Dlocal_time_hal.h111 return device->common.close(&device->common);
H A Dnfc.h93 return dev->common.close(&dev->common);
H A Dqemud.h89 close(fd);
97 close(fd);
H A Dfb.h158 return device->common.close(&device->common);
H A Dhardware.h184 int (*close)(struct hw_device_t* device); member in struct:hw_device_t
/hardware/libhardware/modules/nfc/
H A Dnfc_hw_example.c39 dev->common.close = pn544_close;
/hardware/msm7k/libgralloc-qsd8k/
H A Dgralloc.cpp107 virtual int close(int fd) { function in class:PmemAllocatorDepsDeviceImpl
108 return ::close(fd);
129 virtual int close(int fd) { function in class:GpuContextDepsDeviceImpl
130 return ::close(fd);
H A Dpmemalloc.h80 virtual int close(int fd) = 0;
141 virtual int close(int fd) = 0;
H A Dgpu.h44 virtual int close(int fd) = 0;
/hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
H A Duim.c443 close(dev_fd);
465 close(dev_fd);
471 close(dev_fd);
480 close(dev_fd);
502 close(dev_fd);
508 close(dev_fd);
525 close(dev_fd);
535 close(dev_fd);
626 close(fd);
932 close(st_f
[all...]
/hardware/libhardware_legacy/qemu/
H A Dqemu.c112 close(fd);
120 close(fd);
148 close(fd);
316 close(fd);
399 close(fd);
/hardware/libhardware_legacy/wifi/
H A Dwifi.c314 close(destfd);
317 close(destfd);
358 close(srcfd);
390 close(destfd);
429 close(srcfd);
437 close(srcfd);
438 close(destfd);
445 close(destfd);
446 close(srcfd);
806 close(exit_socket
[all...]
/hardware/ti/omap4xxx/libtiutils/
H A DMessageQueue.cpp79 close(this->fd_read);
84 close(this->fd_write);
169 close(this->fd_read);
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
H A Domx_proxy_videodec_secure.c81 ret = close(pComponentPrivate->secure_misc_drv_fd);
84 DOMX_ERROR("Can't close the driver");
139 ret = close(secure_misc_drv_fd);
142 DOMX_ERROR("Can't close the driver");
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
H A DG729DecTest.c628 close(IpBuf_Pipe[0]);
629 close(IpBuf_Pipe[1]);
630 close(OpBuf_Pipe[0]);
631 close(OpBuf_Pipe[1]);
972 close(IpBuf_Pipe[0]);
973 close(IpBuf_Pipe[1]);
974 close(OpBuf_Pipe[0]);
975 close(OpBuf_Pipe[1]);
1296 close(IpBuf_Pipe[0]);
1297 close(IpBuf_Pip
[all...]
/hardware/msm7k/librpc/
H A Dops.c25 if(close(handle) < 0) E("error: %s\n", strerror(errno));
/hardware/ti/wlan/mac80211/ti-utils/
H A Dnvs.c211 close(s);
215 close(s);
267 close(curr_nvs);
275 close(curr_nvs);
564 close(new_nvs);
644 close(new_nvs);
677 close(new_nvs);
715 close(new_nvs);
785 close(new_nvs);
832 close(new_nv
[all...]

Completed in 872 milliseconds

1234567