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

123

/hardware/intel/img/libdrm/tests/
H A Dgem_basic.c42 struct drm_gem_close close; local
45 printf("Testing error return on bad close ioctl.\n");
47 close.handle = 0x10101010;
48 ret = ioctl(fd, DRM_IOCTL_GEM_CLOSE, &close);
57 struct drm_gem_close close; local
67 close.handle = create.handle;
68 ret = ioctl(fd, DRM_IOCTL_GEM_CLOSE, &close);
84 close(fd);
/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/intel/img/libdrm/libdrm/nouveau/
H A Dnouveau_device.c34 nouveau_device_open_existing(struct nouveau_device **dev, int close, argument
55 nvdev->needs_close = 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.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/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.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();
194 bool 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
/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);
/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/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/media/mm-video-legacy/vidc/common/src/
H A Dvidc_color_converter.cpp105 void omx_c2d_conv::close() function in class:omx_c2d_conv

Completed in 733 milliseconds

123