/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
D | DefaultConfig.h | 42 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 …]
|
D | DefaultVehicleHalServer.cpp | 64 prop.value = config.initialValue; in storePropInitialValue()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/default_config/JsonConfigLoader/include/ |
D | ConfigDeclaration.h | 37 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/ |
D | DefaultConfigSupportedPropertyIds_test.cpp | 44 configuredSupportedIds = property.initialValue.int32Values; in TEST()
|
D | ProtoMessageConverter_test.cpp | 96 prop.value = property.initialValue; in TEST()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/grpc/utils/proto_message_converter/test/ |
D | proto_message_converter_test.cpp | 73 .value = configDeclaration.initialValue, in prepareTestValues()
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | HWC2On1Adapter.h | 462 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/ |
D | AudioPrimaryHidlHalTest.h | 444 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/ |
D | VK_KHR_timeline_semaphore.adoc | 150 ** Added an initialValue parameter to timeline semaphore creation
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_semaphore.c | 131 *initial_value = type_info->initialValue; in get_semaphore_type()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/ |
D | FakeVehicleHardwareTest.cpp | 516 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/ |
D | JsonConfigLoader.cpp | 644 parsePropValues(propJsonValue, "defaultValue", &configDecl.initialValue, errors); in parseEachProperty()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/ |
D | FakeVehicleHardware.cpp | 324 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/ |
D | device_memory.adoc | 533 imported `id<MTLSharedEvent>` object will be set to pname:initialValue of
|
/hardware/interfaces/audio/aidl/vts/ |
D | VtsHalAudioCoreModuleTargetTest.cpp | 373 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/ |
D | synchronization.adoc | 3414 * 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/ |
D | vulkansc_hash.hpp | 6622 VULKAN_HPP_HASH_COMBINE( seed, semaphoreTypeCreateInfo.initialValue ); in operator ()()
|
D | vulkan_hash.hpp | 12600 VULKAN_HPP_HASH_COMBINE( seed, semaphoreTypeCreateInfo.initialValue ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 8277 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()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 5672 memcpy(*ptr, (uint64_t*)&forMarshaling->initialValue, sizeof(uint64_t)); in reservedmarshal_VkSemaphoreTypeCreateInfo()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 10144 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 7808 memcpy((uint64_t*)&forUnmarshaling->initialValue, *ptr, sizeof(uint64_t)); in reservedunmarshal_VkSemaphoreTypeCreateInfo()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 6361 uint64_t initialValue; member
|