Home
last modified time | relevance | path

Searched refs:outValue (Results 1 – 25 of 27) sorted by relevance

12

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DFakeObd2Frame.cpp119 VehiclePropValue* outValue) { in fillObd2FreezeFrame() argument
135 outValue->prop = OBD2_FREEZE_FRAME; in fillObd2FreezeFrame()
136 outValue->value.int32Values = freezeFrame->value.int32Values; in fillObd2FreezeFrame()
137 outValue->value.floatValues = freezeFrame->value.floatValues; in fillObd2FreezeFrame()
138 outValue->value.bytes = freezeFrame->value.bytes; in fillObd2FreezeFrame()
139 outValue->value.stringValue = freezeFrame->value.stringValue; in fillObd2FreezeFrame()
140 outValue->timestamp = freezeFrame->timestamp; in fillObd2FreezeFrame()
144 StatusCode fillObd2DtcInfo(VehiclePropertyStore* propStore, VehiclePropValue* outValue) { in fillObd2DtcInfo() argument
149 outValue->value.int64Values = timestamps; in fillObd2DtcInfo()
150 outValue->prop = OBD2_FREEZE_FRAME_INFO; in fillObd2DtcInfo()
DFakeObd2Frame.h34 VehiclePropValue* outValue);
35 StatusCode fillObd2DtcInfo(VehiclePropertyStore* propStore, VehiclePropValue* outValue);
/hardware/interfaces/tests/foo/1.0/default/
DFoo.cpp22 ContainsUnion& outValue = res[i]; in convertToBoolIfSmall() local
25 outValue.discriminator = Discriminator::BOOL; in convertToBoolIfSmall()
26 outValue.value.boolValue = u[i].boolValue; in convertToBoolIfSmall()
30 outValue.discriminator = Discriminator::BOOL; in convertToBoolIfSmall()
31 outValue.value.boolValue = static_cast<bool>(value); in convertToBoolIfSmall()
33 outValue.discriminator = Discriminator::INT; in convertToBoolIfSmall()
34 outValue.value.intValue = value; in convertToBoolIfSmall()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/obd2frame/src/
DFakeObd2Frame.cpp164 auto outValue = in getObd2DtcInfo() local
166 outValue->value.int64Values = timestamps; in getObd2DtcInfo()
167 outValue->prop = OBD2_FREEZE_FRAME_INFO; in getObd2DtcInfo()
168 return outValue; in getObd2DtcInfo()
/hardware/google/graphics/gs101/libhwc2.1/libvirtualdisplay/
DExynosVirtualDisplayModule.h36 int32_t /*hwc2_attribute_t*/ attribute, int32_t* outValue);
DExynosVirtualDisplayModule.cpp43 int32_t /*hwc2_attribute_t*/ __unused attribute, int32_t* __unused outValue) in getDisplayAttribute() argument
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/
DHWC2OnFbAdapter.cpp259 int32_t attribute, int32_t* outValue) { in getDisplayAttributeHook() argument
271 *outValue = int32_t(info.width); in getDisplayAttributeHook()
274 *outValue = int32_t(info.height); in getDisplayAttributeHook()
277 *outValue = int32_t(info.vsync_period_ns); in getDisplayAttributeHook()
280 *outValue = int32_t(info.xdpi_scaled); in getDisplayAttributeHook()
283 *outValue = int32_t(info.ydpi_scaled); in getDisplayAttributeHook()
/hardware/interfaces/graphics/composer/2.4/utils/passthrough/include/composer-passthrough/2.4/
DHwcHal.h123 int32_t* outValue) override { in getDisplayAttribute_2_4() argument
125 mDevice, display, config, static_cast<int32_t>(attribute), outValue); in getDisplayAttribute_2_4()
126 if (err != HWC2_ERROR_NONE && *outValue == -1) { in getDisplayAttribute_2_4()
/hardware/interfaces/graphics/composer/2.4/utils/hal/include/composer-hal/2.4/
DComposerHal.h65 int32_t* outValue) = 0;
/hardware/libhardware/modules/input/evdev/
DInputHub.cpp102 virtual status_t getAbsoluteAxisValue(int32_t axis, int32_t* outValue) const override;
343 status_t EvdevDeviceNode::getAbsoluteAxisValue(int32_t axis, int32_t* outValue) const { in getAbsoluteAxisValue()
344 *outValue = 0; in getAbsoluteAxisValue()
355 *outValue = info.value; in getAbsoluteAxisValue()
DInputHub.h100 virtual status_t getAbsoluteAxisValue(int32_t axis, int32_t* outValue) const = 0;
/hardware/libhardware/tests/input/evdev/
DInputMocks.h91 virtual status_t getAbsoluteAxisValue(int32_t axis, int32_t* outValue) const override { in getAbsoluteAxisValue() argument
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
DHWC2On1Adapter.h207 HWC2::Attribute attribute, int32_t* outValue);
486 int32_t intAttribute, int32_t* outValue) { in getDisplayAttributeHook() argument
489 config, attribute, outValue); in getDisplayAttributeHook()
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.h194 HWC2::Attribute attribute, int32_t* outValue);
420 int32_t intAttribute, int32_t* outValue) { in getDisplayAttributeHook() argument
423 config, attribute, outValue); in getDisplayAttributeHook()
DHWC2On1Adapter.cpp649 Attribute attribute, int32_t* outValue) in getAttribute() argument
658 *outValue = mConfigs[configId]->getAttribute(attribute); in getAttribute()
660 to_string(attribute).c_str(), *outValue); in getAttribute()
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerHal.h84 IComposerClient::Attribute attribute, int32_t* outValue) = 0;
/hardware/google/graphics/common/libhwc2.1/
DExynosHWC.h74 int32_t attribute, int32_t *outValue);
DExynosHWC.cpp383 hwc2_config_t config, int32_t /*hwc2_attribute_t*/ attribute, int32_t* outValue) in exynos_getDisplayAttribute() argument
390 return exynosDisplay->getDisplayAttribute(config, attribute, outValue); in exynos_getDisplayAttribute()
/hardware/interfaces/graphics/composer/2.1/utils/passthrough/include/composer-passthrough/2.1/
DHwcHal.h202 int32_t* outValue) override { in getDisplayAttribute() argument
204 static_cast<int32_t>(attribute), outValue); in getDisplayAttribute()
/hardware/google/graphics/common/hwc3/include/
DIComposerHal.h134 DisplayAttribute attribute, int32_t* outValue) = 0;
/hardware/google/graphics/common/hwc3/impl/
DHalImpl.h64 int32_t* outValue) override;
DHalImpl.cpp418 DisplayAttribute attribute, int32_t* outValue) { in getDisplayAttribute() argument
427 auto err = halDisplay->getDisplayAttribute(hwcConfig, hwcAttr, outValue); in getDisplayAttribute()
428 if (err != HWC2_ERROR_NONE && *outValue == -1) { in getDisplayAttribute()
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp611 Attribute attribute, int32_t* outValue) { in getAttribute() argument
619 *outValue = mConfigs[configId]->getAttribute(attribute); in getAttribute()
621 to_string(attribute).c_str(), *outValue); in getAttribute()
/hardware/libhardware/include_all/hardware/
Dhwcomposer2.h1579 int32_t /*hwc2_attribute_t*/ attribute, int32_t* outValue);
/hardware/libhardware/include/hardware/
Dhwcomposer2.h1579 int32_t /*hwc2_attribute_t*/ attribute, int32_t* outValue);

12