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.cpp62 sp<DeviceDescriptor> devDesc = in addOutputProfile() local
64 addDynamicDevice(devDesc); in addOutputProfile()
66 devDesc->attach(this); in addOutputProfile()
67 profile->addSupportedDevice(devDesc); in addOutputProfile()
130 sp<DeviceDescriptor> devDesc = in addInputProfile() local
132 addDynamicDevice(devDesc); in addInputProfile()
134 devDesc->attach(this); in addInputProfile()
135 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()
81 mLastRemovableMediaDevices.setRemovableMediaDevices(devDesc, state); in setDeviceConnectionState()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp473 sp<DeviceDescriptor> devDesc = in getDeviceConnectionState() local
478 if (devDesc == 0) { in getDeviceConnectionState()
522 sp<DeviceDescriptor> devDesc = deviceList.itemAt(0); in handleDeviceConfigChange() local
534 if (availablePrimaryOutputDevices().contains(devDesc) && in handleDeviceConfigChange()
546 devDesc->setEncodedFormat(encodedFormat); in handleDeviceConfigChange()
566 devDesc->getEncodedFormat()); in handleDeviceConfigChange()
743 const sp<DeviceDescriptor>& devDesc, const char *moduleId) const { in isDeviceOfModule() argument
747 .indexOf(devDesc) != NAME_NOT_FOUND in isDeviceOfModule()
749 .indexOf(devDesc) != NAME_NOT_FOUND; in isDeviceOfModule()
3588 sp<DeviceDescriptor> devDesc = mHwModules.getDeviceDescriptor( in areAllDevicesSupported() local
[all …]
DAudioPolicyManager.h852 bool isDeviceOfModule(const sp<DeviceDescriptor>& devDesc, const char *moduleId) const;
1030 void modifySurroundFormats(const sp<DeviceDescriptor>& devDesc, FormatVector *formatsPtr);
1034 void updateAudioProfiles(const sp<DeviceDescriptor>& devDesc, audio_io_handle_t ioHandle,