Searched refs:module (Results 76 - 100 of 147) sorted by relevance

123456

/hardware/qcom/display/msm8x26/libgralloc/
H A Dgpu.h36 gpu_context_t(const private_module_t* module,
H A DAndroid.mk15 # Gralloc module
/hardware/akm/AK8975_FS/libsensors/
H A Dsensors.cpp97 static int open_sensors(const struct hw_module_t* module, const char* id,
100 static int sensors__get_sensors_list(struct sensors_module_t* module, argument
117 name: "AKM Sensor module",
353 static int open_sensors(const struct hw_module_t* module, const char* id, argument
363 dev->device.common.module = const_cast<hw_module_t*>(module);
H A DAndroid.mk20 # HAL module implemenation, not prelinked, and stored in
/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",
367 static int open_sensors(const struct hw_module_t* module, const char* id, argument
378 dev->device.common.module = const_cast<hw_module_t*>(module);
/hardware/libhardware/modules/gralloc/
H A DAndroid.mk18 # HAL module implemenation stored in
/hardware/libhardware/modules/hwcomposer/
H A DAndroid.mk18 # HAL module implemenation stored in
/hardware/qcom/display/msm8960/liblight/
H A DAndroid.mk16 # HAL module implemenation stored in
H A Dlights.c280 * module methods
284 static int open_lights(const struct hw_module_t* module, char const* name, argument
306 dev->common.module = (struct hw_module_t*)module;
/hardware/qcom/display/msm8960/libmemtrack/
H A DAndroid.mk17 # HAL module implemenation stored in
/hardware/qcom/display/msm8974/liblight/
H A DAndroid.mk16 # HAL module implemenation stored in
H A Dlights.c280 * module methods
284 static int open_lights(const struct hw_module_t* module, char const* name, argument
306 dev->common.module = (struct hw_module_t*)module;
/hardware/qcom/display/msm8974/libmemtrack/
H A DAndroid.mk17 # HAL module implemenation stored in
/hardware/qcom/display/msm8x26/liblight/
H A DAndroid.mk16 # HAL module implemenation stored in
H A Dlights.c280 * module methods
284 static int open_lights(const struct hw_module_t* module, char const* name, argument
306 dev->common.module = (struct hw_module_t*)module;
/hardware/samsung_slsi/exynos5/gralloc/
H A DAndroid.mk18 # HAL module implemenation stored in
/hardware/samsung_slsi/exynos5/libhwc/
H A DAndroid.mk16 # HAL module implemenation, not prelinked and stored in
/hardware/samsung_slsi/exynos5/libion_exynos/
H A DAndroid.mk18 # HAL module implemenation stored in
/hardware/samsung_slsi/exynos5/libmemtrack/
H A DAndroid.mk17 # HAL module implemenation stored in
/hardware/libhardware/include/hardware/
H A Daudio.h35 * The id of this module
45 /* Use version 0.1 to be compatible with first generation of audio hw module with version_major
46 * hardcoded to 1. No audio module API change.
430 * Every hardware module must have a data structure named HAL_MODULE_INFO_SYM
432 * followed by module specific information.
451 * audio module based on information in this file.
551 static inline int audio_hw_device_open(const struct hw_module_t* module, argument
554 return module->methods->open(module, AUDIO_HARDWARE_INTERFACE,
/hardware/libhardware/tests/camera2/
H A Dcamera2.cpp42 hw_module_t *module = NULL; local
44 (const hw_module_t **)&module);
47 << "Failure opening camera hardware module: " << res;
48 ASSERT_TRUE(NULL != module)
49 << "No camera module was set by hw_get_module";
52 std::cout << " Camera module name: "
53 << module->name << std::endl;
54 std::cout << " Camera module author: "
55 << module->author << std::endl;
56 std::cout << " Camera module AP
111 hw_module_t *module = reinterpret_cast<hw_module_t*>(sCameraModule); local
[all...]
/hardware/libhardware_legacy/audio/
H A Daudio_policy_hal.cpp37 struct audio_policy_module module; member in struct:android_audio_legacy::legacy_ap_module
431 static int legacy_ap_dev_open(const hw_module_t* module, const char* name, argument
445 dev->device.common.module = const_cast<hw_module_t*>(module);
460 module: {
/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_policy_hal.cpp37 struct audio_policy_module module; member in struct:android_audio_legacy::qcom_ap_module
422 static int qcom_ap_dev_open(const hw_module_t* module, const char* name, argument
436 dev->device.common.module = const_cast<hw_module_t*>(module);
451 module: {
/hardware/ti/wlan/mac80211/ti-utils/uim_rfkill/
H A Duim.c119 * module into the system. Currently used for
143 /* Function to insert the kernel module into the system*/
146 void *module; local
152 module = (void *)load_file(filename, &size);
153 if (!module) {
157 ret = init_module(module, size, args);
158 free(module);
163 /* Function to remove the kernel module from the system*/
183 /* Failed to remove the module
186 UIM_ERR("Unable to unload driver module \"
[all...]
/hardware/ti/wpan/ti_st/uim-sysfs/
H A Duim.c65 * module into the system. Currently used for
88 /* Function to insert the kernel module into the system*/
91 void *module; local
97 module = (void *)load_file(filename, &size);
98 if (!module)
101 ret = init_module(module, size, args);
102 free(module);
107 /* Function to remove the kernel module from the system*/
126 /* Failed to remove the module
129 UIM_ERR("Unable to unload driver module \"
[all...]

Completed in 551 milliseconds

123456