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

1234

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer_hwc1.cpp213 // Load and prepare the hardware composer module. Sets mHwc.
216 hw_module_t const* module; local
218 if (hw_get_module(HWC_HARDWARE_MODULE_ID, &module) != 0) {
219 ALOGE("%s module not found", HWC_HARDWARE_MODULE_ID);
223 int err = hwc_open_1(module, &mHwc);
241 // Load and prepare the FB HAL, which uses the gralloc module. Sets mFbDev.
244 hw_module_t const* module; local
246 int err = hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &module);
248 ALOGE("%s module not found", GRALLOC_HARDWARE_MODULE_ID);
252 return framebuffer_open(module,
[all...]
/frameworks/av/media/libaudioclient/
H A DIAudioFlinger.cpp456 virtual status_t openOutput(audio_module_handle_t module, argument
469 data.writeInt32(module);
530 virtual status_t openInput(audio_module_handle_t module, argument
543 data.writeInt32(module);
1162 audio_module_handle_t module = (audio_module_handle_t)data.readInt32(); local
1172 status_t status = openOutput(module, &output, &config,
1208 audio_module_handle_t module = (audio_module_handle_t)data.readInt32(); local
1219 status_t status = openInput(module, &input, &config,
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioPort.cpp35 void AudioPort::attach(const sp<HwModule>& module) argument
37 mModule = module;
65 return "invalid module";
/frameworks/native/cmds/dumpstate/
H A DAndroid.mk54 # TODO: this module is necessary so the device-specific libdumpstate implementations do not
/frameworks/opt/net/wifi/libwifi_hal/
H A DAndroid.mk50 wifi_hal_cflags += -DWIFI_DRIVER_FW_PATH_PARAM=\"/sys/module/wlan/parameters/fwpath\"
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp346 audio_module_handle_t module,
349 // if module is 0, the request comes from an old policy manager and we should load
351 if (module == 0) {
356 // then try to find a module supporting the requested device.
367 // check a match for the requested module handle
368 AudioHwDevice *audioHwDevice = mAudioHwDevs.valueFor(module);
1737 ALOGW("loadHwModule() module %s already loaded", name);
1746 ALOGE("loadHwModule() error %d loading module %s", rc, name);
1754 ALOGE("loadHwModule() init check error %d for module %s", rc, name);
1929 sp<AudioFlinger::ThreadBase> AudioFlinger::openOutput_l(audio_module_handle_t module, argument
345 findSuitableHwDev_l( audio_module_handle_t module, audio_devices_t devices) argument
2018 openOutput(audio_module_handle_t module, audio_io_handle_t *output, audio_config_t *config, audio_devices_t *devices, const String8& address, uint32_t *latencyMs, audio_output_flags_t flags) argument
2212 openInput(audio_module_handle_t module, audio_io_handle_t *input, audio_config_t *config, audio_devices_t *devices, const String8& address, audio_source_t source, audio_input_flags_t flags) argument
2236 openInput_l(audio_module_handle_t module, audio_io_handle_t *input, audio_config_t *config, audio_devices_t devices, const String8& address, audio_source_t source, audio_input_flags_t flags) argument
[all...]
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.h427 // Audio HW module functions
430 // loads a HW module.
441 virtual status_t openOutput(audio_module_handle_t module,
464 virtual audio_io_handle_t openInput(audio_module_handle_t module,
H A DAudioPolicyService.cpp1106 audio_module_handle_t module,
1127 audio_module_handle_t module,
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s27 ; * Contains module for DC/AC coefficient prediction
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp110 int OpenDevice(const hw_module_t* module, const char* id, hw_device_t** device);
144 .module = &HAL_MODULE_INFO_SYM.common,
152 int OpenDevice(const hw_module_t* /*module*/,
1100 VkShaderModule* module) {
1101 *module = AllocHandle<VkShaderModule>(device, HandleType::kShaderModule);
1097 CreateShaderModule(VkDevice device, const VkShaderModuleCreateInfo*, const VkAllocationCallbacks* , VkShaderModule* module) argument
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s27 ; * Contains module for DC/AC coefficient prediction
/frameworks/base/core/java/android/hardware/soundtrigger/
H A DSoundTrigger.java47 * A ModuleProperties describes a given sound trigger hardware module
48 * managed by the native sound trigger service. Each module has a unique
49 * ID used to target any API call to this paricular module. Module
53 /** Unique module ID provided by the native service */
1252 * Get an interface on a hardware module to control sound models and recognition on
1253 * this module.
1254 * @param moduleId Sound module system identifier {@link ModuleProperties#id}. mandatory.
1258 * @return a valid sound module in case of success or null in case of error.
1266 SoundTriggerModule module = new SoundTriggerModule(moduleId, listener, handler);
1267 return module;
[all...]
/frameworks/compile/mclinker/tools/mcld/
H A DMain.cpp208 mcld::Module& module,
239 module.setName(output);
207 ConfigureOutputName(llvm::StringRef output_name, mcld::Module& module, mcld::LinkerConfig& config) argument
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp116 sp<HwModule> module = mHwModules.getModuleForDevice(device); local
117 if (module == 0) {
118 ALOGD("setDeviceConnectionState() could not find HW module for device %08x",
123 mAvailableOutputDevices[index]->attach(module);
236 sp<HwModule> module = mHwModules.getModuleForDevice(device); local
237 if (module == NULL) {
238 ALOGW("setDeviceConnectionState(): could not find HW module for device %08x",
255 mAvailableInputDevices[index]->attach(module);
407 // If the RX device is on the primary HW module, then use legacy routing method for voice calls
412 // If the TX device is also on the primary HW module, setOutputDevic
[all...]
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h1822 VkShaderModule module; member in struct:VkPipelineShaderStageCreateInfo
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1276 milliseconds

1234