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

12

/hardware/qcom/display/liboverlay/
H A DoverlayRotator.cpp33 bool RotMem::close() { function in class:overlay::RotMem
36 // skip current, and if valid, close
38 if(m[i].close() == false) {
H A DmdpRotator.cpp104 mem.close();
117 bool MdpRot::close() { function in class:overlay::MdpRot
126 if (!mFd.close()) {
130 if (!mMem.close()) {
191 // if the prev mem is valid, we need to close
195 // tearing when prev.close is called.
196 if(!mMem.prev().close()) {
H A DmdssRotator.cpp111 // if the prev mem is valid, we need to close
115 // tearing when prev.close is called.
116 if(!mMem.prev().close()) {
132 mem.close();
167 bool MdssRot::close() { function in class:overlay::MdssRot
171 ALOGE("MdssRot::close unsetOverlay failed, fd=%d sessId=%d",
177 if (!mFd.close()) {
181 if (!mMem.close()) {
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();
162 inline bool OvMem::close() function in class:overlay::OvMem
H A DoverlayCtrlData.h46 * close
53 /* dtor close */
57 /* close underlying mdp */
58 bool close();
104 /* calls close */
110 /* calls underlying mdp close */
111 bool close();
147 close();
150 inline bool Ctrl::close() { function in class:overlay::Ctrl
151 if(!mMdp.close())
206 inline bool Data::close() { function in class:overlay::Data
[all...]
H A DoverlayMdp.cpp60 bool MdpCtrl::close() { function in class:overlay::MdpCtrl
65 ALOGE("MdpCtrl close error in unset");
71 if(!mFd.close()) {
H A DoverlayImpl.h62 * To close just one pipe, use closePipe()
64 virtual bool close() = 0;
99 bool close() { return true; } function in class:overlay::NullPipe
137 virtual bool close();
188 //closePipe will close and delete.
279 if (!mPipe0->close()) {
280 ALOGE("%s: OverlayImpl failed to close pipe0", __FUNCTION__);
288 if (!mRotP0->close()) {
289 ALOGE("%s: OverlayImpl failed to close rot for pipe0", __FUNCTION__);
299 if (!mPipe1->close()) {
405 bool OverlayImpl<P0, P1, P2>::close() function in class:overlay::OverlayImpl
[all...]
/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/ril/mock-ril/src/java/com/android/internal/telephony/
H A DRilChannel.java67 public void close() { method in class:RilChannel
70 mChannel.close();
74 log("Could not close conection to mock-ril");
/hardware/qcom/display/liboverlay/pipes/
H A DoverlayUIMirrorPipe.h50 bool close();
66 inline UIMirrorPipe::~UIMirrorPipe() { close(); }
75 inline bool UIMirrorPipe::close() { return mUI.close(); } function in class:overlay::UIMirrorPipe
H A DoverlayVideoExtPipe.h50 bool close();
65 inline VideoExtPipe::~VideoExtPipe() { close(); }
70 inline bool VideoExtPipe::close() { return mVideoExt.close(); } function in class:overlay::VideoExtPipe
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.h48 /* CTRL/DATA close. Not owning rotator, will not close it */
49 bool close();
124 close();
152 // Pipes only have to worry about using rot, and not init or close.
158 bool GenericPipe<PANEL>::close() { function in class:overlay::GenericPipe
164 if(!mCtrlData.ctrl.close()) {
165 ALOGE("GenericPipe failed to close ctrl");
168 if (!mCtrlData.data.close()) {
169 ALOGE("GenericPipe failed to close dat
[all...]
/hardware/libhardware/include/hardware/
H A Dhardware.h192 int (*close)(struct hw_device_t* device); member in struct:hw_device_t
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/msm7k/libgralloc-qsd8k/
H A Dgralloc.cpp107 virtual int close(int fd) { function in class:PmemAllocatorDepsDeviceImpl
108 return ::close(fd);
129 virtual int close(int fd) { function in class:GpuContextDepsDeviceImpl
130 return ::close(fd);
/hardware/qcom/audio/alsa_sound/
H A DALSAStreamOps.cpp63 ALOGD("ALSAStreamOps::close() Ignore");
70 close();
398 void ALSAStreamOps::close() function in class:android_audio_legacy::ALSAStreamOps
400 ALOGD("close");
406 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();
H A DAudioStreamInALSA.cpp118 close();
482 status_t AudioStreamInALSA::close() function in class:android_audio_legacy::AudioStreamInALSA
486 ALOGD("close");
519 ALOGD("close");
524 ALSAStreamOps::close();
/hardware/qcom/media/mm-video/vidc/common/src/
H A Dvidc_color_converter.cpp104 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();
/hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
H A DDBAdapter.java96 public void close() method in class:DBAdapter
98 DBHelper.close();
99 Log.d(TAG," DatabaseHelper close");
/hardware/msm7k/libgralloc-qsd8k/tests/
H A Dpmemalloc_test.cpp63 virtual int close(int fd) { function in class:DepsStub
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
H A DMobiCoreDevice.cpp140 void MobiCoreDevice::close(Connection *connection) function in class:MobiCoreDevice
389 // Write MCP close message to buffer
421 * can close sessions from different TLCs. That is, deviceConnection is ignored below.
424 * close sessions not belonging to him.
/hardware/libhardware_legacy/audio/
H A DA2dpAudioInterface.cpp271 close();
272 ALOGV("A2dpAudioStreamOut destructor returning from close()");
470 status_t A2dpAudioInterface::A2dpAudioStreamOut::close() function in class:android_audio_legacy::A2dpAudioInterface::A2dpAudioStreamOut
473 ALOGV("A2dpAudioStreamOut::close() calling close_l()");

Completed in 222 milliseconds

12