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

123456

/hardware/libhardware_legacy/audio/
H A Daudio_hw_hal.cpp34 struct audio_module module; member in struct:android_audio_legacy::legacy_audio_module
635 static int legacy_adev_open(const hw_module_t* module, const char* name, argument
650 ladev->device.common.module = const_cast<hw_module_t*>(module);
689 module: {
/hardware/qcom/audio/legacy/alsa_sound/
H A Daudio_hw_hal.cpp35 struct audio_module module; member in struct:android_audio_legacy::qcom_audio_module
706 static int qcom_adev_open(const hw_module_t* module, const char* name, argument
721 qadev->device.common.module = const_cast<hw_module_t*>(module);
766 module: {
H A DAudioHardwareALSA.h53 * The id of ALSA module
167 alsa_device_t * module; member in struct:android_audio_legacy::alsa_handle_t
H A Dalsa_default.cpp116 name : "QCOM ALSA module",
124 static int s_device_open(const hw_module_t* module, const char* name, argument
137 dev->common.module = (hw_module_t *) module;
181 ALOGV("ALSA module opened");
620 static status_t s_init(alsa_device_t *module, ALSAHandleList &list) argument
622 ALOGV("s_init: Initializing devices for ALSA module");
/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp769 static int adev_open(const hw_module_t* module, const char* name, argument
784 rsxadev->device.common.module = (struct hw_module_t *) module;
/hardware/libhardware/modules/camera/
H A DCamera.cpp79 int Camera::open(const hw_module_t *module, hw_device_t **device) argument
92 mDevice.common.module = const_cast<hw_module_t*>(module);
/hardware/libhardware/tests/camera2/
H A Dcamera2_utils.cpp583 int HWModuleHelpers::closeModule(hw_module_t* module) { argument
586 if (!module) {
590 status = dlclose(module->dso);
H A Dcamera2_utils.h243 static int closeModule(hw_module_t* module);
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_copybit.cpp552 hw_module_t const *module; local
562 if (hw_get_module(COPYBIT_HARDWARE_MODULE_ID, &module) == 0) {
563 if(copybit_open(module, &mEngine) < 0) {
567 ALOGE("FATAL ERROR: copybit hw module not found");
/hardware/qcom/display/msm8974/libhwcomposer/
H A Dhwc_copybit.cpp605 hw_module_t const *module; local
615 if (hw_get_module(COPYBIT_HARDWARE_MODULE_ID, &module) == 0) {
616 if(copybit_open(module, &mEngine) < 0) {
620 ALOGE("FATAL ERROR: copybit hw module not found");
/hardware/qcom/display/msm8x26/libhwcomposer/
H A Dhwc_copybit.cpp552 hw_module_t const *module; local
562 if (hw_get_module(COPYBIT_HARDWARE_MODULE_ID, &module) == 0) {
563 if(copybit_open(module, &mEngine) < 0) {
567 ALOGE("FATAL ERROR: copybit hw module not found");
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
H A Domx_proxy_videodec.c170 hw_module_t const* module; local
204 err = hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &module);
207 pComponentPrivate->grallocModule = (gralloc_module_t const *)module;
212 %s module err = %x", GRALLOC_HARDWARE_MODULE_ID, err);
/hardware/qcom/keymaster/
H A Dkeymaster_qcom.cpp732 static int qcom_km_open(const hw_module_t* module, const char* name, argument
767 dev->common.module = (struct hw_module_t*) module;
/hardware/qcom/display/msm8960/libcopybit/
H A Dcopybit_c2d.cpp191 static int open_copybit(const struct hw_module_t* module, const char* name,
1458 static int open_copybit(const struct hw_module_t* module, const char* name, argument
1521 ctx->device.common.module = (hw_module_t*)(module);
/hardware/qcom/display/msm8974/libcopybit/
H A Dcopybit_c2d.cpp193 static int open_copybit(const struct hw_module_t* module, const char* name,
1491 static int open_copybit(const struct hw_module_t* module, const char* name, argument
1554 ctx->device.common.module = (hw_module_t*)(module);
/hardware/qcom/display/msm8x26/libcopybit/
H A Dcopybit_c2d.cpp191 static int open_copybit(const struct hw_module_t* module, const char* name,
1458 static int open_copybit(const struct hw_module_t* module, const char* name, argument
1521 ctx->device.common.module = (hw_module_t*)(module);
/hardware/ti/omap4xxx/hwc/
H A Dhwc.c1966 static int omap4_hwc_device_open(const hw_module_t* module, const char* name, argument
1969 omap4_hwc_module_t *hwc_mod = (omap4_hwc_module_t *)module;
1997 hwc_dev->base.common.module = (hw_module_t *)module;
/hardware/qcom/audio/hal/
H A Daudio_hw.c2320 static int adev_open(const hw_module_t *module, const char *name, argument
2333 adev->device.common.module = (struct hw_module_t *)module;
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp2055 static int exynos5_open(const struct hw_module_t *module, const char *name, argument
2072 ALOGE("failed to get gralloc hw module");
2162 dev->base.common.module = const_cast<hw_module_t *>(module);
2236 name: "Samsung exynos5 hwcomposer module",
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h1306 uint8 module; member in struct:wlc_iov_trx_s
4476 #define LOG_MODULE_MAX 3 /* Update when adding module */
4497 uint16 module; /* bitmap */ member in struct:wlc_extlog_cfg
4505 uint16 module; member in struct:log_record
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCameraHWInterface.cpp4475 static int HAL_camera_device_open(const struct hw_module_t* module, argument
4504 g_cam_device->common.module = const_cast<hw_module_t *>(module);
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.cpp6405 static int HAL2_camera_device_open(const struct hw_module_t* module, argument
6445 g_cam2_device->common.module = const_cast<hw_module_t *>(module);

Completed in 772 milliseconds

123456