/hardware/libhardware/include/hardware/ |
D | hardware.h | 79 struct hw_device_t; 159 struct hw_device_t** device); 167 typedef struct hw_device_t { struct 200 int (*close)(struct hw_device_t* device); argument 202 } hw_device_t; typedef 205 #define TO_HW_DEVICE_T_OPEN(x) reinterpret_cast<struct hw_device_t**>(x) 207 #define TO_HW_DEVICE_T_OPEN(x) (struct hw_device_t**)(x)
|
D | nfc.h | 100 struct hw_device_t common; 178 (struct hw_device_t**) dev); in nfc_nci_open() 231 struct hw_device_t common; 265 (struct hw_device_t**) dev); in nfc_pn544_open()
|
D | nfc_tag.h | 51 struct hw_device_t common; 86 (struct hw_device_t**)dev); in nfc_tag_open()
|
/hardware/qcom/camera/msm8998/QCamera2/ |
D | QCamera2Factory.h | 53 const char* id, uint32_t halVersion, struct hw_device_t** device); 67 int cameraDeviceOpen(int camera_id, struct hw_device_t **hw_device); 69 struct hw_device_t **hw_device); 71 int32_t cameraId, uint32_t halVersion, struct hw_device_t** hw_device);
|
/hardware/qcom/audio/legacy/alsa_sound/ |
D | acoustics_default.cpp | 26 static int s_device_open(const hw_module_t*, const char*, hw_device_t**); 27 static int s_device_close(hw_device_t*); 51 hw_device_t** device) in s_device_open() 76 static int s_device_close(hw_device_t* device) in s_device_close()
|
/hardware/libhardware/modules/nfc/ |
D | nfc_pn544_example.c | 24 static int pn544_close(hw_device_t *dev) { in pn544_close() 33 hw_device_t** device) { in nfc_open() 50 *device = (hw_device_t*) dev; in nfc_open()
|
/hardware/qcom/camera/msm8998/usbcamcore/inc/ |
D | QualcommUsbCamera.h | 46 struct hw_device_t** device); 48 hw_device_t * usbcam_open_camera_device(int cameraId); 50 int usbcam_close_camera_device( hw_device_t *);
|
/hardware/qcom/camera/msm8998/QCamera2/HAL/wrapper/ |
D | QualcommCamera.h | 42 struct hw_device_t** device); 44 hw_device_t * open_camera_device(int cameraId); 46 int close_camera_device( hw_device_t *);
|
/hardware/libhardware/modules/nfc-nci/ |
D | nfc_nci_example.cpp | 74 static int nfc_close(hw_device_t *dev) { in nfc_close() 80 hw_device_t** device) { in nfc_open() 99 *device = (hw_device_t*) dev; in nfc_open()
|
/hardware/qcom/display/msm8084/libgralloc/ |
D | gralloc.cpp | 35 hw_device_t** device); 38 hw_device_t** device); 101 hw_device_t** device) in gralloc_device_open()
|
/hardware/qcom/display/msm8909/libgralloc/ |
D | gralloc.cpp | 35 hw_device_t** device); 38 hw_device_t** device); 100 hw_device_t** device) in gralloc_device_open()
|
/hardware/qcom/display/msm8960/libgralloc/ |
D | gralloc.cpp | 35 hw_device_t** device); 38 hw_device_t** device); 100 hw_device_t** device) in gralloc_device_open()
|
/hardware/qcom/display/msm8909w_3100/libgralloc/ |
D | gralloc.cpp | 35 hw_device_t** device); 38 hw_device_t** device); 100 hw_device_t** device) in gralloc_device_open()
|
/hardware/qcom/display/msm8226/libgralloc/ |
D | gralloc.cpp | 35 hw_device_t** device); 38 hw_device_t** device); 101 hw_device_t** device) in gralloc_device_open()
|
/hardware/libhardware/modules/consumerir/ |
D | consumerir.c | 71 static int consumerir_close(hw_device_t *dev) in consumerir_close() 81 hw_device_t** device) in consumerir_open() 103 *device = (hw_device_t*) dev; in consumerir_open()
|
/hardware/qcom/display/msm8994/libgralloc/ |
D | gralloc.cpp | 37 hw_device_t** device); 40 hw_device_t** device); 106 hw_device_t** device) in gralloc_device_open()
|
/hardware/qcom/display/msm8996/libgralloc/ |
D | gralloc.cpp | 37 hw_device_t** device); 40 hw_device_t** device); 106 hw_device_t** device) in gralloc_device_open()
|
/hardware/libhardware/modules/camera/3_4/ |
D | v4l2_camera_hal.h | 49 hw_device_t** device); 53 int openDevice(const hw_module_t* mod, const char* name, hw_device_t** dev);
|
/hardware/qcom/sdm845/gps/msm8960/loc_api/libloc_api_50001/ |
D | gps.c | 43 struct hw_device_t** device) in open_gps() 53 *device = (struct hw_device_t*)dev; in open_gps()
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
D | gps.c | 43 struct hw_device_t** device) in open_gps() 53 *device = (struct hw_device_t*)dev; in open_gps()
|
/hardware/libhardware/modules/hwcomposer/ |
D | hwcomposer.cpp | 38 struct hw_device_t** device); 99 static int hwc_device_close(struct hw_device_t *dev) in hwc_device_close() 111 struct hw_device_t** device) in hwc_device_open()
|
/hardware/libhardware/modules/fingerprint/ |
D | fingerprint.c | 28 static int fingerprint_close(hw_device_t *dev) in fingerprint_close() 81 hw_device_t** device) in fingerprint_open() 106 *device = (hw_device_t*) dev; in fingerprint_open()
|
/hardware/libhardware/modules/tv_input/ |
D | tv_input.cpp | 37 const char* name, struct hw_device_t** device); 103 static int tv_input_device_close(struct hw_device_t *dev) in tv_input_device_close() 115 const char* name, struct hw_device_t** device) in tv_input_device_open()
|
/hardware/qcom/sdm845/gps/msm8994/loc_api/libloc_api_50001/ |
D | gps.c | 43 struct hw_device_t** device) in open_gps() 57 *device = (struct hw_device_t*)dev; in open_gps()
|
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/ |
D | gps.c | 43 struct hw_device_t** device) in open_gps() 57 *device = (struct hw_device_t*)dev; in open_gps()
|