Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DVehicleHal.java768 if (!isPropIdAreaIdReadable(config, access.intValue())) { in createVhalSubscribeOptionsLocked()
903 if (!isPropIdAreaIdReadable(config, halAreaConfigs[i].getAccess())) { in unsubscribeProperty()
1150 private static boolean isPropIdAreaIdReadable(HalPropConfig config, int areaIdAccess) { in isPropIdAreaIdReadable() method in VehicleHal
1174 if (!isPropIdAreaIdReadable(config, halAreaConfig.getAccess())) { in isPropertySubscribable()