Searched refs:open (Results 1 - 25 of 264) sorted by relevance

1234567891011

/hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/
H A DCKMod.h67 mcResult_t open(
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/libhardware_legacy/qemu_tracing/
H A Dqemu_tracing.c42 int fd = open(SYS_QEMU_TRACE_STATE, O_WRONLY);
52 int fd = open(SYS_QEMU_TRACE_STATE, O_WRONLY);
66 int fd = open(SYS_QEMU_TRACE_SYMBOL, O_WRONLY);
79 int fd = open(SYS_QEMU_TRACE_SYMBOL, O_WRONLY);
/hardware/libhardware_legacy/vibrator/
H A Dvibrator.c36 fd = open(THE_DEVICE, O_RDWR);
54 fd = open(THE_DEVICE, O_RDWR);
/hardware/libhardware/modules/camera/
H A DCameraHAL.h39 int open(const hw_module_t* mod, const char* name, hw_device_t** dev);
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/media/mm-video-legacy/vidc/common/inc/
H A Dvidc_color_converter.h38 bool open(unsigned int height,unsigned int width,
/hardware/qcom/media/mm-video-v4l2/vidc/common/inc/
H A Dvidc_color_converter.h40 bool open(unsigned int height,unsigned int width,
/hardware/libhardware/include/hardware/
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,
H A Dlocal_time_hal.h33 * Name of the local time devices to open
105 return module->methods->open(module, LOCAL_TIME_HARDWARE_INTERFACE,
H A Dqemu_pipe.h32 /* Try to open a new Qemu fast-pipe. This function returns a file descriptor
50 * You should be able to open several pipes to the same pipe service,
68 fd = open("/dev/qemu_pipe", O_RDWR);
70 D("%s: Could not open /dev/qemu_pipe: %s", __FUNCTION__, strerror(errno));
/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
/hardware/qcom/display/msm8960/libmemtrack/
H A Dmemtrack_msm.c42 .open = NULL,
/hardware/qcom/display/msm8974/libmemtrack/
H A Dmemtrack_msm.c42 .open = NULL,
/hardware/samsung_slsi/exynos5/libmemtrack/
H A Dmemtrack_exynos5.c42 .open = NULL,
/hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
H A DDevice.h73 bool open(
85 * Check if the device has open sessions.
86 * @return true if the device has one or more open sessions.
/hardware/akm/AK8975_FS/libsensors/
H A DSensorBase.cpp55 dev_fd = open(dev_name, O_RDONLY);
56 ALOGE_IF(dev_fd<0, "Couldn't open %s (%s)", dev_name, strerror(errno));
74 fd = open(path, O_WRONLY);
76 ALOGE("SensorBase: write_attr failed to open %s (%s)",
134 fd = open(devname, O_RDONLY);
/hardware/libhardware/modules/nfc/
H A Dnfc_pn544_example.c58 .open = nfc_open,
/hardware/libhardware/modules/power/
H A Dpower.c45 .open = NULL,
/hardware/invensense/60xx/libsensors/
H A DSensorBase.cpp55 dev_fd = open(dev_name, O_RDONLY);
56 ALOGE_IF(dev_fd<0, "Couldn't open %s (%s)", dev_name, strerror(errno));
110 fd = open(devname, O_RDONLY);
/hardware/invensense/60xx/libsensors_iio/
H A DSensorBase.cpp55 dev_fd = open(dev_name, O_RDONLY);
56 LOGE_IF(dev_fd<0, "Couldn't open %s (%s)", dev_name, strerror(errno));
108 fd = open(devname, O_RDONLY);
109 LOGV_IF(EXTRA_VERBOSE, "path open %s", devname);
110 LOGI("path open %s", devname);
/hardware/libhardware/modules/nfc-nci/
H A Dnfc_nci_example.c88 dev->open = hal_open;
106 .open = nfc_open,
/hardware/qcom/bt/libbt-vendor/src/
H A Duserial_vendor.c91 fd = open(s_pszDevSmd[chId], (O_RDWR | O_NOCTTY));
94 ALOGE("init_transport: Cannot open %s: %s\n. Retry after 2 seconds",
97 fd = open(bt_hci_transport_device.name, (O_RDWR | O_NOCTTY));
103 ALOGE("init_transport: Cannot open %s: %s\n",
109 opened internally. Currently successful return from open doesn't
112 opened immediately on return from the aforementioned open call */
/hardware/invensense/65xx/libsensors_iio/
H A DSensorBase.cpp55 dev_fd = open(dev_name, O_RDONLY);
56 LOGE_IF(dev_fd<0, "Couldn't open %s (%s)", dev_name, strerror(errno));
116 fd = open(devname, O_RDONLY);
117 LOGV_IF(EXTRA_VERBOSE, "path open %s", devname);
118 LOGI("path open %s", devname);
/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

Completed in 700 milliseconds

1234567891011