Home
last modified time | relevance | path

Searched refs:property (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dvkconventions.py48 @property
57 @property
66 @property
71 @property
76 @property
81 @property
121 @property
126 @property
144 @property
149 @property
[all …]
/hardware/libhardware/modules/camera/3_4/metadata/
Dproperty_test.cpp43 Property<int32_t> property(int_tag_, 1); in TEST_F() local
46 EXPECT_EQ(property.ControlTags().size(), 0u); in TEST_F()
47 EXPECT_EQ(property.DynamicTags().size(), 0u); in TEST_F()
48 ASSERT_EQ(property.StaticTags().size(), 1u); in TEST_F()
51 EXPECT_EQ(property.StaticTags()[0], expected_tag); in TEST_F()
57 Property<int32_t> property(int_tag_, data); in TEST_F() local
61 ASSERT_EQ(property.PopulateStaticFields(&metadata), 0); in TEST_F()
75 Property<std::vector<float>> property(float_tag_, data); in TEST_F() local
79 ASSERT_EQ(property.PopulateStaticFields(&metadata), 0); in TEST_F()
91 Property<std::array<float, 4>> property(float_tag_, data); in TEST_F() local
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/
Dconventions.py57 @property
87 @property
110 @property
118 @property
126 @property
135 @property
144 @property
211 @property
234 @property
243 @property
[all …]
Dfile_process.py23 @property
28 @property
33 @property
38 @property
43 @property
50 @property
56 @property
61 @property
/hardware/interfaces/bluetooth/1.0/default/
Dbluetooth_address.cc47 char property[PROPERTY_VALUE_MAX] = {0}; in get_local_address() local
50 if (property_get(PROPERTY_BT_BDADDR_PATH, property, NULL)) { in get_local_address()
51 ALOGD("%s: Trying %s", __func__, property); in get_local_address()
53 int addr_fd = open(property, O_RDONLY); in get_local_address()
58 ALOGE("%s: Error reading address from %s: %s", __func__, property, in get_local_address()
73 ALOGE("%s: Got Invalid BDA '%s' from %s", __func__, address, property); in get_local_address()
79 if (property_get(FACTORY_BDADDR_PROPERTY, property, NULL) && in get_local_address()
80 string_to_bytes(property, local_addr)) { in get_local_address()
86 if (property_get(PERSIST_BDADDR_PROPERTY, property, NULL) && in get_local_address()
87 string_to_bytes(property, local_addr)) { in get_local_address()
/hardware/qcom/display/msm8084/libqdutils/
Dcomptype.h63 char property[PROPERTY_VALUE_MAX]; in QCCompositionType() local
65 if (property_get("debug.composition.type", property, "gpu") > 0) { in QCCompositionType()
66 if ((strncmp(property, "mdp", 3)) == 0) { in QCCompositionType()
68 } else if ((strncmp(property, "c2d", 3)) == 0) { in QCCompositionType()
70 } else if ((strncmp(property, "dyn", 3)) == 0) { in QCCompositionType()
/hardware/qcom/display/msm8994/libqdutils/
Dcomptype.h65 char property[PROPERTY_VALUE_MAX]; in QCCompositionType() local
67 if (property_get("debug.composition.type", property, "gpu") > 0) { in QCCompositionType()
68 if ((strncmp(property, "mdp", 3)) == 0) { in QCCompositionType()
70 } else if ((strncmp(property, "c2d", 3)) == 0) { in QCCompositionType()
72 } else if ((strncmp(property, "dyn", 3)) == 0) { in QCCompositionType()
/hardware/qcom/display/msm8226/libqdutils/
Dcomptype.h63 char property[PROPERTY_VALUE_MAX]; in QCCompositionType() local
65 if (property_get("debug.composition.type", property, "gpu") > 0) { in QCCompositionType()
66 if ((strncmp(property, "mdp", 3)) == 0) { in QCCompositionType()
68 } else if ((strncmp(property, "c2d", 3)) == 0) { in QCCompositionType()
70 } else if ((strncmp(property, "dyn", 3)) == 0) { in QCCompositionType()
/hardware/qcom/display/msm8960/libqdutils/
Dcomptype.h63 char property[PROPERTY_VALUE_MAX]; in QCCompositionType() local
65 if (property_get("debug.composition.type", property, "gpu") > 0) { in QCCompositionType()
66 if ((strncmp(property, "mdp", 3)) == 0) { in QCCompositionType()
68 } else if ((strncmp(property, "c2d", 3)) == 0) { in QCCompositionType()
70 } else if ((strncmp(property, "dyn", 3)) == 0) { in QCCompositionType()
/hardware/google/pixel/power-libperfmgr/aidl/
Dandroid.hardware.power-service.pixel-libperfmgr.rc15 on property:init.svc.zygote=restarting && property:vendor.powerhal.state=*
22 on property:vendor.powerhal.dalvik.vm.dex2oat-threads=*
26 on property:vendor.powerhal.dalvik.vm.dex2oat-cpu-set=*
30 # Restart powerHAL when debug property set
31 on property:ro.debuggable=1 && property:vendor.powerhal.config.debug=*
34 on property:persist.vendor.powerhal.config.debug=*
/hardware/google/pixel/common/
Dinit.pixel.rc7 on property:persist.sys.device_provisioned=1
15 # Set preferred mode when resolution property changes
16 on property:vendor.display.primary.boot_config=*
19 # Set or clear the warm reset flag upon the change of system property. The flag itself is set
20 on init && property:ro.boot.slot_successful=no
24 on property:ota.warm_reset=1
27 on property:ota.warm_reset=0
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DDefaultVehicleHal.cpp179 int32_t property = value.prop; in checkPropValue() local
180 VehiclePropertyType type = getPropType(property); in checkPropValue()
220 if (getPropGroup(property) == VehiclePropertyGroup::VENDOR) { in checkPropValue()
287 int32_t property = value.prop; in checkValueRange() local
288 VehiclePropertyType type = getPropType(property); in checkValueRange()
385 int32_t property = propValue.prop; in set() local
386 const VehiclePropConfig* config = mPropStore->getConfigOrNull(property); in set()
388 ALOGW("no config for prop 0x%x", property); in set()
392 if (!isGlobalProp(property) && areaConfig == nullptr) { in set()
396 property); in set()
[all …]
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_adreno_info.cpp65 char property[PROPERTY_VALUE_MAX]; in Init() local
66 property_get("debug.gralloc.gfx_ubwc_disable_", property, "0"); in Init()
67 if (!(strncmp(property, "1", PROPERTY_VALUE_MAX)) || in Init()
68 !(strncmp(property, "true", PROPERTY_VALUE_MAX))) { in Init()
72 if ((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) && in Init()
73 (!strncmp(property, "1", PROPERTY_VALUE_MAX) || in Init()
74 (!strncasecmp(property, "true", PROPERTY_VALUE_MAX)))) { in Init()
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_adreno_info.cpp64 char property[PROPERTY_VALUE_MAX]; in Init() local
65 property_get("debug.gralloc.gfx_ubwc_disable_", property, "0"); in Init()
66 if (!(strncmp(property, "1", PROPERTY_VALUE_MAX)) || in Init()
67 !(strncmp(property, "true", PROPERTY_VALUE_MAX))) { in Init()
71 if ((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) && in Init()
72 (!strncmp(property, "1", PROPERTY_VALUE_MAX) || in Init()
73 (!strncasecmp(property, "true", PROPERTY_VALUE_MAX)))) { in Init()
/hardware/interfaces/automotive/vehicle/aidl/impl/default_config/config/
DREADME.md3 Each JSON file in this folder is a property configuration file for reference
18 // (non-empty array of objects) The property configuration list.
20 // Each object is a configuration for one property.
23 // (number/string) The ID for the property.
27 "property": "VehicleProperty::INFO_FUEL_CAPACITY",
28 // (optional, number/string) The access mode for the property.
32 // (optional, number/string) The change mode for the property.
40 // (optional, object) The default value for the property.
41 // If not specified, the property will be shown as unavailable
54 // Only work for VehiclePropertyChangeMode::CONTINUOUS property.
[all …]
/hardware/qcom/display/msm8909/gralloc/
Dgr_adreno_info.cpp75 char property[PROPERTY_VALUE_MAX]; in AdrenoMemInfo() local
76 property_get(DISABLE_UBWC_PROP, property, "0"); in AdrenoMemInfo()
77 if (!(strncmp(property, "1", PROPERTY_VALUE_MAX)) || in AdrenoMemInfo()
78 !(strncmp(property, "true", PROPERTY_VALUE_MAX))) { in AdrenoMemInfo()
82 if ((property_get(MAP_FB_MEMORY_PROP, property, NULL) > 0) && in AdrenoMemInfo()
83 (!strncmp(property, "1", PROPERTY_VALUE_MAX) || in AdrenoMemInfo()
84 (!strncasecmp(property, "true", PROPERTY_VALUE_MAX)))) { in AdrenoMemInfo()
/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_adreno_info.cpp75 char property[PROPERTY_VALUE_MAX]; in AdrenoMemInfo() local
76 property_get("debug.gralloc.gfx_ubwc_disable_", property, "0"); in AdrenoMemInfo()
77 if (!(strncmp(property, "1", PROPERTY_VALUE_MAX)) || in AdrenoMemInfo()
78 !(strncmp(property, "true", PROPERTY_VALUE_MAX))) { in AdrenoMemInfo()
82 if ((property_get("debug.gralloc.map_fb_memory", property, NULL) > 0) && in AdrenoMemInfo()
83 (!strncmp(property, "1", PROPERTY_VALUE_MAX) || in AdrenoMemInfo()
84 (!strncasecmp(property, "true", PROPERTY_VALUE_MAX)))) { in AdrenoMemInfo()
/hardware/google/graphics/common/libhwc2.1/libdrmresource/include/
Ddrmdevice.h67 DrmProperty *property);
69 DrmProperty *property);
71 DrmProperty *property);
72 int UpdateCrtcProperty(const DrmCrtc &crtc, DrmProperty *property);
73 int UpdateConnectorProperty(const DrmConnector &conn, DrmProperty *property);
99 int UpdateObjectProperty(int id, int type, DrmProperty *property);
102 DrmProperty *property);
/hardware/libhardware/modules/sensors/dynamic_sensor/
DDummyDynamicAccelDaemon.cpp40 char property[PROPERTY_VALUE_MAX+1]; in DummyDynamicAccelDaemon() local
42 property_get(SYSPROP_PREFIX ".file", property, ""); in DummyDynamicAccelDaemon()
43 if (strcmp(property, "") != 0) { in DummyDynamicAccelDaemon()
45 this, std::string(property), std::string(FILE_NAME_REGEX)); in DummyDynamicAccelDaemon()
49 property_get(SYSPROP_PREFIX ".socket", property, ""); in DummyDynamicAccelDaemon()
50 if (strcmp(property, "") != 0) { in DummyDynamicAccelDaemon()
51 mSocketDetector = new SocketConnectionDetector(this, atoi(property)); in DummyDynamicAccelDaemon()
/hardware/google/pixel/mm/
Dpixel-mm-gki.rc23 on property:persist.device_config.vendor_system_native_boot.zram_size=*
27 on property:sys.boot_completed=1 && property:persist.vendor.boot.zram.size=*
30 on property:sys.boot_completed=1
33 on property:sys.boot_completed=1
59 on property:init.svc.dumpstatez=running
62 on property:init.svc.dumpstatez=stopped
65 on property:init.svc.bugreport=running
68 on property:init.svc.bugreport=stopped
71 on property:init.svc.bugreportd=running
74 on property:init.svc.bugreportd=stopped
[all …]
Dpixel-mm-logd.rc1 on property:persist.vendor.log.mm=1
9 on property:persist.vendor.log.mm=0
12 on property:persist.vendor.log.mm=1 && property:persist.vendor.log.mm.interval=*
/hardware/interfaces/automotive/vehicle/2.0/
DIVehicle.hal23 * Returns a list of all property configurations supported by this vehicle
29 * Returns a list of property configurations for given properties.
32 * StatusCode::INVALID_ARG, otherwise a list of vehicle property
39 * Get a vehicle property value.
57 * Set a vehicle property value.
63 * For a property with separate power control this call must return
64 * StatusCode::NOT_AVAILABLE error if property is not powered on.
69 * Subscribes to property events.
76 * information such as property Id, area Id, sample rate, etc.
82 * Unsubscribes from property events.
[all …]
/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehiclePropConfigIndex.h41 bool hasConfig(int32_t property) const { in hasConfig() argument
42 return mPropToConfig.indexOfKey(property) >= 0; in hasConfig()
45 const VehiclePropConfig& getConfig(int32_t property) const { in getConfig() argument
46 return *mPropToConfig.valueFor(property); in getConfig()
/hardware/google/pixel/thermal/
Dpixel-thermal-logd.rc1 on property:persist.vendor.log.thermal=1
4 on property:persist.vendor.log.thermal=0
7 on property:persist.vendor.log.thermal=1 && property:persist.vendor.log.thermal.interval=*
17 on property:persist.vendor.disable.thermal.control=*
20 on property:persist.vendor.disable.thermalhal.control=*
23 on property:persist.vendor.disable.usb.overheat.mitigation=*
26 on property:persist.vendor.disable.bcl.control=*
29 on property:vendor.disable.thermalhal.control=* && property:vendor.thermal.link_ready=1
32 on property:vendor.disable.thermal.control=1 && property:vendor.thermal.link_ready=1
74 on property:vendor.disable.thermal.control=0 && property:vendor.thermal.link_ready=1
[all …]
/hardware/qcom/display/msm8960/libhwcomposer/
Dhwc_vsync.cpp71 char property[PROPERTY_VALUE_MAX]; in vsync_loop() local
72 if(property_get("debug.hwc.fakevsync", property, NULL) > 0) { in vsync_loop()
73 if(atoi(property) == 1) in vsync_loop()
77 if(property_get("debug.hwc.logvsync", property, 0) > 0) { in vsync_loop()
78 if(atoi(property) == 1) in vsync_loop()

12345678910>>...12