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

1234567891011>>

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DCommBase.h40 * Closes a connection if it is open.
57 virtual int open() = 0;
H A DPipeComm.h44 int open() override;
H A DSocketComm.h54 int open() override;
65 * Closes a connection if it is open.
/hardware/libhardware/include/hardware/
H A Dvibrator.h68 return module->methods->open(module, VIBRATOR_DEVICE_ID_MAIN, TO_HW_DEVICE_T_OPEN(device));
H A Dnfc.h44 * 1) Core NCI stack calls open()
102 * (*open)() Opens the NFC controller device and performs initialization.
105 * If open completes successfully, the controller should be ready to perform
109 * If open() returns 0, the NCI stack will wait for a HAL_NFC_OPEN_CPLT_EVT
112 * If open() returns any other value, the NCI stack will stop.
115 int (*open)(const struct nfc_nci_device *p_dev, nfc_stack_callback_t *p_cback, member in struct:nfc_nci_device
172 * Convenience methods that the NFC stack can use to open
177 return module->methods->open(module, NFC_NCI_CONTROLLER,
264 return module->methods->open(module, NFC_PN544_CONTROLLER,
H A Dnfc_tag.h85 return module->methods->open(module, NFC_TAG_ID,
/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/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/3_0/
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/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/msm8998/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/qcom/media/msm8998/mm-video-v4l2/vidc/common/inc/
H A Dvidc_color_converter.h40 bool open(unsigned int height,unsigned int width,
/hardware/interfaces/camera/device/3.2/
H A DICameraDevice.hal48 * The resources required to open this camera device, or unspecified
66 * On a successful open of the camera device.
94 * unit. When there are any resource conflicts, such as when open() is
124 * Due to other camera devices being open, or due to other
128 * torch mode. The framework must open the camera device and turn
145 * open:
154 * On a successful open of the camera device.
161 * This camera device is already open.
173 open(ICameraDeviceCallback callback) generates
/hardware/interfaces/nfc/1.0/
H A DINfc.hal26 * If open completes successfully, the controller should be ready to perform
30 * If open() returns NfcStatus::OK, the NCI stack will wait for a
33 * If open() returns NfcStatus::FAILED, the NCI stack will stop.
38 open(INfcClientCallback clientCallback) generates (NfcStatus status);
/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";
/hardware/libhardware/tests/fingerprint/
H A Dfingerprint_test_fixtures.h57 ASSERT_TRUE(NULL != fp_module()->common.methods->open)
58 << "Fingerprint open() is unimplemented";
59 ASSERT_EQ(0, fp_module()->common.methods->open(
61 << "Can't open fingerprint device";
63 << "Fingerprint open() returned a NULL device";
/hardware/libhardware/tests/vehicle/
H A Dvehicle_test_fixtures.h72 ASSERT_TRUE(NULL != vehicle_module()->common.methods->open)
73 << "Vehicle open() is unimplemented";
74 ASSERT_EQ(0, vehicle_module()->common.methods->open(
76 << "Can't open vehicle device";
78 << "Vehicle open() returned a NULL device";

Completed in 697 milliseconds

1234567891011>>