Home
last modified time | relevance | path

Searched defs:prop (Results 1 – 25 of 227) sorted by relevance

12345678910

/aosp12/packages/services/Car/tests/vehiclehal_test/assets/
H A Dcar_hvac_test.json6 "prop": 356517121 number
12 "prop": 358614275 number
18 "prop": 358614275 number
24 "prop": 358614275 number
30 "prop": 358614275 number
36 "prop": 358614275 number
42 "prop": 358614275 number
48 "prop": 356517120 number
54 "prop": 356517120 number
60 "prop": 356517120 number
[all …]
H A Dcar_hvac_set_test.json6 "prop": 354419984 number
12 "prop": 354419984 number
18 "prop": 354419984 number
24 "prop": 354419984 number
H A Dcar_property_test.json6 "prop": 289408000 number
12 "prop": 289408000 number
18 "prop": 289408000 number
24 "prop": 289408000 number
H A Dcar_info_test.json6 "prop": 291504388 number
12 "prop": 291504390 number
18 "prop": 286261505 number
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DVehicleUtils.h43 inline constexpr VehiclePropertyType getPropType(int32_t prop) { in getPropType()
48 inline constexpr VehiclePropertyGroup getPropGroup(int32_t prop) { in getPropGroup()
53 inline constexpr VehicleArea getPropArea(int32_t prop) { in getPropArea()
57 inline constexpr bool isGlobalProp(int32_t prop) { in isGlobalProp()
61 inline constexpr bool isSystemProperty(int32_t prop) { in isSystemProperty()
/aosp12/packages/services/Car/tests/carservice_unit_test/src/android/car/userlib/
H A DUserHalHelperTest.java259 int prop = 1; in testCreatePropRequest_withType() local
276 int prop = 1; in testCreatePropRequest() local
351 VehiclePropValue prop = new VehiclePropValue(); in testAddUserInfo_nullCurrentUser() local
488 VehiclePropValue prop = new VehiclePropValue(); in testToUserIdentificationResponse_invalidPropType() local
496 VehiclePropValue prop = new VehiclePropValue(); in testToUserIdentificationResponse_invalidSize() local
509 VehiclePropValue prop = new VehiclePropValue(); in testToUserIdentificationResponse_invalidRequest() local
519 VehiclePropValue prop = new VehiclePropValue(); in testToUserIdentificationResponse_invalidType() local
532 VehiclePropValue prop = new VehiclePropValue(); in testToUserIdentificationResponse_invalidValue() local
545 VehiclePropValue prop = new VehiclePropValue(); in testToUserIdentificationResponse_ok() local
578 VehiclePropValue prop = new VehiclePropValue(); in testToInitialUserInfoResponse_invalidPropType() local
[all …]
/aosp12/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/hvac/
H A DHvacTestFragment.java289 private void configureOutsideTemp(View v, CarPropertyConfig prop) { in configureOutsideTemp()
293 private void configureDualOn(View v, CarPropertyConfig prop) { in configureDualOn()
304 private void configureAcOn(View v, CarPropertyConfig prop) { in configureAcOn()
315 private void configureAutoModeOn(View v, CarPropertyConfig prop) { in configureAutoModeOn()
327 private void configureFanPosition(View v, CarPropertyConfig prop) { in configureFanPosition()
379 private void configureFanSpeed(View v, CarPropertyConfig prop) { in configureFanSpeed()
420 private void configureTempSetpoint(View v, CarPropertyConfig prop) { in configureTempSetpoint()
548 private void configureRecircOn(View v, CarPropertyConfig prop) { in configureRecircOn()
560 private void configureMaxAcOn(View v, CarPropertyConfig prop) { in configureMaxAcOn()
571 private void configureMaxDefrostOn(View v, CarPropertyConfig prop) { in configureMaxDefrostOn()
[all …]
/aosp12/system/tools/sysprop/
H A DTypeChecker.cpp32 std::string SyspropTypeToContextType(const sysprop::Property& prop) { in SyspropTypeToContextType()
56 bool IsCompatible(const sysprop::Property& prop, const std::string& ctx_type) { in IsCompatible()
76 std::string GetTypeName(const sysprop::Property& prop) { in GetTypeName()
101 for (auto& prop : props.prop()) { in CheckPropertyTypes() local
H A DJavaGen.cpp211 std::string GetJavaEnumTypeName(const sysprop::Property& prop) { in GetJavaEnumTypeName()
215 std::string GetJavaTypeName(const sysprop::Property& prop) { in GetJavaTypeName()
250 std::string GetParsingExpression(const sysprop::Property& prop) { in GetParsingExpression()
310 std::string GetFormattingExpression(const sysprop::Property& prop) { in GetFormattingExpression()
369 const sysprop::Property& prop = props.prop(i); in GenerateJavaClass() local
H A DCppGen.cpp248 std::string GetCppEnumName(const sysprop::Property& prop) {
252 std::string GetCppPropTypeName(const sysprop::Property& prop) {
310 const sysprop::Property& prop = props.prop(i); local
363 const sysprop::Property& prop = props.prop(i); local
431 const sysprop::Property& prop = props.prop(i); local
H A DCommon.cpp55 const sysprop::Property& prop) { in GenerateDefaultPropName()
109 const sysprop::Property& prop) { in ValidateProp()
219 const auto& prop = props.prop(i); in ValidateProps() local
227 const auto& prop = props.prop(i); in ValidateProps() local
256 sysprop::Property& prop = *props->mutable_prop(i); in SetDefaultValues() local
270 bool IsListProp(const sysprop::Property& prop) { in IsListProp()
/aosp12/bionic/linker/
H A Dlinker_note_gnu_property_test.cpp302 GnuPropertySectionBuilder prop; in TEST() local
310 GnuPropertySectionBuilder prop; in TEST() local
322 GnuPropertySectionBuilder prop; in TEST() local
338 GnuPropertySectionBuilder prop; in TEST() local
352 GnuPropertySectionBuilder prop; in TEST() local
366 GnuPropertySectionBuilder prop; in TEST() local
389 GnuPropertySectionBuilder prop; in TEST() local
424 GnuPropertySectionBuilder prop; in TEST() local
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/obex/
H A DBmessageParser.java108 Property prop; in parse() local
151 Property prop; in parseProperties() local
194 Property prop; in parseEnvelope() local
244 Property prop; in parseBody() local
380 Property prop; in extractVcard() local
/aosp12/packages/services/Car/car-test-lib/src/android/car/test/util/
H A DVehicleHalTestingHelper.java30 public static VehiclePropConfig newConfig(int prop) { in newConfig()
41 public static VehiclePropConfig newSubscribableConfig(int prop) { in newSubscribableConfig()
/aosp12/system/libufdt/
H A Dufdt_prop_dict.c51 const struct fdt_property *prop = *prop_ptr; in _ufdt_prop_dict_find_index_by_name() local
63 struct ufdt_prop_dict *dict, const struct fdt_property *prop) { in _ufdt_prop_dict_find_index()
108 const struct fdt_property *prop = dict->props[i]; in _ufdt_prop_dict_enlarge_if_needed() local
129 const struct fdt_property *prop) { in ufdt_prop_dict_add()
/aosp12/packages/services/Car/car-test-lib/src/android/car/test/mocks/
H A DCarArgumentMatchers.java65 public static VehiclePropValue isProperty(int prop) { in isProperty()
72 public static VehiclePropValue isPropertyWithValues(int prop, int...values) { in isPropertyWithValues()
137 private PropertyIdMatcher(int prop) { in PropertyIdMatcher()
141 private PropertyIdMatcher(int prop, int[] values) { in PropertyIdMatcher()
/aosp12/packages/services/Car/user/car-user-lib/src/android/car/userlib/
H A DUserHalHelper.java228 public static VehiclePropValue createPropRequest(int prop, int requestId, int requestType) { in createPropRequest()
239 public static VehiclePropValue createPropRequest(int prop, int requestId) { in createPropRequest()
333 public static UserIdentificationResponse toUserIdentificationResponse( in toUserIdentificationResponse()
363 "invalid type at index %d on %s", index, prop); in toUserIdentificationResponse() local
367 "invalid value at index %d on %s", index, prop); in toUserIdentificationResponse() local
381 public static InitialUserInfoResponse toInitialUserInfoResponse( in toInitialUserInfoResponse()
670 private static void assertMinimumSize(@NonNull VehiclePropValue prop, int minSize) { in assertMinimumSize()
672 "not enough int32Values (minimum is %d) on %s", minSize, prop); in assertMinimumSize() local
/aosp12/frameworks/base/core/jni/
H A Dandroid_os_SystemProperties.cpp47 void ReadProperty(const prop_info* prop, Functor&& functor) in ReadProperty()
70 const prop_info* prop = __system_property_find(key.c_str()); in ReadProperty() local
140 const prop_info* prop = __system_property_find(key.c_str()); in SystemProperties_find() local
151 auto prop = reinterpret_cast<const prop_info*>(propJ); in SystemProperties_getH() local
162 auto prop = reinterpret_cast<const prop_info*>(propJ); in SystemProperties_get_integralH() local
172 auto prop = reinterpret_cast<const prop_info*>(propJ); in SystemProperties_get_booleanH() local
/aosp12/frameworks/av/media/libaaudio/src/utility/
H A DAAudioUtilities.cpp550 int32_t prop = property_get_int32(propName, defaultValue); in AAudioProperty_getMMapProperty() local
578 int32_t prop = property_get_int32(AAUDIO_PROP_MIXER_BURSTS, defaultBursts); in AAudioProperty_getMixerBursts() local
590 int32_t prop = property_get_int32(AAUDIO_PROP_WAKEUP_DELAY_USEC, defaultMicros); in AAudioProperty_getWakeupDelayMicros() local
605 int32_t prop = property_get_int32(AAUDIO_PROP_MINIMUM_SLEEP_USEC, defaultMicros); in AAudioProperty_getMinimumSleepMicros() local
619 int32_t prop = property_get_int32(AAUDIO_PROP_HW_BURST_MIN_USEC, defaultMicros); in AAudioProperty_getHardwareBurstMinMicros() local
633 int32_t prop = property_get_int32(propertyName, defaultMicros); in AAudioProperty_getMMapOffsetMicros() local
/aosp12/packages/services/Car/tools/emulator/
H A Dvhal_emulator.py170 def getConfig(self, prop): argument
188 def getProperty(self, prop, area_id): argument
207 def setProperty(self, prop, area_id, value, status=VehicleHalProto_pb2.AVAILABLE): argument
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/proto/
H A DVehicleHalProto.proto65 required int32 prop = 1; field
80 required int32 prop = 1; field
96 required int32 prop = 1; field
103 repeated VehiclePropGet prop = 3; // Provided for getConfig, getProperty commands field
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/deviceinfo/
H A DAbstractIpAddressPreferenceController.java96 LinkProperties prop = cm.getLinkProperties(cm.getActiveNetwork()); in getDefaultIpAddresses() local
100 private static String formatIpAddresses(LinkProperties prop) { in formatIpAddresses()
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
H A Domx_swvenc_hevc.cpp405 SWVENC_PROP prop; in set_parameter() local
510 SWVENC_PROP prop; in set_parameter() local
555 SWVENC_PROP prop; in set_parameter() local
680 SWVENC_PROP prop; in set_parameter() local
792 SWVENC_PROP prop; in update_profile_level() local
867 SWVENC_PROP prop; in set_config() local
889 SWVENC_PROP prop; in set_config() local
923 SWVENC_PROP prop; in set_config() local
947 SWVENC_PROP prop; in set_config() local
/aosp12/packages/services/Car/car-lib/src/android/car/hardware/property/
H A DICarProperty.aidl34 CarPropertyValue getProperty(int prop, int zone) = 3; in getProperty()
36 void setProperty(in CarPropertyValue prop, in ICarPropertyEventListener callback) = 4; in setProperty()
/aosp12/hardware/qcom/sm7250/display/sde-drm/
H A Ddrm_property.cpp176 void DRMObject::AddProperty(DRMProperty prop, uint64_t value, bool force_dirty) { in AddProperty()
192 void DRMObject::RemoveProperty(DRMProperty prop) { in RemoveProperty()

12345678910