Searched refs:Property (Results 1 – 8 of 8) sorted by relevance
/hardware/libhardware/modules/camera/3_4/ |
D | v4l2_metadata_factory.cpp | 73 new Property<std::array<int32_t, 3>>(ANDROID_CONTROL_MAX_REGIONS, in GetV4L2Metadata() 88 new Property<camera_metadata_rational_t>( in GetV4L2Metadata() 228 new Property<uint8_t>(ANDROID_CONTROL_AE_LOCK_AVAILABLE, in GetV4L2Metadata() 235 new Property<uint8_t>(ANDROID_CONTROL_AWB_LOCK_AVAILABLE, in GetV4L2Metadata() 305 std::unique_ptr<PartialMetadataInterface>(new Property<uint8_t>( in GetV4L2Metadata() 334 std::unique_ptr<PartialMetadataInterface>(new Property<uint8_t>( in GetV4L2Metadata() 348 std::unique_ptr<PartialMetadataInterface>(new Property<uint8_t>( in GetV4L2Metadata() 361 components.insert(std::make_unique<Property<float>>( in GetV4L2Metadata() 440 new Property<int32_t>(ANDROID_JPEG_MAX_SIZE, kV4L2MaxJpegSize))); in GetV4L2Metadata() 445 new Property<std::array<int32_t, 3>>( in GetV4L2Metadata() [all …]
|
D | format_metadata_factory.cpp | 245 insertion_point = std::make_unique<Property<ArrayVector<int32_t, 4>>>( in AddFormatComponents() 248 insertion_point = std::make_unique<Property<ArrayVector<int64_t, 4>>>( in AddFormatComponents() 251 insertion_point = std::make_unique<Property<ArrayVector<int64_t, 4>>>( in AddFormatComponents() 253 insertion_point = std::make_unique<Property<int64_t>>( in AddFormatComponents()
|
/hardware/libhardware/modules/camera/3_4/metadata/ |
D | property_test.cpp | 43 Property<int32_t> property(int_tag_, 1); in TEST_F() 57 Property<int32_t> property(int_tag_, data); in TEST_F() 75 Property<std::vector<float>> property(float_tag_, data); in TEST_F() 91 Property<std::array<float, 4>> property(float_tag_, data); in TEST_F() 109 Property<ArrayVector<uint8_t, 3>> property(byte_tag_, data); in TEST_F() 123 Property<int32_t> property(int_tag_, 1); in TEST_F() 133 Property<int32_t> property(int_tag_, 1); in TEST_F() 144 Property<int32_t> property(int_tag_, 1); in TEST_F() 150 Property<int32_t> property(int_tag_, 1); in TEST_F()
|
D | property.h | 27 class Property : public PartialMetadataInterface { 29 Property(int32_t tag, T value) : tag_(tag), value_(std::move(value)){}; in Property() function
|
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/ |
D | README.md | 12 1. Vehicle Property (parameter name: `vehicleProp`)
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 92 * [Definition] Global Property: A property that applies to the entire car 1502 * Property to control power state of application processor 1524 * Property to report power state of application processor 1543 * Property to report bootup reason for the current power on. This is a 1561 * Property to represent brightness of the display. Some cars have single 1580 * Property to feed H/W input events to android 1601 * Property to feed H/W rotary events to android 2989 * Property used to associate (or query the association) the current user with vehicle-specific 3858 * Property of this type must never be changed. Subscription is not supported 3883 * Property config defines the capabilities of it. User of the API [all …]
|
/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/ |
D | HintManagerTest.cc | 69 "Type": "Property"
|
/hardware/interfaces/drm/1.0/ |
D | IDrmPlugin.hal | 293 * Property values defined by the public API are:
|