Home
last modified time | relevance | path

Searched refs:isSystemProp (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/test/
DVehicleUtilsTest.cpp502 ASSERT_TRUE(isSystemProp(toInt(VehicleProperty::INFO_VIN))); in TEST()
509 ASSERT_FALSE(isSystemProp(vendorProp)); in TEST()
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehicleUtils.h63 inline constexpr bool isSystemProp(int32_t prop) { in isSystemProp() function
/hardware/interfaces/automotive/vehicle/vts/src/
DVtsHalAutomotiveVehicle_TargetTest.cpp71 using ::android::hardware::automotive::vehicle::isSystemProp;
259 if (!isSystemProp(propId)) { in TEST_P()
/hardware/interfaces/automotive/vehicle/aidl/impl/vhal/src/
DDefaultVehicleHal.cpp337 if (!isSystemProp(config.prop)) { in getAllPropConfigsFromHardwareLocked()