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

1234567891011>>

/hardware/qcom/bt/msm8909/libbt-vendor/src/
H A Dhci_smd.c113 close(fd);
120 close(fd);
134 close(fd);
158 close(pFd[0]);
159 close(pFd[1]);
/hardware/qcom/bt/msm8992/libbt-vendor/src/
H A Dhci_smd.c112 close(fd);
119 close(fd);
133 close(fd);
157 close(pFd[0]);
158 close(pFd[1]);
/hardware/qcom/bt/msm8996/libbt-vendor/src/
H A Dhci_smd.c112 close(fd);
119 close(fd);
133 close(fd);
157 close(pFd[0]);
158 close(pFd[1]);
/hardware/libhardware_legacy/qemu_tracing/
H A Dqemu_tracing.c46 close(fd);
56 close(fd);
71 close(fd);
84 close(fd);
/hardware/qcom/audio/hal/audio_extn/
H A Ddsm_feedback.c58 goto close;
67 goto close;
73 goto close;
79 close:
80 /*close pcm if disable or error happend in opening*/
/hardware/qcom/bt/msm8960/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/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/src/
H A Daenc_svr.c128 close(aac_info->pipe_in);
129 close(aac_info->pipe_out);
181 close(aac_info->pipe_in);
182 close(aac_info->pipe_out);
192 close(aac_info->pipe_in);
193 close(aac_info->pipe_out);
197 DEBUG_DETAIL("%s: message thread close fds%d %d\n", aac_info->thread_name,
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/src/
H A Daenc_svr.c128 close(amr_info->pipe_in);
129 close(amr_info->pipe_out);
181 close(amr_info->pipe_in);
182 close(amr_info->pipe_out);
192 close(amr_info->pipe_in);
193 close(amr_info->pipe_out);
197 DEBUG_DETAIL("%s: message thread close fds%d %d\n", amr_info->thread_name,
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/src/
H A Daenc_svr.c128 close(evrc_info->pipe_in);
129 close(evrc_info->pipe_out);
181 close(evrc_info->pipe_in);
182 close(evrc_info->pipe_out);
192 close(evrc_info->pipe_in);
193 close(evrc_info->pipe_out);
197 DEBUG_DETAIL("%s: message thread close fds%d %d\n", evrc_info->thread_name,
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/src/
H A Daenc_svr.c129 close(qcelp13_info->pipe_in);
130 close(qcelp13_info->pipe_out);
183 close(qcelp13_info->pipe_in);
184 close(qcelp13_info->pipe_out);
194 close(qcelp13_info->pipe_in);
195 close(qcelp13_info->pipe_out);
199 DEBUG_DETAIL("%s: message thread close fds%d %d\n", qcelp13_info->thread_name,
/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...]
/hardware/qcom/display/msm8996/sdm/include/utils/
H A Dsys.h40 typedef int (*close)(int); typedef in class:sdm::Sys
52 static close close_;
/hardware/qcom/display/msm8084/libqdutils/
H A Didle_invalidator.cpp70 close(mTimeoutEventFd);
81 close(mTimeoutEventFd);
83 close(fd);
86 close(fd);
/hardware/qcom/display/msm8226/libqdutils/
H A Didle_invalidator.cpp70 close(mTimeoutEventFd);
81 close(mTimeoutEventFd);
83 close(fd);
86 close(fd);
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/inc/
H A Dvidc_color_converter.h45 void close();
/hardware/ril/rild/
H A Dradiooptions.c126 close(fd);
136 close(fd);
142 close(fd);
147 close(fd);
/hardware/akm/AK8975_FS/libsensors/
H A DSensorBase.cpp47 close(data_fd);
50 close(dev_fd);
64 close(dev_fd);
86 close(fd);
145 close(fd);
/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayRotator.cpp64 bool RotMem::close() { function in class:overlay::RotMem
67 if(mem.close() == false) {
84 ::close(mRelFence[i]);
102 ::close(mRelFence[mCurrIndex]);
166 ::close(mRotDevFd);
/hardware/bsp/intel/soc/common/bootctrl/
H A Dbootctrl.c55 close(fd);
69 close(fd);
76 close(fd);
102 close(fd);
116 close(fd);
123 close(fd);
156 close(fd);
170 close(fd);
181 close(fd);
187 close(f
[all...]
/hardware/qcom/display/msm8084/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/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/msm8909/liboverlay/
H A DoverlayRotator.cpp101 bool RotMem::close() { function in class:overlay::RotMem
104 if(mem.close() == false) {
121 ::close(mRelFence[i]);
139 ::close(mRelFence[mCurrIndex]);
152 ::close(mRelFence[prevIndex]);
217 ::close(mRotDevFd);
/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayRotator.cpp101 bool RotMem::close() { function in class:overlay::RotMem
104 if(mem.close() == false) {
121 ::close(mRelFence[i]);
139 ::close(mRelFence[mCurrIndex]);
152 ::close(mRelFence[prevIndex]);
217 ::close(mRotDevFd);
/hardware/libhardware/include/hardware/
H A Dnfc.h53 * 9) Core NCI stack calls close()
176 * (*close)() Closed the NFC controller. Should free all resources.
178 int (*close)(const struct nfc_nci_device *p_dev); member in struct:nfc_nci_device
197 * and close an NCI device
206 return dev->common.close(&dev->common);
293 return dev->common.close(&dev->common);
/hardware/libhardware/modules/vibrator/
H A Dvibrator.c40 close(fd);
71 close(fd);
110 vibradev->common.close = vibra_close;

Completed in 1483 milliseconds

1234567891011>>