Searched defs:module (Results 151 - 175 of 178) sorted by relevance

12345678

/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
710 static int qcom_adev_open(const hw_module_t* module, const char* name, argument
725 qadev->device.common.module = const_cast<hw_module_t*>(module);
770 module: {
H A DAudioHardwareALSA.h53 * The id of ALSA module
167 alsa_device_t * module; member in struct:android_audio_legacy::alsa_handle_t
/hardware/qcom/audio/msm8909/policy_hal/
H A DAudioPolicyManager.cpp178 sp<HwModule> module = mHwModules.getModuleForDevice(device); local
179 if (module == 0) {
180 ALOGD("setDeviceConnectionState() could not find HW module for device %08x",
185 mAvailableOutputDevices[index]->attach(module);
334 sp<HwModule> module = mHwModules.getModuleForDevice(device); local
335 if (module == NULL) {
336 ALOGW("setDeviceConnectionState(): could not find HW module for device %08x",
346 mAvailableInputDevices[index]->attach(module);
1095 // module and has a current device selection that differs from selected device.
/hardware/qcom/camera/QCamera2/HAL/
H A DQCameraMuxer.cpp259 * @modue: hw module
269 __unused const struct hw_module_t *module, const char *id,
290 * @modue: hw module
300 int QCameraMuxer::open_legacy(__unused const struct hw_module_t* module, argument
268 camera_device_open( __unused const struct hw_module_t *module, const char *id, struct hw_device_t **hw_device) argument
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera.c2246 * @module: module name
2247 * @level: module debug logging level
2254 static cam_global_debug_level_t cam_get_dbg_level(const char *module, argument
2274 ALOGE("Invalid %s debug log level %s\n", module, pValue);
2277 ALOGD("%s debug log level: %s\n", module, cam_dbg_level_to_str[rc]);
2307 * @module: origin or log message
2318 void mm_camera_debug_log(const cam_modules_t module, argument
2330 ALOGW("%s%s %s: %d: %s", cam_loginfo[module].name,
2334 ALOGE("%s%s %s: %d: %s", cam_loginfo[module]
[all...]
/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_copybit.cpp1114 hw_module_t const *module; local
1127 if (hw_get_module(COPYBIT_HARDWARE_MODULE_ID, &module) == 0) {
1128 if(copybit_open(module, &mEngine) < 0) {
1132 ALOGE("FATAL ERROR: copybit hw module not found");
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_copybit.cpp1299 hw_module_t const *module; local
1312 if (hw_get_module(COPYBIT_HARDWARE_MODULE_ID, &module) == 0) {
1313 if(copybit_open(module, &mEngine) < 0) {
1317 ALOGE("FATAL ERROR: copybit hw module not found");
/hardware/qcom/display/msm8994/libhwcomposer/
H A Dhwc_copybit.cpp1167 hw_module_t const *module; local
1180 if (hw_get_module(COPYBIT_HARDWARE_MODULE_ID, &module) == 0) {
1181 if(copybit_open(module, &mEngine) < 0) {
1185 ALOGE("FATAL ERROR: copybit hw module not found");
/hardware/qcom/display/msm8996/sdm/libs/hwc/
H A Dhwc_session.cpp89 HWCSession::HWCSession(const hw_module_t *module) { argument
97 hwc_composer_device_1_t::common.module = const_cast<hw_module_t*>(module);
189 int HWCSession::Open(const hw_module_t *module, const char *name, hw_device_t **device) { argument
192 if (!module || !name || !device) {
198 HWCSession *hwc_session = new HWCSession(module);
/hardware/libhardware/include/hardware/
H A Dhdmi_cec.h289 * Common methods of the HDMI CEC module. This *must* be the first member of
417 static inline int hdmi_cec_open(const struct hw_module_t* module, argument
419 return module->methods->open(module,
H A Dsensors.h47 * The id of this module
1145 * Every hardware module must have a data structure named HAL_MODULE_INFO_SYM
1147 * followed by module specific information.
1156 int (*get_sensors_list)(struct sensors_module_t* module,
1160 * Place the module in a specific mode. The following modes are defined
1162 * 0 - Normal operation. Default state of the module.
1383 static inline int sensors_open(const struct hw_module_t* module, argument
1385 return module->methods->open(module,
1393 static inline int sensors_open_1(const struct hw_module_t* module, argument
[all...]
H A Dhwcomposer2.h729 static inline int hwc2_open(const struct hw_module_t* module, argument
731 return module->methods->open(module, HWC_HARDWARE_COMPOSER,
H A Dinput.h547 * Common methods of the input module. This *must* be the first member
555 * Initialize the module with host callbacks. At this point the HAL should start up whatever
558 void (*init)(const input_module_t* module, input_host_t* host, input_host_callbacks_t cb);
564 void (*notify_report)(const input_module_t* module, input_report_t* report);
567 static inline int input_open(const struct hw_module_t** module, const char* type) { argument
568 return hw_get_module_by_class(INPUT_HARDWARE_MODULE_ID, type, module);
/hardware/qcom/audio/hal/
H A Daudio_hw.c3001 static int adev_open(const hw_module_t *module, const char *name, argument
3023 adev->device.common.module = (struct hw_module_t *)module;
/hardware/qcom/audio/msm8909/hal/
H A Daudio_hw.c3377 static int adev_open(const hw_module_t *module, const char *name, argument
3406 adev->device.common.module = (struct hw_module_t *)module;
/hardware/qcom/camera/usbcamcore/src/
H A DQualcommUsbCamera.cpp175 const struct hw_module_t* module, const char* id,
174 usbcam_camera_device_open( const struct hw_module_t* module, const char* id, struct hw_device_t** hw_device) argument
/hardware/qcom/display/msm8084/libcopybit/
H A Dcopybit_c2d.cpp191 static int open_copybit(const struct hw_module_t* module, const char* name,
1507 static int open_copybit(const struct hw_module_t* module, const char* name, argument
1573 ctx->device.common.module = (hw_module_t*)(module);
/hardware/qcom/display/msm8226/libcopybit/
H A Dcopybit_c2d.cpp191 static int open_copybit(const struct hw_module_t* module, const char* name,
1513 static int open_copybit(const struct hw_module_t* module, const char* name, argument
1579 ctx->device.common.module = (hw_module_t*)(module);
/hardware/qcom/display/msm8909/libcopybit/
H A Dcopybit_c2d.cpp190 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
1557 ctx->device.common.module = (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/msm8994/libcopybit/
H A Dcopybit_c2d.cpp190 static int open_copybit(const struct hw_module_t* module, const char* name,
1516 static int open_copybit(const struct hw_module_t* module, const char* name, argument
1582 ctx->device.common.module = (hw_module_t*)(module);
/hardware/qcom/display/msm8996/libcopybit/
H A Dcopybit_c2d.cpp193 static int open_copybit(const struct hw_module_t* module, const char* name,
1515 static int open_copybit(const struct hw_module_t* module, const char* name, argument
1581 ctx->device.common.module = (hw_module_t*)(module);
/hardware/ti/omap4-aah/hwc/
H A Drgz_2d.c1143 hw_module_t const* module; local
1144 int err = hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &module);
1149 gralloc = (gralloc_module_t const *)module;
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp770 // module and has a current device selection that differs from selected device.
953 ALOGE("getInput(): HW module %s not opened", profile->mModule->mName);
1580 ALOGW("could not open HW module %s", mHwModules[i]->mName);
1868 ALOGV("checkOutputsForDevice(): adding profile %zu from module %zu", j, i);
2044 ALOGV("checkOutputsForDevice(): clearing direct output profile %zu on module %zu",
2094 ALOGV("checkInputsForDevice(): adding profile %zu from module %zu",
2221 ALOGV("checkInputsForDevice(): clearing direct input profile %zu on module %zu",
3784 AudioPolicyManagerBase::IOProfile::IOProfile(HwModule *module) argument
3785 : mFlags((audio_output_flags_t)0), mModule(module)
4139 status_t AudioPolicyManagerBase::loadInput(cnode *root, HwModule *module) argument
4180 loadOutput(cnode *root, HwModule *module) argument
4229 HwModule *module = new HwModule(root->name); local
4341 HwModule *module; local
[all...]
/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;

Completed in 810 milliseconds

12345678