Home
last modified time | relevance | path

Searched refs:devDesc (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DHwModule.cpp60 sp<DeviceDescriptor> devDesc = in addOutputProfile() local
62 addDynamicDevice(devDesc); in addOutputProfile()
64 devDesc->attach(this); in addOutputProfile()
65 profile->addSupportedDevice(devDesc); in addOutputProfile()
128 sp<DeviceDescriptor> devDesc = in addInputProfile() local
130 addDynamicDevice(devDesc); in addInputProfile()
132 devDesc->attach(this); in addInputProfile()
133 profile->addSupportedDevice(devDesc); in addInputProfile()
/frameworks/av/services/audiopolicy/engineconfigurable/src/
DEngine.h54 android::status_t setDeviceConnectionState(const sp<DeviceDescriptor> devDesc,
/frameworks/av/services/audiopolicy/engine/interface/
DEngineInterface.h108 virtual status_t setDeviceConnectionState(const android::sp<android::DeviceDescriptor> devDesc,
/frameworks/av/services/audiopolicy/engine/common/src/
DEngineBase.cpp70 status_t EngineBase::setDeviceConnectionState(const sp<DeviceDescriptor> devDesc, in setDeviceConnectionState() argument
73 audio_devices_t deviceType = devDesc->type(); in setDeviceConnectionState()
75 mLastRemovableMediaDevices.setRemovableMediaDevices(devDesc, state); in setDeviceConnectionState()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp416 sp<DeviceDescriptor> devDesc = in getDeviceConnectionState() local
421 if (devDesc == 0) { in getDeviceConnectionState()
465 sp<DeviceDescriptor> devDesc = deviceList.itemAt(0); in handleDeviceConfigChange() local
477 if (availablePrimaryOutputDevices().contains(devDesc) && in handleDeviceConfigChange()
489 devDesc->setEncodedFormat(encodedFormat); in handleDeviceConfigChange()
509 devDesc->getEncodedFormat()); in handleDeviceConfigChange()
705 const sp<DeviceDescriptor>& devDesc, const char *moduleId) const { in isDeviceOfModule() argument
709 .indexOf(devDesc) != NAME_NOT_FOUND in isDeviceOfModule()
711 .indexOf(devDesc) != NAME_NOT_FOUND; in isDeviceOfModule()
3274 sp<DeviceDescriptor> devDesc = mHwModules.getDeviceDescriptor( in areAllDevicesSupported() local
[all …]
DAudioPolicyManager.h757 bool isDeviceOfModule(const sp<DeviceDescriptor>& devDesc, const char *moduleId) const;
895 void modifySurroundFormats(const sp<DeviceDescriptor>& devDesc, FormatVector *formatsPtr);
899 void updateAudioProfiles(const sp<DeviceDescriptor>& devDesc, audio_io_handle_t ioHandle,