Searched refs:module (Results 26 - 50 of 147) sorted by relevance

123456

/hardware/qcom/display/msm8x26/libgralloc/
H A Dmapper.cpp58 static int gralloc_map(gralloc_module_t const* module, argument
92 static int gralloc_unmap(gralloc_module_t const* module, argument
127 int gralloc_register_buffer(gralloc_module_t const* module, argument
145 int err = gralloc_map(module, handle);
154 int gralloc_unregister_buffer(gralloc_module_t const* module, argument
169 gralloc_unmap(module, handle);
176 int terminateBuffer(gralloc_module_t const* module, argument
190 gralloc_unmap(module, hnd);
194 gralloc_unmap(module, hnd);
201 static int gralloc_map_and_invalidate (gralloc_module_t const* module, argument
235 gralloc_lock(gralloc_module_t const* module, buffer_handle_t handle, int usage, int l, int t, int w, int h, void** vaddr) argument
247 gralloc_lock_ycbcr(gralloc_module_t const* module, buffer_handle_t handle, int usage, int l, int t, int w, int h, struct android_ycbcr *ycbcr) argument
278 gralloc_unlock(gralloc_module_t const* module, buffer_handle_t handle) argument
307 gralloc_perform(struct gralloc_module_t const* module, int operation, ... ) argument
[all...]
/hardware/qcom/power/
H A DAndroid.mk4 # HAL module implemenation stored in
/hardware/libhardware/include/hardware/
H A Dhardware.h49 * All module implementations must set the hw_module_t.hal_api_version field
50 * to this value when declaring the module with HAL_MODULE_INFO_SYM.
60 * Helper macros for module implementors.
63 * versions so that implementations can explicitly specify module/device
82 * Every hardware module must have a data structure named HAL_MODULE_INFO_SYM
84 * followed by module specific information.
91 * The API version of the implemented module. The module owner is
92 * responsible for updating the version when a module interface has
96 * The module use
186 struct hw_module_t* module; member in struct:hw_device_t
[all...]
H A Dfb.h154 static inline int framebuffer_open(const struct hw_module_t* module, argument
156 return module->methods->open(module,
H A Dsensors.h38 * The id of this module
890 * Every hardware module must have a data structure named HAL_MODULE_INFO_SYM
892 * followed by module specific information.
901 int (*get_sensors_list)(struct sensors_module_t* module,
1301 static inline int sensors_open(const struct hw_module_t* module, argument
1303 return module->methods->open(module,
1311 static inline int sensors_open_1(const struct hw_module_t* module, argument
1313 return module->methods->open(module,
[all...]
/hardware/libhardware/modules/local_time/
H A Dlocal_time_hw.c43 dev->common.module->name, ret);
66 static int ltdev_open(const hw_module_t* module, const char* name, argument
82 ltdev->device.common.module = (struct hw_module_t *) module;
/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 DQCamera3Factory.cpp211 const struct hw_module_t *module, const char *id,
214 if (module != &HAL_MODULE_INFO_SYM.common) {
215 ALOGE("Invalid module. Trying to open %p, expect %p",
216 module, &HAL_MODULE_INFO_SYM.common);
210 camera_device_open( const struct hw_module_t *module, const char *id, struct hw_device_t **hw_device) argument
/hardware/ti/omap3/dspbridge/inc/
H A Dgetsection.h43 typedef void *DLOAD_module_info; /* opaque handle for module information */
49 * module The input stream that supplies the module image
54 * Reads header information from a dynamic loader module using the specified
55 * stream object, and returns a handle for the module information. This
57 * contained in the module.
60 * NULL if an error is encountered, otherwise a module handle for use
64 module,
71 * minfo Handle from DLOAD_module_open for this module
76 * Finds the specified section in the module informatio
[all...]
/hardware/qcom/audio/legacy/alsa_sound/
H A Dacoustics_default.cpp43 name : "ALSA acoustics module",
50 static int s_device_open(const hw_module_t* module, const char* name, argument
62 dev->common.module = (hw_module_t *) module;
/hardware/qcom/camera/QCamera2/HAL/
H A DQCamera2Factory.cpp189 const struct hw_module_t *module, const char *id,
192 if (module != &HAL_MODULE_INFO_SYM.common) {
193 ALOGE("Invalid module. Trying to open %p, expect %p",
194 module, &HAL_MODULE_INFO_SYM.common);
188 camera_device_open( const struct hw_module_t *module, const char *id, struct hw_device_t **hw_device) argument
H A DQCamera2Factory.h54 static int camera_device_open(const struct hw_module_t *module, const char *id,
/hardware/ti/omap4xxx/hwc/
H A Dhal_public.h124 int (*GetPhyAddrs)(struct IMG_gralloc_module_public_t const* module,
129 int (*Blit)(struct IMG_gralloc_module_public_t const *module,
133 int (*Blit2)(struct IMG_gralloc_module_public_t const *module,
/hardware/qcom/display/msm8960/libgralloc/
H A Dmapper.cpp58 static int gralloc_map(gralloc_module_t const* module, argument
92 static int gralloc_unmap(gralloc_module_t const* module, argument
127 int gralloc_register_buffer(gralloc_module_t const* module, argument
145 int err = gralloc_map(module, handle);
154 int gralloc_unregister_buffer(gralloc_module_t const* module, argument
169 gralloc_unmap(module, handle);
176 int terminateBuffer(gralloc_module_t const* module, argument
190 gralloc_unmap(module, hnd);
194 gralloc_unmap(module, hnd);
201 static int gralloc_map_and_invalidate (gralloc_module_t const* module, argument
235 gralloc_lock(gralloc_module_t const* module, buffer_handle_t handle, int usage, int l, int t, int w, int h, void** vaddr) argument
247 gralloc_lock_ycbcr(gralloc_module_t const* module, buffer_handle_t handle, int usage, int l, int t, int w, int h, struct android_ycbcr *ycbcr) argument
278 gralloc_unlock(gralloc_module_t const* module, buffer_handle_t handle) argument
307 gralloc_perform(struct gralloc_module_t const* module, int operation, ... ) argument
[all...]
/hardware/qcom/display/msm8974/libgralloc/
H A Dmapper.cpp58 static int gralloc_map(gralloc_module_t const* module, argument
92 static int gralloc_unmap(gralloc_module_t const* module, argument
127 int gralloc_register_buffer(gralloc_module_t const* module, argument
145 int err = gralloc_map(module, handle);
154 int gralloc_unregister_buffer(gralloc_module_t const* module, argument
169 gralloc_unmap(module, handle);
176 int terminateBuffer(gralloc_module_t const* module, argument
190 gralloc_unmap(module, hnd);
194 gralloc_unmap(module, hnd);
201 static int gralloc_map_and_invalidate (gralloc_module_t const* module, argument
236 gralloc_lock(gralloc_module_t const* module, buffer_handle_t handle, int usage, int l, int t, int w, int h, void** vaddr) argument
248 gralloc_lock_ycbcr(gralloc_module_t const* module, buffer_handle_t handle, int usage, int l, int t, int w, int h, struct android_ycbcr *ycbcr) argument
279 gralloc_unlock(gralloc_module_t const* module, buffer_handle_t handle) argument
310 gralloc_perform(struct gralloc_module_t const* module, int operation, ... ) argument
[all...]
/hardware/samsung_slsi/exynos5/gralloc/
H A Dgralloc.cpp69 int fb_device_open(const hw_module_t* module, const char* name,
72 static int gralloc_device_open(const hw_module_t* module, const char* name,
75 extern int gralloc_lock(gralloc_module_t const* module,
80 extern int gralloc_unlock(gralloc_module_t const* module,
83 extern int gralloc_register_buffer(gralloc_module_t const* module,
86 extern int gralloc_unregister_buffer(gralloc_module_t const* module,
351 (dev->common.module);
352 gralloc_module_t* module = reinterpret_cast<gralloc_module_t*> local
353 (dev->common.module);
387 gralloc_module_t* module local
416 gralloc_device_open(const hw_module_t* module, const char* name, hw_device_t** device) argument
[all...]
/hardware/libhardware/modules/consumerir/
H A Dconsumerir.c75 static int consumerir_open(const hw_module_t* module, const char* name, argument
91 dev->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, argument
84 dev->common.module = (struct hw_module_t*) module;
/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit.h33 * The id of this module
162 * Every hardware module must have a data structure named HAL_MODULE_INFO_SYM
164 * followed by module specific information.
172 * followed by module specific public methods and attributes.
261 static inline int copybit_open(const struct hw_module_t* module, argument
263 return module->methods->open(module,
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit.h33 * The id of this module
163 * Every hardware module must have a data structure named HAL_MODULE_INFO_SYM
165 * followed by module specific information.
173 * followed by module specific public methods and attributes.
274 static inline int copybit_open(const struct hw_module_t* module, argument
276 return module->methods->open(module,
/hardware/qcom/display/msm8x26/libcopybit/
H A Dcopybit.h33 * The id of this module
162 * Every hardware module must have a data structure named HAL_MODULE_INFO_SYM
164 * followed by module specific information.
172 * followed by module specific public methods and attributes.
261 static inline int copybit_open(const struct hw_module_t* module, argument
263 return module->methods->open(module,
/hardware/libhardware/
H A Dhardware.c36 * is "<MODULE_ID>.variant.so" so for the led module the Dream variants
77 ALOGE("load: module=%s\n%s", path, err_str?err_str:"unknown");
121 const struct hw_module_t **module)
142 /* Loop through the configuration variants looking for a module */
168 /* load the module, if this fails, we're doomed, and we should not try
170 status = load(class_id, path, module);
176 int hw_get_module(const char *id, const struct hw_module_t **module) argument
178 return hw_get_module_by_class(id, NULL, module);
120 hw_get_module_by_class(const char *class_id, const char *inst, const struct hw_module_t **module) argument
/hardware/libhardware/modules/hwcomposer/
H A Dhwcomposer.cpp36 static int hwc_device_open(const struct hw_module_t* module, const char* name,
49 name: "Sample hwcomposer module",
107 static int hwc_device_open(const struct hw_module_t* module, const char* name, argument
121 dev->device.common.module = const_cast<hw_module_t*>(module);
/hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Server/
H A DAndroid.mk7 # This is not a separate module.
/hardware/libhardware/tests/nusensors/
H A Dnusensors.cpp64 struct sensors_module_t* module; local
66 err = hw_get_module(SENSORS_HARDWARE_MODULE_ID, (hw_module_t const**)&module);
72 err = sensors_open(&module->common, &device);
79 int count = module->get_sensors_list(module, &list);

Completed in 671 milliseconds

123456