Searched defs:module (Results 51 - 75 of 178) sorted by relevance

12345678

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
H A Dgv_sven_devh.c94 int module,
100 ev->se_et.et_module = module;
92 sven_fw_initialize_event_top( struct SVENEvent *ev, int module, int unit, int event_type, int event_subtype ) argument
/hardware/intel/common/wrs_omxil_core/utils/src/
H A Dmodule.c2 * module.c, dynamic module interface
23 #include <module.h>
25 #define LOG_TAG "module"
28 static struct module *g_module_head;
39 struct module *m; \
49 static struct module *module_find_with_name(struct module *head,
52 struct module *module; local
65 struct module *module; local
207 module_close(struct module *module) argument
241 module_symbol(struct module *module, const char *string) argument
[all...]
/hardware/intel/img/hwcomposer/merrifield/common/buffers/
H A DBufferManager.cpp58 // init gralloc module
59 hw_module_t const* module; local
60 if (hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &module)) {
61 DEINIT_AND_RETURN_FALSE("failed to get gralloc module");
63 mGrallocModule = (gralloc_module_t const*)module;
65 gralloc_open(module, &mAllocDev);
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/
H A DTngDisplayContext.cpp46 gralloc_module_t const* module; local
47 int err = hw_get_module(GRALLOC_HARDWARE_MODULE_ID, (hw_module_t const**)&module);
49 ETRACE("failed to load gralloc module, error = %d", err);
54 err = module->perform(module, GRALLOC_MODULE_GET_DISPLAY_DEVICE_IMG, (void **)&mIMGDisplayDevice);
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/buffers/
H A DBufferManager.cpp58 // init gralloc module
59 hw_module_t const* module; local
60 if (hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &module)) {
61 DEINIT_AND_RETURN_FALSE("failed to get gralloc module");
63 mGrallocModule = (gralloc_module_t const*)module;
65 gralloc_open(module, &mAllocDev);
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
H A DTngDisplayContext.cpp45 gralloc_module_t const* module; local
46 int err = hw_get_module(GRALLOC_HARDWARE_MODULE_ID, (hw_module_t const**)&module);
48 ELOGTRACE("failed to load gralloc module, error = %d", err);
53 err = module->perform(module, GRALLOC_MODULE_GET_DISPLAY_DEVICE_IMG, (void **)&mIMGDisplayDevice);
/hardware/libhardware/include/hardware/
H A Dactivity_recognition.h125 * Common methods of the activity recognition module. This *must* be the first member of
133 * List of all activities supported by this module including OEM defined activities. Each
139 int (*get_supported_activities_list)(struct activity_recognition_module* module,
231 static inline int activity_recognition_open(const hw_module_t* module, argument
233 return module->methods->open(module,
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
190 struct hw_module_t* module; member in struct:hw_device_t
[all...]
H A Dkeymaster1.h538 static inline int keymaster1_open(const struct hw_module_t* module, keymaster1_device_t** device) { argument
539 return module->methods->open(module, KEYSTORE_KEYMASTER, (struct hw_device_t**)device);
H A Dradio.h27 * The id of this module
56 * Every hardware module must have a data structure named HAL_MODULE_INFO_SYM
58 * followed by module specific information.
228 * - properties: where to return the module properties
239 * If no other tuner is opened, this will activate the radio module.
266 * If the last tuner is closed, the radio module is deactivated.
284 static inline int radio_hw_device_open(const struct hw_module_t* module, argument
287 return module->methods->open(module, RADIO_HARDWARE_DEVICE,
H A Dgralloc.h37 * Module versioning information for the Gralloc hardware module, based on
43 * Initial Gralloc hardware module API.
59 * The id of this module
94 /* buffer will be used by the HWComposer HAL module */
135 /* Mask of all flags which could be passed to a gralloc module for buffer
151 * Every hardware module must have a data structure named HAL_MODULE_INFO_SYM
153 * followed by module specific information.
173 int (*registerBuffer)(struct gralloc_module_t const* module,
188 int (*unregisterBuffer)(struct gralloc_module_t const* module,
226 int (*lock)(struct gralloc_module_t const* module,
372 gralloc_open(const struct hw_module_t* module, struct alloc_device_t** device) argument
[all...]
H A Dnfc.h60 * nfc_nci_module_t should contain module-specific parameters
64 * Common methods of the NFC NCI module. This *must* be the first member of
199 static inline int nfc_nci_open(const struct hw_module_t* module, argument
201 return module->methods->open(module, NFC_NCI_CONTROLLER,
227 * Common methods of the NFC NXP PN544 module. This *must* be the first member of
280 * possible for PN544 module. Configure address according to
286 static inline int nfc_pn544_open(const struct hw_module_t* module, argument
288 return module->methods->open(module, NFC_PN544_CONTROLLE
[all...]
H A Dnvram.h27 /* The id of this module. */
31 /* The version of this module. */
67 /* There are no module methods other than the common ones. */
337 static inline int nvram_open(const struct hw_module_t* module, argument
339 return module->methods->open(module, NVRAM_HARDWARE_DEVICE_ID,
/hardware/libhardware/modules/thermal/
H A Dthermal.c39 static ssize_t get_temperatures(thermal_module_t *module, temperature_t *list, size_t size) { argument
86 static ssize_t get_cpu_usages(thermal_module_t *module, cpu_usage_t *list) { argument
160 static ssize_t get_cooling_devices(thermal_module_t *module, cooling_device_t *list, size_t size) { argument
/hardware/akm/AK8975_FS/libsensors/
H A Dsensors.cpp98 static int open_sensors(const struct hw_module_t* module, const char* id,
101 static int sensors__get_sensors_list(struct sensors_module_t* module, argument
118 .name = "AKM Sensor module",
356 static int open_sensors(const struct hw_module_t* module, const char* id, argument
366 dev->device.common.module = const_cast<hw_module_t*>(module);
/hardware/bsp/intel/peripheral/light/mraa/
H A Dlights.c382 * Close the lights module
474 * @param module associated hw module data structure
479 static int open_lights(const struct hw_module_t *module, char const *name, argument
485 ALOGV("%s: Opening %s lights module", __func__, name);
504 ALOGE("%s: Failed to initialize lights module", __func__);
516 dev->base_dev.common.module = (struct hw_module_t *)module;
540 .name = "Edison lights module",
/hardware/bsp/intel/peripheral/sensors/mraa/
H A DSensorsHAL.cpp29 SensorContext::SensorContext(const hw_module_t *module) { argument
40 device.common.module = const_cast<hw_module_t*>(module);
89 int SensorContext::OpenWrapper(const struct hw_module_t *module, argument
94 ctx = new SensorContext(module);
106 int SensorContext::GetSensorsListWrapper(struct sensors_module_t *module, argument
/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DHwcModule.cpp225 static int hwc_device_open(const struct hw_module_t* module, argument
251 hwc.hwc_composer_device_1_t::common.module =
252 const_cast<hw_module_t*>(module);
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
H A DHwcModule.cpp230 static int hwc_device_open(const struct hw_module_t* module, argument
256 hwc.hwc_composer_device_1_t::common.module =
257 const_cast<hw_module_t*>(module);
/hardware/invensense/65xx/libsensors_iio/
H A Dsensors_mpl.cpp56 static int open_sensors(const struct hw_module_t* module, const char* id,
59 static int sensors__get_sensors_list(struct sensors_module_t* module, argument
76 name: "Invensense module",
382 static int open_sensors(const struct hw_module_t* module, const char* id, argument
393 dev->device.common.module = const_cast<hw_module_t*>(module);
/hardware/libhardware/modules/gralloc/
H A Dframebuffer.cpp85 dev->common.module);
101 dev->common.module);
142 int mapFrameBufferLocked(struct private_module_t* module) argument
145 if (module->framebuffer) {
275 module->flags = flags;
276 module->info = info;
277 module->finfo = finfo;
278 module->xdpi = xdpi;
279 module->ydpi = ydpi;
280 module
303 mapFrameBuffer(struct private_module_t* module) argument
322 fb_device_open(hw_module_t const* module, const char* name, hw_device_t** device) argument
[all...]
H A Dgralloc.cpp52 int fb_device_open(const hw_module_t* module, const char* name,
55 static int gralloc_device_open(const hw_module_t* module, const char* name,
58 extern int gralloc_lock(gralloc_module_t const* module,
63 extern int gralloc_unlock(gralloc_module_t const* module,
66 extern int gralloc_register_buffer(gralloc_module_t const* module,
69 extern int gralloc_unregister_buffer(gralloc_module_t const* module,
108 dev->common.module);
161 dev->common.module);
184 gralloc_module_t* module = reinterpret_cast<gralloc_module_t*>( local
185 dev->common.module);
265 gralloc_module_t* module = reinterpret_cast<gralloc_module_t*>( local
289 gralloc_device_open(const hw_module_t* module, const char* name, hw_device_t** device) argument
[all...]
/hardware/libhardware/modules/usbcamera/
H A DCamera.cpp125 int Camera::open(const hw_module_t *module, hw_device_t **device) { argument
136 mDevice.common.module = const_cast<hw_module_t*>(module);
/hardware/libhardware/modules/vehicle/
H A Dvehicle.c540 static int vdev_open(const hw_module_t* module, const char* name UNUSED, argument
550 // Common functions provided by harware.h to access module and device(s).
553 vdev->vehicle_device.common.module = (hw_module_t *) module;
/hardware/libhardware_legacy/audio/
H A DAudioPolicyCompatClient.cpp38 audio_io_handle_t AudioPolicyCompatClient::openOutput(audio_module_handle_t module, argument
47 return mServiceOps->open_output_on_module(mService, module, pDevices, pSamplingRate,
73 audio_io_handle_t AudioPolicyCompatClient::openInput(audio_module_handle_t module, argument
79 return mServiceOps->open_input_on_module(mService, module, pDevices,

Completed in 1009 milliseconds

12345678