Searched refs:hw_device_t (Results 1 - 25 of 91) sorted by relevance

1234

/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Factory.h51 int cameraDeviceOpen(int camera_id, struct hw_device_t **hw_device);
53 struct hw_device_t **hw_device);
H A DQCamera3Factory.cpp179 struct hw_device_t **hw_device)
212 struct hw_device_t **hw_device)
/hardware/libhardware/modules/nfc/
H A Dnfc_pn544_example.c23 static int pn544_close(hw_device_t *dev) {
32 hw_device_t** device) {
49 *device = (hw_device_t*) dev;
/hardware/qcom/camera/QCamera2/HAL/
H A DQCamera2Factory.h53 int cameraDeviceOpen(int camera_id, struct hw_device_t **hw_device);
55 struct hw_device_t **hw_device);
H A DQCamera2Factory.cpp157 struct hw_device_t **hw_device)
190 struct hw_device_t **hw_device)
/hardware/qcom/audio/legacy/alsa_sound/
H A Dacoustics_default.cpp26 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)
76 static int s_device_close(hw_device_t* device)
/hardware/libhardware/include/hardware/
H A Dhardware.h72 * Use this macro to set the hw_device_t.version field
79 struct hw_device_t;
121 * version the hw_module_t, hw_module_methods_t, and hw_device_t
155 struct hw_device_t** device);
160 * Every device data structure must begin with hw_device_t
163 typedef struct hw_device_t { struct
192 int (*close)(struct hw_device_t* device);
194 } hw_device_t; typedef in typeref:struct:hw_device_t
H A Dlocal_time_hal.h58 struct hw_device_t common;
106 (struct hw_device_t**)device);
H A Dnfc.h105 /* nfc_nci_device_t starts with a hw_device_t struct,
111 struct hw_device_t common;
189 (struct hw_device_t**) dev);
230 struct hw_device_t common;
264 (struct hw_device_t**) dev);
H A Dconsumerir.h39 struct hw_device_t common;
H A Dlights.h122 struct hw_device_t common;
H A Dfb.h39 struct hw_device_t common;
157 GRALLOC_HARDWARE_FB0, (struct hw_device_t**)device);
H A Dsensors.h972 struct hw_device_t common;
992 struct hw_device_t common;
1304 SENSORS_HARDWARE_POLL, (struct hw_device_t**)device);
1314 SENSORS_HARDWARE_POLL, (struct hw_device_t**)device);
H A Dgralloc.h251 * Every device data structure must begin with hw_device_t
256 struct hw_device_t common;
304 GRALLOC_HARDWARE_GPU0, (struct hw_device_t**)device);
/hardware/libhardware/modules/camera/
H A DCameraHAL.h39 int open(const hw_module_t* mod, const char* name, hw_device_t** dev);
/hardware/libhardware/modules/consumerir/
H A Dconsumerir.c66 static int consumerir_close(hw_device_t *dev)
76 hw_device_t** device)
98 *device = (hw_device_t*) dev;
/hardware/libhardware/modules/nfc-nci/
H A Dnfc_nci_example.c72 static int nfc_close(hw_device_t *dev) {
78 hw_device_t** device) {
96 *device = (hw_device_t*) dev;
/hardware/qcom/display/msm8960/libgralloc/
H A Dgralloc.cpp37 hw_device_t** device);
40 hw_device_t** device);
100 hw_device_t** device)
/hardware/qcom/display/msm8974/libgralloc/
H A Dgralloc.cpp37 hw_device_t** device);
40 hw_device_t** device);
100 hw_device_t** device)
/hardware/qcom/display/msm8x26/libgralloc/
H A Dgralloc.cpp37 hw_device_t** device);
40 hw_device_t** device);
100 hw_device_t** device)
/hardware/libhardware/modules/hwcomposer/
H A Dhwcomposer.cpp37 struct hw_device_t** device);
96 static int hwc_device_close(struct hw_device_t *dev)
108 struct hw_device_t** device)
/hardware/libhardware/modules/local_time/
H A Dlocal_time_hw.c60 static int ltdev_close(hw_device_t *device)
67 hw_device_t** device)
/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit.h171 * Every device data structure must begin with hw_device_t
175 struct hw_device_t common;
264 COPYBIT_HARDWARE_COPYBIT0, (struct hw_device_t**)device);
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit.h172 * Every device data structure must begin with hw_device_t
176 struct hw_device_t common;
277 COPYBIT_HARDWARE_COPYBIT0, (struct hw_device_t**)device);
/hardware/qcom/display/msm8x26/libcopybit/
H A Dcopybit.h171 * Every device data structure must begin with hw_device_t
175 struct hw_device_t common;
264 COPYBIT_HARDWARE_COPYBIT0, (struct hw_device_t**)device);

Completed in 4369 milliseconds

1234