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

123

/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.cpp65 bool RotMem::close() { function in class:overlay::RotMem
68 // skip current, and if valid, close
70 if(m[i].close() == false) {
88 ::close(mRelFence[i]);
106 ::close(mRelFence[mCurrOffset]);
162 ::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/msm8996/sdm/include/utils/
H A Dsys.h40 typedef int (*close)(int); typedef in class:sdm::Sys
52 static close close_;
/hardware/intel/common/libva/va/x11/
H A Dva_dricommon.h90 void (*close)(VADriverContextP ctx); member in struct:dri_state
/hardware/libhardware/include/hardware/
H A Dhardware.h200 int (*close)(struct hw_device_t* device); member in struct:hw_device_t
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/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/msm8084/liboverlay/
H A DoverlayMem.h56 /* dtor DO NOT call close so it can be copied */
63 /* close fd. assign base address to invalid*/
64 bool close();
177 inline bool OvMem::close() function in class:overlay::OvMem
217 fbFd.close();
221 fbFd.close();
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);
H A DoverlayMdp.cpp69 bool MdpCtrl::close() { function in class:overlay::MdpCtrl
73 ALOGE("MdpCtrl close error in unset");
84 if(!mFd.close()) {
H A DoverlayMdp.h40 /* dtor close */
44 /* unset overlay, reset and close fd */
45 bool close();
142 bool close();
165 /* dtor close*/
171 /* close fd, and reset */
172 bool close();
206 close();
316 inline bool MdpCtrl3D::close() { function in class:overlay::MdpCtrl3D
320 ALOGE("MdpCtrl3D close faile
367 inline bool MdpData::close() { function in class:overlay::MdpData
[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/msm8226/liboverlay/
H A DoverlayMem.h53 /* dtor DO NOT call close so it can be copied */
60 /* close fd. assign base address to invalid*/
61 bool close();
163 inline bool OvMem::close() function in class:overlay::OvMem
H A DoverlayRotator.cpp65 bool RotMem::close() { function in class:overlay::RotMem
68 if(mem.close() == false) {
85 ::close(mRelFence[i]);
103 ::close(mRelFence[mCurrIndex]);
167 ::close(mRotDevFd);
/hardware/qcom/display/msm8909/liboverlay/
H A DoverlayMem.h53 /* dtor DO NOT call close so it can be copied */
60 /* close fd. assign base address to invalid*/
61 bool close();
163 inline bool OvMem::close() function in class:overlay::OvMem
/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/msm8994/liboverlay/
H A DoverlayMem.h53 /* dtor DO NOT call close so it can be copied */
60 /* close fd. assign base address to invalid*/
61 bool close();
163 inline bool OvMem::close() function in class:overlay::OvMem
/hardware/qcom/media/msm8974/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/msm8974/mm-video-v4l2/vidc/common/src/
H A Dvidc_color_converter.cpp113 void omx_c2d_conv::close() function in class:omx_c2d_conv
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/src/
H A Dvidc_color_converter.cpp113 void omx_c2d_conv::close() function in class:omx_c2d_conv
/hardware/libhardware/modules/usbcamera/
H A DCamera.cpp39 // Shim passed to the framework to close an opened device.
43 return cam->close();
106 mDevice.common.close = close_device;
160 int Camera::close() { function in class:usb_camera_hal::Camera

Completed in 9152 milliseconds

123