Home
last modified time | relevance | path

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

/packages/services/Car/libs/backported-car-property-helper-lib/src/com/android/car/property/backported/
DCarPropertyHelper.java96 private boolean isPropertySupported(int propertyId) { in isPropertySupported() method in CarPropertyHelper
132 if (isPropertySupported(systemPropertyId)) { in getPropertyId()
136 if (isPropertySupported(vendorPropertyId)) { in getPropertyId()
162 if (isPropertySupported(systemPropertyId)) { in getReadPermission()
166 if (isPropertySupported(vendorPropertyId)) { in getReadPermission()
192 if (isPropertySupported(systemPropertyId)) { in getWritePermission()
196 if (isPropertySupported(vendorPropertyId)) { in getWritePermission()
/packages/services/Car/cpp/powerpolicy/server/src/
DCarPowerPolicyServer.cpp1216 if (!isPropertySupported(prop)) { in subscribeToProperty()
1251 if (!isPropertySupported(prop)) { in notifyVhalNewPowerPolicy()
1273 bool CarPowerPolicyServer::isPropertySupported(const int32_t prop) { in isPropertySupported() function in android::frameworks::automotive::powerpolicy::CarPowerPolicyServer
DCarPowerPolicyServer.h306 bool isPropertySupported(const int32_t prop) EXCLUDES(mMutex);
/packages/services/Car/service/src/com/android/car/hal/
DVehicleHal.java944 public boolean isPropertySupported(int propertyId) { in isPropertySupported() method in VehicleHal
959 if (!isPropertySupported(propertyId)) { in getIfSupportedOrFail()