Searched refs:devDesc (Results 1 – 6 of 6) sorted by relevance
60 sp<DeviceDescriptor> devDesc = in addOutputProfile() local62 addDynamicDevice(devDesc); in addOutputProfile()64 devDesc->attach(this); in addOutputProfile()65 profile->addSupportedDevice(devDesc); in addOutputProfile()128 sp<DeviceDescriptor> devDesc = in addInputProfile() local130 addDynamicDevice(devDesc); in addInputProfile()132 devDesc->attach(this); in addInputProfile()133 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()75 mLastRemovableMediaDevices.setRemovableMediaDevices(devDesc, state); in setDeviceConnectionState()
416 sp<DeviceDescriptor> devDesc = in getDeviceConnectionState() local421 if (devDesc == 0) { in getDeviceConnectionState()465 sp<DeviceDescriptor> devDesc = deviceList.itemAt(0); in handleDeviceConfigChange() local477 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() argument709 .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 …]
757 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,