Home
last modified time | relevance | path

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

/device/generic/car/common/vhaloverride/
Duxr.car.json5 "property": "VehicleProperty::PERF_VEHICLE_SPEED", string
15 "property": "VehicleProperty::GEAR_SELECTION", string
34 "property": "VehicleProperty::PARKING_BRAKE_ON", string
Dev.car.json5 "property": "VehicleProperty::INFO_FUEL_TYPE", string
13 "property": "VehicleProperty::INFO_EV_CONNECTOR_TYPE", string
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/include/
Dlibfdt.h144 static inline void fdt32_st(void *property, uint32_t value) in fdt32_st()
168 static inline void fdt64_st(void *property, uint64_t value) in fdt64_st()
621 #define fdt_for_each_property_offset(property, fdt, node) \ argument