Home
last modified time | relevance | path

Searched defs:propValue (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DHalPropValueTest.java470 CarPropertyValue propValue = value.toCarPropertyValue( in testToCarPropertyValueFromHidlBool() local
492 CarPropertyValue propValue = value.toCarPropertyValue( in testToCarPropertyValueFromHidlInt32() local
511 CarPropertyValue propValue = value.toCarPropertyValue( in testToCarPropertyValueFromHidlInt32Vec() local
529 CarPropertyValue propValue = value.toCarPropertyValue( in testToCarPropertyValueFromHidlFloat() local
548 CarPropertyValue propValue = value.toCarPropertyValue( in testToCarPropertyValueFromHidlFloatVec() local
566 CarPropertyValue propValue = value.toCarPropertyValue( in testToCarPropertyValueFromHidlInt64() local
585 CarPropertyValue propValue = value.toCarPropertyValue( in testToCarPropertyValueFromHidlInt64Vec() local
604 CarPropertyValue propValue = value.toCarPropertyValue( in testToCarPropertyValueFromHidlBytes() local
622 CarPropertyValue propValue = value.toCarPropertyValue( in testToCarPropertyValueFromHidlString() local
650 CarPropertyValue propValue = value.toCarPropertyValue(TEST_MGR_PROP, in testToCarPropertyValueFromHidlMixed() local
[all …]
DUserHalHelperTest.java98 private static List<Integer> getInt32Values(HalPropValue propValue) { in getInt32Values()
442 HalPropValue propValue = UserHalHelper.toHalPropValue(mPropValueBuilder, request); in testUserIdentificationGetRequestToHalPropValue_ok() local
933 HalPropValue propValue = UserHalHelper.toHalPropValue(mPropValueBuilder, request); in testUserIdentificationSetRequestToHalPropValue_ok() local
1005 HalPropValue propValue = UserHalHelper.toHalPropValue(mPropValueBuilder, request); in testRemoveUserRequestToHalPropValue_ok() local
1144 HalPropValue propValue = UserHalHelper.toHalPropValue(mPropValueBuilder, request); in testCreateUserRequestToHalPropValue_ok() local
1241 HalPropValue propValue = UserHalHelper.toHalPropValue(mPropValueBuilder, request); in tesSwitchUserRequestToHalPropValue_ok() local
/aosp_15_r20/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
DPropertyNodesVerifierElem.java62 public PropertyNodesVerifierElem addExpectedNodeWithOrder(String propName, String propValue) { in addExpectedNodeWithOrder()
67 String propName, String propValue, ContentValues contentValues) { in addExpectedNodeWithOrder()
79 String propName, String propValue, List<String> propValueList) { in addExpectedNodeWithOrder()
86 final String propValue = concatinateListWithSemiColon(propValueList); in addExpectedNodeWithOrder() local
91 public PropertyNodesVerifierElem addExpectedNodeWithOrder(String propName, String propValue, in addExpectedNodeWithOrder()
109 public PropertyNodesVerifierElem addExpectedNodeWithOrder(String propName, String propValue, in addExpectedNodeWithOrder()
115 public PropertyNodesVerifierElem addExpectedNodeWithOrder(String propName, String propValue, in addExpectedNodeWithOrder()
121 public PropertyNodesVerifierElem addExpectedNodeWithOrder(String propName, String propValue, in addExpectedNodeWithOrder()
127 public PropertyNodesVerifierElem addExpectedNodeWithOrder(String propName, String propValue, in addExpectedNodeWithOrder()
147 public PropertyNodesVerifierElem addExpectedNode(String propName, String propValue) { in addExpectedNode()
[all …]
/aosp_15_r20/hardware/interfaces/automotive/vehicle/2.0/utils/tests/
H A DUserHalHelper_test.cpp80 VehiclePropValue propValue{ in TEST() local
100 VehiclePropValue propValue{ in TEST() local
119 VehiclePropValue propValue{ in TEST() local
140 VehiclePropValue propValue{ in TEST() local
152 VehiclePropValue propValue{ in TEST() local
164 VehiclePropValue propValue{ in TEST() local
176 VehiclePropValue propValue{ in TEST() local
209 VehiclePropValue propValue{ in TEST() local
230 VehiclePropValue propValue{ in TEST() local
296 VehiclePropValue propValue{ in TEST() local
[all …]
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/fake_impl/userhal/test/
H A DUserHalHelper_test.cpp97 VehiclePropValue propValue{ in TEST() local
116 VehiclePropValue propValue{ in TEST() local
134 VehiclePropValue propValue{ in TEST() local
146 VehiclePropValue propValue{ in TEST() local
158 VehiclePropValue propValue{ in TEST() local
170 VehiclePropValue propValue{ in TEST() local
203 VehiclePropValue propValue{ in TEST() local
222 VehiclePropValue propValue{ in TEST() local
288 VehiclePropValue propValue{ in TEST() local
308 VehiclePropValue propValue{ in TEST() local
[all …]
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/fake_impl/userhal/test/
H A DUserHalHelper_test.cpp97 VehiclePropValue propValue{ in TEST() local
116 VehiclePropValue propValue{ in TEST() local
134 VehiclePropValue propValue{ in TEST() local
146 VehiclePropValue propValue{ in TEST() local
158 VehiclePropValue propValue{ in TEST() local
170 VehiclePropValue propValue{ in TEST() local
203 VehiclePropValue propValue{ in TEST() local
222 VehiclePropValue propValue{ in TEST() local
288 VehiclePropValue propValue{ in TEST() local
308 VehiclePropValue propValue{ in TEST() local
[all …]
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/fake_impl/userhal/src/
H A DUserHalHelper.cpp64 Result<void> verifyPropValue(const VehiclePropValue& propValue, VehicleProperty vehicleProperty, in verifyPropValue()
182 Result<InitialUserInfoRequest> toInitialUserInfoRequest(const VehiclePropValue& propValue) { in toInitialUserInfoRequest()
201 Result<SwitchUserRequest> toSwitchUserRequest(const VehiclePropValue& propValue) { in toSwitchUserRequest()
230 Result<CreateUserRequest> toCreateUserRequest(const VehiclePropValue& propValue) { in toCreateUserRequest()
249 Result<RemoveUserRequest> toRemoveUserRequest(const VehiclePropValue& propValue) { in toRemoveUserRequest()
268 const VehiclePropValue& propValue) { in toUserIdentificationGetRequest()
290 const VehiclePropValue& propValue) { in toUserIdentificationSetRequest()
319 auto propValue = pool.obtain(getPropType(switchUserProp)); in toVehiclePropValue() local
332 auto propValue = pool.obtain(getPropType(initialUserInfoProp)); in toVehiclePropValue() local
348 auto propValue = pool.obtain(getPropType(switchUserProp)); in toVehiclePropValue() local
[all …]
/aosp_15_r20/hardware/interfaces/automotive/vehicle/2.0/utils/
H A DUserHalHelper.cpp39 Result<void> verifyPropValue(const VehiclePropValue& propValue, VehicleProperty vehicleProperty, in verifyPropValue()
163 Result<InitialUserInfoRequest> toInitialUserInfoRequest(const VehiclePropValue& propValue) { in toInitialUserInfoRequest()
182 Result<SwitchUserRequest> toSwitchUserRequest(const VehiclePropValue& propValue) { in toSwitchUserRequest()
211 Result<CreateUserRequest> toCreateUserRequest(const VehiclePropValue& propValue) { in toCreateUserRequest()
230 Result<RemoveUserRequest> toRemoveUserRequest(const VehiclePropValue& propValue) { in toRemoveUserRequest()
249 const VehiclePropValue& propValue) { in toUserIdentificationGetRequest()
270 const VehiclePropValue& propValue) { in toUserIdentificationSetRequest()
296 auto propValue = std::unique_ptr<VehiclePropValue>(new VehiclePropValue()); in toVehiclePropValue() local
307 auto propValue = std::unique_ptr<VehiclePropValue>(new VehiclePropValue()); in toVehiclePropValue() local
321 auto propValue = std::unique_ptr<VehiclePropValue>(new VehiclePropValue()); in toVehiclePropValue() local
[all …]
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/fake_impl/userhal/src/
H A DUserHalHelper.cpp64 Result<void> verifyPropValue(const VehiclePropValue& propValue, VehicleProperty vehicleProperty, in verifyPropValue()
182 Result<InitialUserInfoRequest> toInitialUserInfoRequest(const VehiclePropValue& propValue) { in toInitialUserInfoRequest()
201 Result<SwitchUserRequest> toSwitchUserRequest(const VehiclePropValue& propValue) { in toSwitchUserRequest()
230 Result<CreateUserRequest> toCreateUserRequest(const VehiclePropValue& propValue) { in toCreateUserRequest()
249 Result<RemoveUserRequest> toRemoveUserRequest(const VehiclePropValue& propValue) { in toRemoveUserRequest()
268 const VehiclePropValue& propValue) { in toUserIdentificationGetRequest()
290 const VehiclePropValue& propValue) { in toUserIdentificationSetRequest()
319 auto propValue = pool.obtain(getPropType(switchUserProp)); in toVehiclePropValue() local
332 auto propValue = pool.obtain(getPropType(initialUserInfoProp)); in toVehiclePropValue() local
348 auto propValue = pool.obtain(getPropType(switchUserProp)); in toVehiclePropValue() local
[all …]
/aosp_15_r20/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
H A DXMPMeta.java199 Object propValue, in setProperty()
214 Object propValue) throws XMPException; in setProperty()
855 boolean propValue, in setPropertyBoolean()
870 boolean propValue) throws XMPException; in setPropertyBoolean()
887 int propValue, in setPropertyInteger()
902 int propValue) throws XMPException; in setPropertyInteger()
919 long propValue, in setPropertyLong()
934 long propValue) throws XMPException; in setPropertyLong()
951 double propValue, in setPropertyDouble()
966 double propValue) throws XMPException; in setPropertyDouble()
[all …]
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTestCase.cpp254glw::GLint propValue, const std::string &implementationName) const in validate()
286 …SingleVariableValidator::validateBuiltinVariable(const std::string &resource, glw::GLint propValue, in validateBuiltinVariable()
322glw::GLint propValue, const std::string &implementationName) const in validate()
396glw::GLint propValue, const std::string &implementationName) const in validateSingleVariable()
414 void TypeValidator::validateBuiltinVariable(const std::string &resource, glw::GLint propValue, in validateBuiltinVariable()
479 const std::string &resource, glw::GLint propValue, in validateSingleVariable()
506 void ArraySizeValidator::validateBuiltinVariable(const std::string &resource, glw::GLint propValue, in validateBuiltinVariable()
555 const std::string &resource, glw::GLint propValue, in validateSingleVariable()
618 const std::string &resource, glw::GLint propValue, in validateSingleVariable()
708 const std::string &resource, glw::GLint propValue, in validateSingleVariable()
[all …]
/aosp_15_r20/packages/services/Car/cpp/vhal/client/test/
DAidlVhalClientTest.cpp369 AidlHalPropValue propValue(TEST_PROP_ID, TEST_AREA_ID); in TEST_F() local
425 AidlHalPropValue propValue(TEST_PROP_ID, TEST_AREA_ID); in TEST_F() local
457 AidlHalPropValue propValue(TEST_PROP_ID, TEST_AREA_ID); in TEST_F() local
492 AidlHalPropValue propValue(TEST_PROP_ID, TEST_AREA_ID); in TEST_F() local
529 AidlHalPropValue propValue(TEST_PROP_ID, TEST_AREA_ID); in TEST_F() local
557 AidlHalPropValue propValue(TEST_PROP_ID, TEST_AREA_ID); in TEST_F() local
599 AidlHalPropValue propValue(TEST_PROP_ID, TEST_AREA_ID); in TEST_F() local
631 AidlHalPropValue propValue(TEST_PROP_ID, TEST_AREA_ID); in TEST_F() local
672 AidlHalPropValue propValue(TEST_PROP_ID, TEST_AREA_ID); in TEST_F() local
694 AidlHalPropValue propValue(TEST_PROP_ID, TEST_AREA_ID); in TEST_F() local
[all …]
/aosp_15_r20/test/vts-testcase/hal/automotive/vehicle/V2_0/host/
DVtsHalAutomotiveVehicleV2_0HostTest.py656 def extractValue(self, propValue): argument
829 def prepareRequest(self, propValue): argument
887 def prepareRequest(self, propValue): argument
953 def prepareRequest(self, propValue): argument
991 def prepareRequest(self, propValue): argument
1023 def prepareRequest(self, propValue): argument
1042 def prepareRequest(self, propValue): argument
1079 def prepareRequest(self, propValue): argument
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/
DHidlVehicleStubUnitTest.java391 VehiclePropValue propValue = (VehiclePropValue) args[0]; in testGetAsync() local
415 VehiclePropValue propValue = (VehiclePropValue) args[0]; in testGetAsyncError() local
438 VehiclePropValue propValue = (VehiclePropValue) args[0]; in testGetAsyncTryAgainError() local
461 VehiclePropValue propValue = (VehiclePropValue) args[0]; in testGetAsyncOneOkayResultOneNoValue() local
502 VehiclePropValue propValue = (VehiclePropValue) args[0]; in testGetSync() local
518 VehiclePropValue propValue = (VehiclePropValue) args[0]; in testGetSyncError() local
/aosp_15_r20/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DDefaultVehicleHal.cpp43 const VehicleAreaConfig* getAreaConfig(const VehiclePropValue& propValue, in getAreaConfig()
332 StatusCode DefaultVehicleHal::setUserHalProp(const VehiclePropValue& propValue) { in setUserHalProp()
349 StatusCode DefaultVehicleHal::set(const VehiclePropValue& propValue) { in set()
469 VehiclePropValue propValue = { in doInternalHealthCheck() local
586 tokenFunction = [](const VehiclePropValue& propValue) { in initStaticConfig()
/aosp_15_r20/packages/services/Car/service/src/com/android/car/hal/
DUserHalHelper.java434 HalPropValue propValue = builder.build(USER_IDENTIFICATION_ASSOCIATION_PROPERTY, in toHalPropValue() local
473 HalPropValue propValue = builder.build(USER_IDENTIFICATION_ASSOCIATION_PROPERTY, in toHalPropValue() local
516 HalPropValue propValue = builder.build(CREATE_USER_PROPERTY, /* areaId= */ 0, in toHalPropValue() local
545 HalPropValue propValue = builder.build(SWITCH_USER_PROPERTY, /* areaId= */ 0, in toHalPropValue() local
572 HalPropValue propValue = builder.build(REMOVE_USER_PROPERTY, /* areaId= */ 0, in toHalPropValue() local
DVehicleHal.java436 private static String errorMessage(String action, HalPropValue propValue, String errorMsg) { in errorMessage()
1057 HalPropValue propValue; in get() local
1141 public void set(HalPropValue propValue) in set()
1590 HalPropValue propValue = mPropValueBuilder.build(mPropId, mAreaId, value); in to() local
1601 HalPropValue propValue = mPropValueBuilder.build(mPropId, mAreaId, values); in to() local
1619 HalPropValue propValue = mPropValueBuilder.build(mPropId, mAreaId, intValues); in to() local
1623 void submit(HalPropValue propValue) in submit()
/aosp_15_r20/packages/services/Car/libs/vehicle-hal-support-lib/src/com/android/car/hal/test/
DHidlVehiclePropValueBuilder.java31 public static HidlVehiclePropValueBuilder newBuilder(VehiclePropValue propValue) { in newBuilder()
40 private HidlVehiclePropValueBuilder(VehiclePropValue propValue) { in HidlVehiclePropValueBuilder()
44 private VehiclePropValue clone(VehiclePropValue propValue) { in clone()
DAidlVehiclePropValueBuilder.java39 public static AidlVehiclePropValueBuilder newBuilder(VehiclePropValue propValue) { in newBuilder()
54 private AidlVehiclePropValueBuilder(VehiclePropValue propValue) { in AidlVehiclePropValueBuilder()
58 private VehiclePropValue clone(VehiclePropValue propValue) { in clone()
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/utils/common/src/
H A DVehiclePropertyStore.cpp79 const VehiclePropValue& propValue, const VehiclePropertyStore::Record& record) const in getRecordIdLocked() argument
109 VhalResult<void> VehiclePropertyStore::writeValue(VehiclePropValuePool::RecyclableType propValue, in writeValue()
219 VehiclePropValue propValue = { in refreshTimestamps() local
260 void VehiclePropertyStore::removeValue(const VehiclePropValue& propValue) { in removeValue()
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/utils/common/src/
H A DVehiclePropertyStore.cpp79 const VehiclePropValue& propValue, const VehiclePropertyStore::Record& record) const in getRecordIdLocked() argument
109 VhalResult<void> VehiclePropertyStore::writeValue(VehiclePropValuePool::RecyclableType propValue, in writeValue()
219 VehiclePropValue propValue = { in refreshTimestamps() local
260 void VehiclePropertyStore::removeValue(const VehiclePropValue& propValue) { in removeValue()
/aosp_15_r20/packages/services/Car/service/src/com/android/car/hal/property/
DPropertyHalServiceConfigs.java214 public boolean checkPayload(HalPropValue propValue) { in checkPayload()
431 private static boolean checkValidBitFlag(HalPropValue propValue, int flagCombination) { in checkValidBitFlag()
672 private static boolean checkFormatForAllProperties(HalPropValue propValue) { in checkFormatForAllProperties()
712 private static boolean checkDataEnum(HalPropValue propValue, Set<Integer> enums) { in checkDataEnum()
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DGoldfishOMXPlugin.cpp49 char propValue[PROP_VALUE_MAX]; in useOmxCodecs() local
68 char propValue[PROP_VALUE_MAX]; in useGoogleGoldfishComponentInstance() local
80 char propValue[PROP_VALUE_MAX]; in useAndroidGoldfishComponentInstance() local
/aosp_15_r20/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/
DFakeVehicleStubUnitTest.java420 HalPropValue propValue = fakeVehicleStub.get(requestPropValue); in testGetMethodPropIdIsGlobalHasDefaultValueAreaIdIgnored() local
465 HalPropValue propValue = fakeVehicleStub.get(requestPropValue); in testGetMethodPropIdHasAreasHasDefaultValueHasNoAreaValue() local
487 HalPropValue propValue = fakeVehicleStub.get(requestPropValue); in testGetMethodPropIdHasAreasHasAreaValue() local
532 HalPropValue propValue = fakeVehicleStub.get(requestPropValue); in testGetMethodForHvacProp() local
574 HalPropValue propValue = fakeVehicleStub.get(requestPropValue); in testGetMethodForHvacPropMatchedBitOrAreaId() local
632 HalPropValue propValue = fakeVehicleStub.get(requestPropValue); in testGetMethodForHvacPropWithMoreDefaultValues() local
653 HalPropValue propValue = asyncResult.getHalPropValue(); in testGetAsyncMethodForSingleValue() local
678 HalPropValue propValue = asyncResult.getHalPropValue(); in testGetAsyncMethodForSingleValueNoReadPermissionError() local
1759 VehiclePropValue propValue = new VehiclePropValue(); in buildHalPropValue() local
/aosp_15_r20/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
H A DVehiclePropertyStore.cpp45 bool VehiclePropertyStore::writeValueLocked(const VehiclePropValue& propValue, bool updateStatus) { in writeValueLocked()
70 bool VehiclePropertyStore::writeValue(const VehiclePropValue& propValue, bool updateStatus) { in writeValue()
100 void VehiclePropertyStore::removeValue(const VehiclePropValue& propValue) { in removeValue()

12345678910>>...12