Searched defs:open (Results 1 - 24 of 24) sorted by last modified time

/hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
H A DDBAdapter.java88 public DBAdapter open() throws SQLException method in class:DBAdapter
91 Log.d(TAG," DatabaseHelper open");
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
H A DDevice.cpp84 bool Device::open(const char *deviceName) function in class:Device
86 return pMcKMod->open(deviceName);
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
H A DMobiCoreDevice.cpp124 bool MobiCoreDevice::open(Connection *connection) function in class:MobiCoreDevice
145 // 2. Decide what to do with open Trustlet sessions
270 // Write MCP open message to buffer
560 // Write MCP open message to buffer
/hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/
H A DCKMod.cpp67 mcResult_t CKMod::open(const char *deviceName) function in class:CKMod
70 LOG_W("already open");
76 // open return -1 on error, "errno" is set with details
77 int openRet = ::open(deviceName, O_RDWR);
79 LOG_ERRNO("open");
100 LOG_W(" Kernel module device not open");
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayMem.h56 bool open(uint32_t numbufs,
116 inline bool OvMem::open(uint32_t numbufs, function in class:overlay::OvMem
H A DoverlayUtils.h35 #include <fcntl.h> // open, O_RDWR, etc
89 /* helper function to open by using fbnum */
90 bool open(OvFD& fd, uint32_t fbnum, const char* const dev,
219 * Usually, you want to open the rotator to make sure it is
696 return overlay::open(fd, fbnum, devpath, flags);
759 bool open(const char* const dev,
792 inline bool open(OvFD& fd, uint32_t fbnum, const char* const dev, int flags) function in namespace:overlay
796 return fd.open(dev_name, flags);
807 inline bool OvFD::open(const char* const dev, int flags) function in class:overlay::OvFD
809 mFD = ::open(de
[all...]
/hardware/qcom/display/msm8974/liboverlay/
H A DoverlayMem.h56 bool open(uint32_t numbufs,
116 inline bool OvMem::open(uint32_t numbufs, function in class:overlay::OvMem
H A DoverlayUtils.h35 #include <fcntl.h> // open, O_RDWR, etc
88 /* helper function to open by using fbnum */
89 bool open(OvFD& fd, uint32_t fbnum, const char* const dev,
219 * Usually, you want to open the rotator to make sure it is
674 return overlay::open(fd, fbnum, devpath, flags);
737 bool open(const char* const dev,
770 inline bool open(OvFD& fd, uint32_t fbnum, const char* const dev, int flags) function in namespace:overlay
774 return fd.open(dev_name, flags);
785 inline bool OvFD::open(const char* const dev, int flags) function in class:overlay::OvFD
787 mFD = ::open(de
[all...]
/hardware/qcom/display/msm8x26/liboverlay/
H A DoverlayMem.h56 bool open(uint32_t numbufs,
116 inline bool OvMem::open(uint32_t numbufs, function in class:overlay::OvMem
H A DoverlayUtils.h35 #include <fcntl.h> // open, O_RDWR, etc
89 /* helper function to open by using fbnum */
90 bool open(OvFD& fd, uint32_t fbnum, const char* const dev,
219 * Usually, you want to open the rotator to make sure it is
696 return overlay::open(fd, fbnum, devpath, flags);
759 bool open(const char* const dev,
792 inline bool open(OvFD& fd, uint32_t fbnum, const char* const dev, int flags) function in namespace:overlay
796 return fd.open(dev_name, flags);
807 inline bool OvFD::open(const char* const dev, int flags) function in class:overlay::OvFD
809 mFD = ::open(de
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/common/src/
H A Dvidc_color_converter.cpp89 bool omx_c2d_conv::open(unsigned int height,unsigned int width, function in class:omx_c2d_conv
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Domx_video_base.cpp2138 DEBUG_PRINT_ERROR("\nERROR:ION device open() Failed");
2143 m_pInput_pmem[i].fd = open (MEM_DEVICE,O_RDWR);
2146 m_pInput_pmem[i].fd = open (MEM_DEVICE,O_RDWR);
2151 DEBUG_PRINT_ERROR("\nERROR: /dev/pmem_adsp open() Failed");
2337 DEBUG_PRINT_ERROR("\nERROR:ION device open() Failed");
2342 m_pOutput_pmem[i].fd = open (MEM_DEVICE,O_RDWR);
2346 m_pOutput_pmem[i].fd = open (MEM_DEVICE,O_RDWR);
2351 DEBUG_PRINT_ERROR("\nERROR: /dev/pmem_adsp open() Failed");
2756 DEBUG_PRINT_ERROR("\nERROR:ION device open() Failed");
2762 m_pInput_pmem[i].fd = open (MEM_DEVIC
4473 bool omx_video::omx_c2d_conv::open(unsigned int height,unsigned int width, function in class:omx_video::omx_c2d_conv
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/common/src/
H A Dvidc_color_converter.cpp99 bool omx_c2d_conv::open(unsigned int height,unsigned int width, function in class:omx_c2d_conv
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp2035 DEBUG_PRINT_ERROR("\nERROR:ION device open() Failed");
2040 m_pInput_pmem[i].fd = open (MEM_DEVICE,O_RDWR);
2042 m_pInput_pmem[i].fd = open (MEM_DEVICE,O_RDWR);
2046 DEBUG_PRINT_ERROR("\nERROR: /dev/pmem_adsp open() Failed");
2219 DEBUG_PRINT_ERROR("\nERROR:ION device open() Failed");
2224 m_pOutput_pmem[i].fd = open (MEM_DEVICE,O_RDWR);
2227 m_pOutput_pmem[i].fd = open (MEM_DEVICE,O_RDWR);
2231 DEBUG_PRINT_ERROR("\nERROR: /dev/pmem_adsp open() Failed");
2593 DEBUG_PRINT_ERROR("\nERROR:ION device open() Failed");
2599 m_pInput_pmem[i].fd = open (MEM_DEVIC
4186 bool omx_video::omx_c2d_conv::open(unsigned int height,unsigned int width, function in class:omx_video::omx_c2d_conv
[all...]
/hardware/libhardware/include/hardware/
H A Dhardware.h154 int (*open)(const struct hw_module_t* module, const char* id, member in struct:hw_module_methods_t
H A Dnfc.h43 * 1) Core NCI stack calls open()
113 * (*open)() Opens the NFC controller device and performs initialization.
116 * If open completes successfully, the controller should be ready to perform
120 * If open() returns 0, the NCI stack will wait for a HAL_NFC_OPEN_CPLT_EVT
123 * If open() returns any other value, the NCI stack will stop.
126 int (*open)(const struct nfc_nci_device *p_dev, nfc_stack_callback_t *p_cback, member in struct:nfc_nci_device
183 * Convenience methods that the NFC stack can use to open
188 return module->methods->open(module, NFC_NCI_CONTROLLER,
263 return module->methods->open(module, NFC_PN544_CONTROLLER,
/hardware/libhardware/modules/camera/
H A DCamera.cpp79 int Camera::open(const hw_module_t *module, hw_device_t **device) function in class:default_camera_hal::Camera
90 // TODO: open camera dev nodes, etc
123 ALOGE("%s:%d: Error! Camera device not open", __func__, mId);
H A DCameraHAL.cpp89 int CameraHAL::open(const hw_module_t* mod, const char* name, hw_device_t** dev) function in class:default_camera_hal::CameraHAL
107 return mCameras[id]->open(mod, dev);
129 return gCameraHAL.open(mod, name, dev);
133 open : open_dev
/hardware/qcom/audio/legacy/alsa_sound/
H A DALSAStreamOps.cpp369 status_t ALSAStreamOps::open(int mode) function in class:android_audio_legacy::ALSAStreamOps
371 ALOGD("open");
372 return mParent->mALSADevice->open(mHandle);
H A DAudioHardwareALSA.h195 status_t (*open)(alsa_handle_t *); member in struct:android_audio_legacy::alsa_device_t
279 status_t open(int mode);
336 status_t open(int mode);
408 status_t open(int mode);
H A DAudioStreamInALSA.cpp109 ALOGE("mfp_4ch or mfp_6ch open failed: mfp_4ch:%p mfp_6ch:%p",mFp_4ch,mFp_6ch);
286 mHandle->module->open(mHandle);
288 ALOGE("read:: PCM device open failed");
440 mHandle->module->open(mHandle);
443 ALOGE("read:: PCM device re-open failed");
476 status_t AudioStreamInALSA::open(int mode) function in class:android_audio_legacy::AudioStreamInALSA
480 status_t status = ALSAStreamOps::open(mode);
777 ALOGE("Cannot open filter co-efficient file %s", SURROUND_FILE_1R);
782 ALOGE("Cannot open filter co-efficient file %s", SURROUND_FILE_2R);
787 ALOGE("Cannot open filte
[all...]
H A DAudioStreamOutALSA.cpp196 mHandle->module->open(mHandle);
198 ALOGE("write:: device open failed");
264 mHandle->module->open(mHandle);
266 ALOGE("write:: device re-open failed");
290 status_t AudioStreamOutALSA::open(int mode) function in class:android_audio_legacy::AudioStreamOutALSA
294 return ALSAStreamOps::open(mode);
/hardware/qcom/camera/
H A DQCamera_Intf.h617 CAMERA_ERROR_EFS_OPEN_TABLE_FULL, /* Out of open-file table slots */
1086 mm_camera_repro_cmd_open_t open; member in union:__anon724::__anon725
/hardware/qcom/camera/mm-image-codec/qomx_core/
H A Dqomx_core.h64 * @open: Is the component active
75 uint8_t open; //Is component active member in struct:_omx_core_component_t

Completed in 6190 milliseconds