HomeSort by relevance Sort by last modified time
    Searched refs:hwModule (Results 1 - 7 of 7) sorted by null

  /hardware/interfaces/light/2.0/default/
Light.cpp 136 const hw_module_t* hwModule = NULL;
138 int ret = hw_get_module (LIGHTS_HARDWARE_MODULE_ID, &hwModule);
140 ret = hwModule->methods->open(hwModule, name,
  /hardware/interfaces/audio/common/all-versions/default/include/common/all-versions/default/
HidlUtils.impl.h 167 config->ext.device.hwModule = halConfig.ext.device.hw_module;
174 config->ext.mix.hwModule = halConfig.ext.mix.hw_module;
205 halConfig->ext.device.hw_module = config.ext.device.hwModule;
212 halConfig->ext.mix.hw_module = config.ext.mix.hwModule;
275 port->ext.device.hwModule = halPort.ext.device.hw_module;
282 port->ext.mix.hwModule = halPort.ext.mix.hw_module;
325 halPort->ext.device.hw_module = port.ext.device.hwModule;
332 halPort->ext.mix.hw_module = port.ext.mix.hwModule;
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp 144 sp<HwModule> module = mHwModules.getModuleForDevice(device);
264 sp<HwModule> module = mHwModules.getModuleForDevice(device);
751 for (const auto& hwModule : mHwModules) {
752 for (const auto& curProfile : hwModule->getOutputProfiles()) {
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
HwModule.cpp 17 #define LOG_TAG "APM::HwModule"
20 #include "HwModule.h"
28 HwModule::HwModule(const char *name, uint32_t halVersionMajor, uint32_t halVersionMinor)
35 HwModule::~HwModule()
45 status_t HwModule::addOutputProfile(const String8& name, const audio_config_t *config,
60 status_t HwModule::addOutputProfile(const sp<IOProfile> &profile)
68 status_t HwModule::addInputProfile(const sp<IOProfile> &profile)
76 status_t HwModule::addProfile(const sp<IOProfile> &profile
    [all...]
  /hardware/interfaces/audio/common/2.0/
types.hal 839 AudioModuleHandle hwModule; // module the device is attached to
880 AudioModuleHandle hwModule; // module the stream is attached to
895 AudioModuleHandle hwModule; // module the device is attached to
    [all...]
  /hardware/interfaces/audio/common/4.0/
types.hal 800 AudioModuleHandle hwModule; // module the device is attached to
840 AudioModuleHandle hwModule; // module the stream is attached to
855 AudioModuleHandle hwModule; // module the device is attached to
871 AudioModuleHandle hwModule; // module the stream is attached to
    [all...]
  /frameworks/av/services/audioflinger/
PatchPanel.cpp 184 audio_module_handle_t hwModule = AUDIO_MODULE_HANDLE_NONE;
189 hwModule = removedPatch->mAudioPatch.sources[0].ext.device.hw_module;
200 hwModule = removedPatch->mAudioPatch.sinks[0].ext.device.hw_module;
202 if (hwModule != AUDIO_MODULE_HANDLE_NONE) {
203 ssize_t index = audioflinger->mAudioHwDevs.indexOfKey(hwModule);

Completed in 125 milliseconds