Home
last modified time | relevance | path

Searched defs:property (Results 1 – 25 of 35) sorted by relevance

12

/hardware/libhardware/modules/camera/3_4/metadata/
Dproperty_test.cpp43 Property<int32_t> property(int_tag_, 1); in TEST_F() local
57 Property<int32_t> property(int_tag_, data); in TEST_F() local
75 Property<std::vector<float>> property(float_tag_, data); in TEST_F() local
91 Property<std::array<float, 4>> property(float_tag_, data); in TEST_F() local
109 Property<ArrayVector<uint8_t, 3>> property(byte_tag_, data); in TEST_F() local
123 Property<int32_t> property(int_tag_, 1); in TEST_F() local
133 Property<int32_t> property(int_tag_, 1); in TEST_F() local
144 Property<int32_t> property(int_tag_, 1); in TEST_F() local
150 Property<int32_t> property(int_tag_, 1); in TEST_F() local
/hardware/interfaces/automotive/vehicle/aidl/impl/3/default_config/config/
DVendorClusterTestProperties.json4 "property": "TestVendorProperty::VENDOR_CLUSTER_SWITCH_UI", string
9 "property": "TestVendorProperty::VENDOR_CLUSTER_DISPLAY_STATE", string
14 "property": "TestVendorProperty::VENDOR_CLUSTER_REPORT_STATE", string
47 "property": "TestVendorProperty::VENDOR_CLUSTER_REQUEST_DISPLAY", string
58 "property": "TestVendorProperty::VENDOR_CLUSTER_NAVIGATION_STATE", string
DDefaultProperties.json5 "property": "VehicleProperty::INFO_FUEL_CAPACITY", string
13 "property": "VehicleProperty::INFO_FUEL_TYPE", string
21 "property": "VehicleProperty::INFO_EV_BATTERY_CAPACITY", string
29 "property": "VehicleProperty::INFO_EV_CONNECTOR_TYPE", string
37 "property": "VehicleProperty::INFO_FUEL_DOOR_LOCATION", string
45 "property": "VehicleProperty::INFO_EV_PORT_LOCATION", string
53 "property": "VehicleProperty::INFO_MULTI_EV_PORT_LOCATIONS", string
62 "property": "VehicleProperty::INFO_VIN", string
68 "property": "VehicleProperty::INFO_MAKE", string
74 "property": "VehicleProperty::INFO_MODEL", string
[all …]
DTestProperties.json4 "property": "TestVendorProperty::MIXED_TYPE_PROPERTY_FOR_TEST", string
31 "property": "TestVendorProperty::VENDOR_EXTENSION_BOOLEAN_PROPERTY", string
70 "property": "TestVendorProperty::VENDOR_EXTENSION_FLOAT_PROPERTY", string
97 "property": "TestVendorProperty::VENDOR_EXTENSION_INT_PROPERTY", string
134 "property": "TestVendorProperty::VENDOR_EXTENSION_STRING_PROPERTY", string
142 "property": "TestVendorProperty::PLACEHOLDER_PROPERTY_INT", string
152 "property": "TestVendorProperty::PLACEHOLDER_PROPERTY_FLOAT", string
162 "property": "TestVendorProperty::PLACEHOLDER_PROPERTY_BOOLEAN", string
172 "property": "TestVendorProperty::PLACEHOLDER_PROPERTY_STRING", string
180 "property": "TestVendorProperty::ECHO_REVERSE_BYTES", string
[all …]
/hardware/interfaces/automotive/vehicle/aidl/impl/current/default_config/config/
DVendorClusterTestProperties.json4 "property": "TestVendorProperty::VENDOR_CLUSTER_SWITCH_UI", string
9 "property": "TestVendorProperty::VENDOR_CLUSTER_DISPLAY_STATE", string
14 "property": "TestVendorProperty::VENDOR_CLUSTER_REPORT_STATE", string
47 "property": "TestVendorProperty::VENDOR_CLUSTER_REQUEST_DISPLAY", string
58 "property": "TestVendorProperty::VENDOR_CLUSTER_NAVIGATION_STATE", string
DDefaultProperties.json5 "property": "VehicleProperty::INFO_FUEL_CAPACITY", string
13 "property": "VehicleProperty::INFO_FUEL_TYPE", string
21 "property": "VehicleProperty::INFO_EV_BATTERY_CAPACITY", string
29 "property": "VehicleProperty::INFO_EV_CONNECTOR_TYPE", string
37 "property": "VehicleProperty::INFO_FUEL_DOOR_LOCATION", string
45 "property": "VehicleProperty::INFO_EV_PORT_LOCATION", string
53 "property": "VehicleProperty::INFO_MULTI_EV_PORT_LOCATIONS", string
62 "property": "VehicleProperty::INFO_VIN", string
68 "property": "VehicleProperty::INFO_MAKE", string
74 "property": "VehicleProperty::INFO_MODEL", string
[all …]
DTestProperties.json5 "property": "TestVendorProperty::MIXED_TYPE_PROPERTY_FOR_TEST", string
32 "property": "TestVendorProperty::VENDOR_EXTENSION_BOOLEAN_PROPERTY", string
71 "property": "TestVendorProperty::VENDOR_EXTENSION_FLOAT_PROPERTY", string
100 "property": "TestVendorProperty::VENDOR_EXTENSION_INT_PROPERTY", string
143 "property": "TestVendorProperty::VENDOR_EXTENSION_STRING_PROPERTY", string
151 "property": "TestVendorProperty::PLACEHOLDER_PROPERTY_INT", string
161 "property": "TestVendorProperty::PLACEHOLDER_PROPERTY_FLOAT", string
171 "property": "TestVendorProperty::PLACEHOLDER_PROPERTY_BOOLEAN", string
181 "property": "TestVendorProperty::PLACEHOLDER_PROPERTY_STRING", string
189 "property": "TestVendorProperty::ECHO_REVERSE_BYTES", string
[all …]
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehiclePropConfigIndex.h41 bool hasConfig(int32_t property) const { in hasConfig()
45 const VehiclePropConfig& getConfig(int32_t property) const { in getConfig()
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DDefaultVehicleHal.cpp179 int32_t property = value.prop; in checkPropValue() local
287 int32_t property = value.prop; in checkValueRange() local
385 int32_t property = propValue.prop; in set() local
483 for (int32_t property : properties) { in onContinuousPropertyTimer() local
533 StatusCode DefaultVehicleHal::subscribe(int32_t property, float sampleRate) { in subscribe()
551 StatusCode DefaultVehicleHal::unsubscribe(int32_t property) { in unsubscribe()
/hardware/interfaces/automotive/vehicle/aidl/impl/3/fake_impl/hardware/test/override/
Dgear_selection.json5 "property": "VehicleProperty::GEAR_SELECTION", string
Dhvac_temperature_set.json5 "property": "VehicleProperty::HVAC_TEMPERATURE_SET", string
/hardware/interfaces/automotive/vehicle/aidl/impl/current/fake_impl/hardware/test/override/
Dgear_selection.json5 "property": "VehicleProperty::GEAR_SELECTION", string
Dhvac_temperature_set.json5 "property": "VehicleProperty::HVAC_TEMPERATURE_SET", string
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/tests/
DDefaultConfigSupportedPropertyIds_test.cpp39 for (const auto& property : impl::kVehicleProperties) { in TEST() local
DProtoMessageConverter_test.cpp89 for (auto& property : impl::kVehicleProperties) { in TEST() local
/hardware/interfaces/bluetooth/1.0/default/
Dbluetooth_address.cc47 char property[PROPERTY_VALUE_MAX] = {0}; in get_local_address() local
/hardware/interfaces/automotive/vehicle/aidl/impl/3/utils/common/src/
DVehicleUtils.cpp124 int32_t property = value.prop; in checkPropValue() local
240 int32_t property = value.prop; in checkValueRange() local
/hardware/interfaces/automotive/vehicle/aidl/impl/current/utils/common/src/
DVehicleUtils.cpp124 int32_t property = value.prop; in checkPropValue() local
240 int32_t property = value.prop; in checkValueRange() local
/hardware/libhardware/modules/sensors/dynamic_sensor/
DDummyDynamicAccelDaemon.cpp40 char property[PROPERTY_VALUE_MAX+1]; in DummyDynamicAccelDaemon() local
/hardware/libhardware/tests/input/evdev/
DInputMocks.h61 virtual bool hasInputProperty(int32_t property) const override { in hasInputProperty()
80 void addInputProperty(int32_t property) { mInputProperties.insert(property); } in addInputProperty()
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DVehicleManager_fuzzer.h66 void sendHalError(StatusCode error, int32_t property, int32_t areaId) { in sendHalError()
DVehicleManager_fuzzer.cpp100 auto property = static_cast<VehicleProperty>(requestedPropValue.prop); in get() local
453 void VehicleHalManagerFuzzer::invokeGet(int32_t property, int32_t areaId) { in invokeGet()
/hardware/interfaces/bluetooth/1.0/default/test/fuzzer/
DbluetoothV1.0_fuzzer.cpp143 char property[PROPERTY_VALUE_MAX] = {0}; in process() local
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehicleHalManager_test.cpp70 auto property = static_cast<VehicleProperty>(requestedPropValue.prop); in get() local
121 void sendHalError(StatusCode error, int32_t property, int32_t areaId) { in sendHalError()
157 void invokeGet(int32_t property, int32_t areaId) { in invokeGet()
/hardware/interfaces/bluetooth/aidl/default/
DBluetoothHci.cpp51 std::optional<std::string> GetSystemProperty(const std::string& property) { in GetSystemProperty()

12