Searched refs:devDesc (Results 1 – 6 of 6) sorted by relevance
62 sp<DeviceDescriptor> devDesc = in addOutputProfile() local64 addDynamicDevice(devDesc); in addOutputProfile()66 devDesc->attach(this); in addOutputProfile()67 profile->addSupportedDevice(devDesc); in addOutputProfile()130 sp<DeviceDescriptor> devDesc = in addInputProfile() local132 addDynamicDevice(devDesc); in addInputProfile()134 devDesc->attach(this); in addInputProfile()135 profile->addSupportedDevice(devDesc); in addInputProfile()
54 android::status_t setDeviceConnectionState(const sp<DeviceDescriptor> devDesc,
108 virtual status_t setDeviceConnectionState(const android::sp<android::DeviceDescriptor> devDesc,
70 status_t EngineBase::setDeviceConnectionState(const sp<DeviceDescriptor> devDesc, in setDeviceConnectionState() argument73 audio_devices_t deviceType = devDesc->type(); in setDeviceConnectionState()81 mLastRemovableMediaDevices.setRemovableMediaDevices(devDesc, state); in setDeviceConnectionState()
473 sp<DeviceDescriptor> devDesc = in getDeviceConnectionState() local478 if (devDesc == 0) { in getDeviceConnectionState()522 sp<DeviceDescriptor> devDesc = deviceList.itemAt(0); in handleDeviceConfigChange() local534 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() argument747 .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 …]
852 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,