Home
last modified time | relevance | path

Searched refs:deviceParams (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/plugin/
DProductStrategy.cpp54 Device deviceParams; in sendToHW() local
55 blackboardRead(&deviceParams, sizeof(deviceParams)); in sendToHW()
57 mPolicyPluginInterface->setDeviceTypesForProductStrategy(mId, deviceParams.applicableDevice); in sendToHW()
58 mPolicyPluginInterface->setDeviceAddressForProductStrategy(mId, deviceParams.deviceAddress); in sendToHW()
/frameworks/av/services/camera/libcameraservice/common/
DDepthPhotoProcessor.cpp483 auto deviceParams = std::make_unique<DeviceParams> (Cameras::FromCameraArray(&cameraList)); in processDepthPhotoFrame() local
484 deviceParams->container = Container::FromItems(&items); in processDepthPhotoFrame()
487 deviceParams->profiles = Profiles::FromProfileArray(&profileList); in processDepthPhotoFrame()
488 std::unique_ptr<Device> device = Device::FromData(std::move(deviceParams)); in processDepthPhotoFrame()