Home
last modified time | relevance | path

Searched refs:getPropArea (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleUtils.h53 inline constexpr VehicleArea getPropArea(int32_t prop) { in getPropArea() function
58 return getPropArea(prop) == VehicleArea::GLOBAL; in isGlobalProp()
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/include/
DVehicleUtils.h53 inline constexpr aidl::android::hardware::automotive::vehicle::VehicleArea getPropArea( in getPropArea() function
60 return getPropArea(prop) == aidl::android::hardware::automotive::vehicle::VehicleArea::GLOBAL; in isGlobalProp()
/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/test/
DVehicleUtilsTest.cpp488 VehicleArea area = getPropArea(toInt(VehicleProperty::INFO_VIN)); in TEST()