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

1234567891011>>

/hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/
H A DCKMod.cpp55 close();
89 void CKMod::close( function in class:CKMod
94 if (::close(fdKMod) != 0) {
95 LOG_ERRNO("close");
H A DCKMod.h71 void close(
/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/qcom/bt/libbt-vendor/src/
H A Duserial_vendor.c119 close(fd);
126 close(fd);
140 close(fd);
150 close(pFd[0]);
151 close(pFd[1]);
/hardware/libhardware_legacy/vibrator/
H A Dvibrator.c39 close(fd);
61 close(fd);
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayCtrlData.h46 * close
53 /* dtor close */
57 /* close underlying mdp */
58 bool close();
99 /* calls close */
103 /* calls underlying mdp close */
104 bool close();
138 close();
141 inline bool Ctrl::close() { function in class:overlay::Ctrl
142 if(!mMdp.close())
245 inline bool Data::close() { function in class:overlay::Data
[all...]
H A DoverlayRotator.cpp64 bool RotMem::close() { function in class:overlay::RotMem
67 // skip current, and if valid, close
69 if(m[i].close() == false) {
87 ::close(mRelFence[i]);
105 ::close(mRelFence[mCurrOffset]);
161 ::close(mRotDevFd);
/hardware/qcom/display/msm8974/liboverlay/
H A DoverlayCtrlData.h46 * close
53 /* dtor close */
57 /* close underlying mdp */
58 bool close();
100 /* calls close */
104 /* calls underlying mdp close */
105 bool close();
139 close();
142 inline bool Ctrl::close() { function in class:overlay::Ctrl
143 if(!mMdp.close())
250 inline bool Data::close() { function in class:overlay::Data
[all...]
H A DoverlayRotator.cpp64 bool RotMem::close() { function in class:overlay::RotMem
67 // skip current, and if valid, close
69 if(m[i].close() == false) {
87 ::close(mRelFence[i]);
105 ::close(mRelFence[mCurrOffset]);
161 ::close(mRotDevFd);
/hardware/qcom/display/msm8x26/liboverlay/
H A DoverlayCtrlData.h46 * close
53 /* dtor close */
57 /* close underlying mdp */
58 bool close();
99 /* calls close */
103 /* calls underlying mdp close */
104 bool close();
138 close();
141 inline bool Ctrl::close() { function in class:overlay::Ctrl
142 if(!mMdp.close())
245 inline bool Data::close() { function in class:overlay::Data
[all...]
H A DoverlayRotator.cpp64 bool RotMem::close() { function in class:overlay::RotMem
67 // skip current, and if valid, close
69 if(m[i].close() == false) {
87 ::close(mRelFence[i]);
105 ::close(mRelFence[mCurrOffset]);
161 ::close(mRotDevFd);
/hardware/invensense/60xx/libsensors/
H A DSensorBase.cpp46 close(data_fd);
49 close(dev_fd);
63 close(dev_fd);
120 close(fd);
/hardware/invensense/60xx/libsensors_iio/
H A DSensorBase.cpp45 close(data_fd);
48 close(dev_fd);
64 close(dev_fd);
121 close(fd);
H A DMPLSupport.cpp57 close(fd);
64 close(fd);
69 /* This one DOES NOT close FDs for you */
109 close(fd);
132 close(fd);
180 /* Check for errors from: fflush(), write(), and close() */
186 LOGE("HAL:ERR failed to write %d to %s (err=%d) print/close=%d/%d",
/hardware/qcom/media/mm-video-legacy/vidc/common/inc/
H A Dvidc_color_converter.h45 void close();
/hardware/qcom/media/mm-video-v4l2/vidc/common/inc/
H A Dvidc_color_converter.h47 void close();
/hardware/akm/AK8975_FS/libsensors/
H A DSensorBase.cpp46 close(data_fd);
49 close(dev_fd);
63 close(dev_fd);
85 close(fd);
144 close(fd);
/hardware/qcom/display/msm8960/liboverlay/pipes/
H A Doverlay3DPipe.h54 bool close();
84 bool close();
114 bool close();
144 bool close();
170 inline M3DExtPipe<CHAN>::~M3DExtPipe() { close(); }
181 inline bool M3DExtPipe<CHAN>::close() { function in class:overlay::M3DExtPipe
182 return mM3d.close();
239 inline M3DPrimaryPipe<CHAN>::~M3DPrimaryPipe() { close(); }
250 inline bool M3DPrimaryPipe<CHAN>::close() { function in class:overlay::M3DPrimaryPipe
251 return mM3d.close();
305 inline bool S3DExtPipe<CHAN>::close() { function in class:overlay::S3DExtPipe
371 inline bool S3DPrimaryPipe<CHAN>::close() { function in class:overlay::S3DPrimaryPipe
[all...]
/hardware/qcom/display/msm8974/liboverlay/pipes/
H A Doverlay3DPipe.h54 bool close();
84 bool close();
114 bool close();
144 bool close();
170 inline M3DExtPipe<CHAN>::~M3DExtPipe() { close(); }
181 inline bool M3DExtPipe<CHAN>::close() { function in class:overlay::M3DExtPipe
182 return mM3d.close();
239 inline M3DPrimaryPipe<CHAN>::~M3DPrimaryPipe() { close(); }
250 inline bool M3DPrimaryPipe<CHAN>::close() { function in class:overlay::M3DPrimaryPipe
251 return mM3d.close();
305 inline bool S3DExtPipe<CHAN>::close() { function in class:overlay::S3DExtPipe
371 inline bool S3DPrimaryPipe<CHAN>::close() { function in class:overlay::S3DPrimaryPipe
[all...]
H A DoverlayGenPipe.cpp42 close();
71 bool GenericPipe::close() { function in class:overlay::GenericPipe
74 if(!mCtrlData.ctrl.close()) {
75 ALOGE("GenericPipe failed to close ctrl");
78 if (!mCtrlData.data.close()) {
79 ALOGE("GenericPipe failed to close data");
/hardware/qcom/display/msm8x26/liboverlay/pipes/
H A Doverlay3DPipe.h54 bool close();
84 bool close();
114 bool close();
144 bool close();
170 inline M3DExtPipe<CHAN>::~M3DExtPipe() { close(); }
181 inline bool M3DExtPipe<CHAN>::close() { function in class:overlay::M3DExtPipe
182 return mM3d.close();
239 inline M3DPrimaryPipe<CHAN>::~M3DPrimaryPipe() { close(); }
250 inline bool M3DPrimaryPipe<CHAN>::close() { function in class:overlay::M3DPrimaryPipe
251 return mM3d.close();
305 inline bool S3DExtPipe<CHAN>::close() { function in class:overlay::S3DExtPipe
371 inline bool S3DPrimaryPipe<CHAN>::close() { function in class:overlay::S3DPrimaryPipe
[all...]
/hardware/libhardware/include/hardware/
H A Dnfc.h53 * 9) Core NCI stack calls close()
163 * (*close)() Closed the NFC controller. Should free all resources.
165 int (*close)(const struct nfc_nci_device *p_dev); member in struct:nfc_nci_device
184 * and close an NCI device
193 return dev->common.close(&dev->common);
268 return dev->common.close(&dev->common);
/hardware/invensense/65xx/libsensors_iio/
H A DSensorBase.cpp45 close(data_fd);
48 close(dev_fd);
64 close(dev_fd);
129 close(fd);
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
H A DDevice.h80 void close(

Completed in 534 milliseconds

1234567891011>>