Home
last modified time | relevance | path

Searched refs:initialValue (Results 1 – 23 of 23) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DDefaultConfig.h42 VehiclePropValue::RawValue initialValue; member
54 .initialValue = {.floatValues = {15000.0f}}},
62 .initialValue = {.int32Values = {(int)FuelType::FUEL_TYPE_UNLEADED}}},
70 .initialValue = {.floatValues = {150000.0f}}},
78 .initialValue = {.int32Values = {(int)EvConnectorType::IEC_TYPE_1_AC}}},
86 .initialValue = {.int32Values = {FUEL_DOOR_REAR_LEFT}}},
94 .initialValue = {.int32Values = {CHARGE_PORT_FRONT_LEFT}}},
102 .initialValue = {.int32Values = {CHARGE_PORT_FRONT_LEFT, CHARGE_PORT_REAR_LEFT}}},
110 .initialValue = {.stringValue = "Toy Vehicle"}},
117 .initialValue = {.stringValue = "Speedy Model"}},
[all …]
DDefaultVehicleHalServer.cpp64 prop.value = config.initialValue; in storePropInitialValue()
/hardware/interfaces/automotive/vehicle/aidl/impl/default_config/JsonConfigLoader/include/
DConfigDeclaration.h37 aidl::android::hardware::automotive::vehicle::RawPropValues initialValue; member
43 return (config == other.config && initialValue == other.initialValue &&
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/tests/
DDefaultConfigSupportedPropertyIds_test.cpp44 configuredSupportedIds = property.initialValue.int32Values; in TEST()
DProtoMessageConverter_test.cpp96 prop.value = property.initialValue; in TEST()
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/utils/proto_message_converter/test/
Dproto_message_converter_test.cpp73 .value = configDeclaration.initialValue, in prepareTestValues()
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.h462 LatchedState(Layer& parent, T initialValue) in LatchedState() argument
464 mPendingValue(initialValue), in LatchedState()
465 mValue(initialValue) {} in LatchedState()
/hardware/interfaces/audio/core/all-versions/vts/functional/
DAudioPrimaryHidlHalTest.h444 Property initialValue = expectedInitial.value; variable
445 ASSERT_OK(((this->*iutGetter)().get()->*getter)(returnIn(res, initialValue)));
448 EXPECT_EQ(expectedInitial.value, initialValue);
452 valuesToTest.push_back(initialValue);
481 EXPECT_RESULT(expectedResults, ((this->*iutGetter)().get()->*setter)(initialValue));
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_timeline_semaphore.adoc150 ** Added an initialValue parameter to timeline semaphore creation
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_semaphore.c131 *initial_value = type_info->initialValue; in get_semaphore_type()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/
DFakeVehicleHardwareTest.cpp516 if (config.initialValue == RawPropValues{}) { in TEST_F()
524 .value = config.initialValue, in TEST_F()
536 if (config.initialValue == RawPropValues{}) { in TEST_F()
539 propValue.value = config.initialValue; in TEST_F()
/hardware/interfaces/automotive/vehicle/aidl/impl/default_config/JsonConfigLoader/src/
DJsonConfigLoader.cpp644 parsePropValues(propJsonValue, "defaultValue", &configDecl.initialValue, errors); in parseEachProperty()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp324 if (config.initialValue == RawPropValues{}) { in storePropInitialValue()
328 prop.value = config.initialValue; in storePropInitialValue()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_metal_objects/
Ddevice_memory.adoc533 imported `id<MTLSharedEvent>` object will be set to pname:initialValue of
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp373 PropType initialValue{}; in TestAccessors() local
374 ScopedAStatus status = (inst->*getter)(&initialValue); in TestAccessors()
391 EXPECT_IS_OK((inst->*setter)(initialValue)) << "Failed to restore the initial value"; in TestAccessors()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dsynchronization.adoc3414 * pname:initialValue is the initial payload value if pname:semaphoreType
3427 pname:pNext chain of sname:VkSemaphoreTypeCreateInfo, pname:initialValue is
3439 pname:initialValue must: be zero
3443 pname:initialValue must: be zero.
3472 pname:initialValue field of slink:VkSemaphoreTypeCreateInfo.
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp6622 VULKAN_HPP_HASH_COMBINE( seed, semaphoreTypeCreateInfo.initialValue ); in operator ()()
Dvulkan_hash.hpp12600 VULKAN_HPP_HASH_COMBINE( seed, semaphoreTypeCreateInfo.initialValue ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp8277 vkStream->write((uint64_t*)&forMarshaling->initialValue, sizeof(uint64_t)); in marshal_VkSemaphoreTypeCreateInfo()
8289 vkStream->read((uint64_t*)&forUnmarshaling->initialValue, sizeof(uint64_t)); in unmarshal_VkSemaphoreTypeCreateInfo()
Dgoldfish_vk_reserved_marshaling_guest.cpp5672 memcpy(*ptr, (uint64_t*)&forMarshaling->initialValue, sizeof(uint64_t)); in reservedmarshal_VkSemaphoreTypeCreateInfo()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp10144 vkStream->write((uint64_t*)&forMarshaling->initialValue, sizeof(uint64_t)); in marshal_VkSemaphoreTypeCreateInfo()
10168 vkStream->read((uint64_t*)&forUnmarshaling->initialValue, sizeof(uint64_t)); in unmarshal_VkSemaphoreTypeCreateInfo()
Dgoldfish_vk_reserved_marshaling.cpp7808 memcpy((uint64_t*)&forUnmarshaling->initialValue, *ptr, sizeof(uint64_t)); in reservedunmarshal_VkSemaphoreTypeCreateInfo()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h6361 uint64_t initialValue; member