Searched defs:close (Results 1 - 25 of 52) sorted by relevance

123

/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");
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayMem.h52 /* dtor DO NOT call close so it can be copied */
59 /* close fd. assign base address to invalid*/
60 bool close();
153 inline bool OvMem::close() function in class:overlay::OvMem
H A DoverlayMdp.cpp74 bool MdpCtrl::close() { function in class:overlay::MdpCtrl
78 ALOGE("MdpCtrl close error in unset");
89 if(!mFd.close()) {
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);
H A DoverlayRotator.h56 bool close() { return m.close(); } function in struct:overlay::RotMem::Mem
75 bool close();
137 bool close();
196 bool close();
/hardware/qcom/display/msm8974/liboverlay/
H A DoverlayMem.h52 /* dtor DO NOT call close so it can be copied */
59 /* close fd. assign base address to invalid*/
60 bool close();
154 inline bool OvMem::close() function in class:overlay::OvMem
H A DoverlayMdp.cpp64 bool MdpCtrl::close() { function in class:overlay::MdpCtrl
68 ALOGE("MdpCtrl close error in unset");
79 if(!mFd.close()) {
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);
H A DoverlayRotator.h56 bool close() { return m.close(); } function in struct:overlay::RotMem::Mem
75 bool close();
137 bool close();
194 bool close();
/hardware/qcom/display/msm8x26/liboverlay/
H A DoverlayMem.h52 /* dtor DO NOT call close so it can be copied */
59 /* close fd. assign base address to invalid*/
60 bool close();
153 inline bool OvMem::close() function in class:overlay::OvMem
H A DoverlayMdp.cpp74 bool MdpCtrl::close() { function in class:overlay::MdpCtrl
78 ALOGE("MdpCtrl close error in unset");
89 if(!mFd.close()) {
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);
H A DoverlayRotator.h56 bool close() { return m.close(); } function in struct:overlay::RotMem::Mem
75 bool close();
135 bool close();
191 bool close();
/hardware/libhardware/include/hardware/
H A Dhardware.h192 int (*close)(struct hw_device_t* device); member in struct:hw_device_t
/hardware/qcom/audio/legacy/alsa_sound/
H A DALSAStreamOps.cpp63 ALOGD("ALSAStreamOps::close() Ignore");
70 close();
348 void ALSAStreamOps::close() function in class:android_audio_legacy::ALSAStreamOps
350 ALOGD("close");
356 mParent->mALSADevice->close(mHandle);
H A DAudioStreamOutALSA.cpp62 close();
297 status_t AudioStreamOutALSA::close() function in class:android_audio_legacy::AudioStreamOutALSA
301 ALOGV("close");
330 ALSAStreamOps::close();
/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...]
H A DoverlayGenPipe.cpp42 close();
72 bool GenericPipe::close() { function in class:overlay::GenericPipe
75 if(!mCtrlData.ctrl.close()) {
76 ALOGE("GenericPipe failed to close ctrl");
79 if (!mCtrlData.data.close()) {
80 ALOGE("GenericPipe failed to close data");
/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...]
H A DoverlayGenPipe.cpp42 close();
72 bool GenericPipe::close() { function in class:overlay::GenericPipe
75 if(!mCtrlData.ctrl.close()) {
76 ALOGE("GenericPipe failed to close ctrl");
79 if (!mCtrlData.data.close()) {
80 ALOGE("GenericPipe failed to close data");
/hardware/qcom/media/mm-video-legacy/vidc/common/src/
H A Dvidc_color_converter.cpp105 void omx_c2d_conv::close() function in class:omx_c2d_conv
/hardware/qcom/media/mm-video-v4l2/vidc/common/src/
H A Dvidc_color_converter.cpp117 void omx_c2d_conv::close() function in class:omx_c2d_conv
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
H A DDevice.cpp91 void Device::close(void) function in class:Device
93 pMcKMod->close();

Completed in 8836 milliseconds

123