Home
last modified time | relevance | path

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

/packages/services/Car/cpp/powerpolicy/server/src/
DCarPowerPolicyServer.cpp699 if (!isPropertySupported(prop)) { in subscribeToProperty()
738 if (!isPropertySupported(prop)) { in notifyVhalNewPowerPolicy()
763 bool CarPowerPolicyServer::isPropertySupported(const int32_t prop) { in isPropertySupported() function in android::frameworks::automotive::powerpolicy::CarPowerPolicyServer
DCarPowerPolicyServer.h210 bool isPropertySupported(const int32_t prop);
/packages/services/Car/service/src/com/android/car/hal/
DVehicleHal.java425 public boolean isPropertySupported(int propertyId) { in isPropertySupported() method in VehicleHal
439 if (!isPropertySupported(propertyId)) { in getIfAvailableOrFail()