Searched refs:Property (Results 1 – 7 of 7) 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/audio/core/all-versions/vts/functional/ |
D | AudioPrimaryHidlHalTest.h | 435 template <class Property, class BaseTestClass = AudioHidlDeviceTest> 440 Initial(Property value, Optionality check = REQUIRED) : value(value), check(check) {} in value() 441 Property value; 450 list<Property> valuesToTest, Setter setter, Getter getter, 451 const vector<Property>& invalidValues = {}) { 455 Property initialValue = expectedInitial.value; 464 for (Property setValue : valuesToTest) { 473 Property getValue; 484 for (Property invalidValue : invalidValues) { 1071 template <class Property, class CapabilityGetter> [all …]
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 77 * [Definition] Global Property: A property that applies to the entire car 1253 * Property to control power state of application processor 1275 * Property to report power state of application processor 1294 * Property to report bootup reason for the current power on. This is a 1312 * Property to represent brightness of the display. Some cars have single 1331 * Property to feed H/W input events to android 2662 * Property of this type must never be changed. Subscription is not supported 2687 * Property config defines the capabilities of it. User of the API 2701 * Property status is a dynamic value that may change based on the vehicle state. 2704 /** Property is available and behaving normally */ [all …]
|
/hardware/interfaces/drm/1.0/ |
D | IDrmPlugin.hal | 293 * Property values defined by the public API are:
|