Home
last modified time | relevance | path

Searched refs:isSystemProperty (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
H A DVehicleUtils.h61 inline constexpr bool isSystemProperty(int32_t prop) { in isSystemProperty() function
/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DVehicleHalServer.cpp313 if (isSystemProperty(value.prop)) { in onSetProperty()