Searched refs:hw_module_t (Results 1 - 25 of 97) sorted by relevance

1234

/hardware/libhardware/include/hardware/
H A Dhardware.h29 * Value for the hw_module_t.tag field
49 * All module implementations must set the hw_module_t.hal_api_version field
66 * Use this macro to set the hw_module_t.module_api_version field.
77 struct hw_module_t;
83 * and the fields of this data structure must begin with hw_module_t
86 typedef struct hw_module_t { struct
121 * version the hw_module_t, hw_module_methods_t, and hw_device_t
150 } hw_module_t; typedef in typeref:struct:hw_module_t
154 int (*open)(const struct hw_module_t* module, const char* id,
186 struct hw_module_t* modul
[all...]
H A Dlocal_time_hal.h50 * and the fields of this data structure must begin with hw_module_t
54 struct hw_module_t common;
102 const struct hw_module_t* module,
H A Dnfc.h62 struct hw_module_t common;
186 static inline int nfc_nci_open(const struct hw_module_t* module,
213 struct hw_module_t common;
261 static inline int nfc_pn544_open(const struct hw_module_t* module,
H A Dconsumerir.h35 struct hw_module_t common;
H A Dmemtrack.h117 * and the fields of this data structure must begin with hw_module_t
121 struct hw_module_t common;
H A Dpower.h52 * and the fields of this data structure must begin with hw_module_t
56 struct hw_module_t common;
/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**);
38 extern "C" hw_module_t HAL_MODULE_INFO_SYM = {
50 static int s_device_open(const hw_module_t* module, const char* name,
62 dev->common.module = (hw_module_t *) module;
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Dpower_module.cpp44 (const hw_module_t **)&(mPowerModuleInstance->mPowerModuleHandle));
/hardware/libhardware/
H A Dhardware.c63 const struct hw_module_t **pHmi)
67 struct hw_module_t *hmi;
84 hmi = (struct hw_module_t *)dlsym(handle, sym);
121 const struct hw_module_t **module)
125 const struct hw_module_t *hmi = NULL;
176 int hw_get_module(const char *id, const struct hw_module_t **module)
/hardware/libhardware/modules/nfc/
H A Dnfc_pn544_example.c31 static int nfc_open(const hw_module_t* module, const char* name,
38 dev->common.module = (struct hw_module_t*) module;
/hardware/libhardware/modules/camera/
H A DCameraHAL.h39 int open(const hw_module_t* mod, const char* name, hw_device_t** dev);
/hardware/qcom/camera/QCamera2/HAL/
H A DQCamera2Hal.cpp32 static hw_module_t camera_common = {
H A DQCamera2Factory.h54 static int camera_device_open(const struct hw_module_t *module, const char *id,
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Factory.h52 static int camera_device_open(const struct hw_module_t *module, const char *id,
H A DQCamera3Hal.cpp32 static hw_module_t camera_common = {
/hardware/qcom/display/msm8960/libgralloc/
H A Dgralloc.cpp36 int fb_device_open(const hw_module_t* module, const char* name,
39 static int gralloc_device_open(const hw_module_t* module, const char* name,
99 int gralloc_device_open(const hw_module_t* module, const char* name,
/hardware/qcom/display/msm8974/libgralloc/
H A Dgralloc.cpp36 int fb_device_open(const hw_module_t* module, const char* name,
39 static int gralloc_device_open(const hw_module_t* module, const char* name,
99 int gralloc_device_open(const hw_module_t* module, const char* name,
/hardware/qcom/display/msm8x26/libgralloc/
H A Dgralloc.cpp36 int fb_device_open(const hw_module_t* module, const char* name,
39 static int gralloc_device_open(const hw_module_t* module, const char* name,
99 int gralloc_device_open(const hw_module_t* module, const char* name,
/hardware/libhardware/modules/hwcomposer/
H A Dhwcomposer.cpp36 static int hwc_device_open(const struct hw_module_t* module, const char* name,
107 static int hwc_device_open(const struct hw_module_t* module, const char* name,
121 dev->device.common.module = const_cast<hw_module_t*>(module);
/hardware/libhardware/modules/consumerir/
H A Dconsumerir.c75 static int consumerir_open(const hw_module_t* module, const char* name,
91 dev->common.module = (struct hw_module_t*) module;
/hardware/libhardware/modules/local_time/
H A Dlocal_time_hw.c66 static int ltdev_open(const hw_module_t* module, const char* name,
82 ltdev->device.common.module = (struct hw_module_t *) module;
/hardware/libhardware/modules/nfc-nci/
H A Dnfc_nci_example.c77 static int nfc_open(const hw_module_t* module, const char* name,
84 dev->common.module = (struct hw_module_t*) module;
/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit.h163 * and the fields of this data structure must begin with hw_module_t
167 struct hw_module_t common;
261 static inline int copybit_open(const struct hw_module_t* module,
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit.h164 * and the fields of this data structure must begin with hw_module_t
168 struct hw_module_t common;
274 static inline int copybit_open(const struct hw_module_t* module,
/hardware/qcom/display/msm8x26/libcopybit/
H A Dcopybit.h163 * and the fields of this data structure must begin with hw_module_t
167 struct hw_module_t common;
261 static inline int copybit_open(const struct hw_module_t* module,

Completed in 502 milliseconds

1234