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

1234567891011>>

/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/include/hardware/
H A Dqemu_pipe.h33 /* Try to open a new Qemu fast-pipe. This function returns a file descriptor
51 * You should be able to open several pipes to the same pipe service,
69 fd = open("/dev/qemu_pipe", O_RDWR);
71 fd = open("/dev/goldfish_pipe", O_RDWR);
73 D("%s: Could not open /dev/qemu_pipe: %s", __FUNCTION__, strerror(errno));
H A Dvibrator.h68 return module->methods->open(module, VIBRATOR_DEVICE_ID_MAIN, (struct hw_device_t**)device);
H A Dnfc.h43 * 1) Core NCI stack calls open()
126 * (*open)() Opens the NFC controller device and performs initialization.
129 * If open completes successfully, the controller should be ready to perform
133 * If open() returns 0, the NCI stack will wait for a HAL_NFC_OPEN_CPLT_EVT
136 * If open() returns any other value, the NCI stack will stop.
139 int (*open)(const struct nfc_nci_device *p_dev, nfc_stack_callback_t *p_cback, member in struct:nfc_nci_device
196 * Convenience methods that the NFC stack can use to open
201 return module->methods->open(module, NFC_NCI_CONTROLLER,
288 return module->methods->open(module, NFC_PN544_CONTROLLER,
H A Dnfc_tag.h85 return module->methods->open(module, NFC_TAG_ID,
/hardware/qcom/display/msm8996/sdm/include/utils/
H A Dsys.h39 typedef int (*open)(const char *, int, ...); typedef in class:sdm::Sys
51 static open open_;
/hardware/libhardware/modules/vr/
H A Dvr.c30 .open = NULL,
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/inc/
H A Dvidc_color_converter.h38 bool open(unsigned int height,unsigned int width,
/hardware/libhardware/modules/vibrator/
H A Dvibrator.c34 fd = TEMP_FAILURE_RETRY(open(THE_DEVICE, O_RDWR));
50 fd = TEMP_FAILURE_RETRY(open(THE_DEVICE, O_RDWR));
125 .open = vibra_open,
/hardware/bsp/intel/peripheral/libmraa/tests/
H A Dgpio_checks.py54 dir_file = open(self.gpio_path + "/direction")
61 dir_file = open(self.gpio_path + "/direction")
69 val_file = open(self.gpio_path + "/value")
77 val_file = open(self.gpio_path + "/value")
/hardware/intel/common/libva/test/common/
H A Dva_display_drm.c40 drm_fd = open("/dev/dri/card0", O_RDWR);
42 fprintf(stderr, "error: can't open DRM connection!\n");
/hardware/libhardware/modules/camera/
H A DCameraHAL.h42 int open(const hw_module_t* mod, const char* name, hw_device_t** dev);
/hardware/libhardware/modules/usbcamera/
H A DCameraHAL.cpp89 int CameraHAL::open(const hw_module_t* mod, const char* name, hw_device_t** dev) { function in class:usb_camera_hal::CameraHAL
107 return mCameras[id]->open(mod, dev);
125 return gCameraHAL.open(mod, name, dev);
129 open : open_dev
H A DCameraHAL.h46 int open(const hw_module_t* mod, const char* name, hw_device_t** dev);
/hardware/qcom/camera/mm-image-codec/qomx_core/
H A Dqomx_core.h65 * @open: Is the component active
76 uint8_t open; //Is component active member in struct:_omx_core_component_t
/hardware/qcom/display/msm8084/libmemtrack/
H A Dmemtrack_msm.c46 .open = NULL,
/hardware/qcom/display/msm8226/libmemtrack/
H A Dmemtrack_msm.c46 .open = NULL,
/hardware/qcom/display/msm8909/libmemtrack/
H A Dmemtrack_msm.c46 .open = NULL,
/hardware/qcom/display/msm8960/libmemtrack/
H A Dmemtrack_msm.c42 .open = NULL,
/hardware/qcom/display/msm8994/libmemtrack/
H A Dmemtrack_msm.c46 .open = NULL,
/hardware/qcom/display/msm8996/libmemtrack/
H A Dmemtrack_msm.c46 .open = NULL,
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/inc/
H A Dvidc_color_converter.h40 bool open(unsigned int height,unsigned int width,
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/inc/
H A Dvidc_color_converter.h40 bool open(unsigned int height,unsigned int width,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
H A Dintersect-diffs.py53 old_hunks = [x for x in diff.ParseDiffHunks(open(sys.argv[1], "r"))]
54 new_hunks = [x for x in diff.ParseDiffHunks(open(sys.argv[2], "r"))]
/hardware/libhardware/tests/camera3/
H A Dcamera3test_fixtures.h64 ASSERT_TRUE(NULL != cam_module()->common.methods->open)
65 << "Camera open() is unimplemented";
66 ASSERT_EQ(0, cam_module()->common.methods->open(
68 << "Can't open camera device";
70 << "Camera open() returned a NULL device";

Completed in 737 milliseconds

1234567891011>>