Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DHalPropConfig.java137 HalAreaConfig[] halAreaConfigs = getAreaConfigs(); in toCarPropertyConfig() local
140 if (halAreaConfigs.length == 0) { in toCarPropertyConfig()
148 for (HalAreaConfig halAreaConfig : halAreaConfigs) { in toCarPropertyConfig()
DVehicleHal.java892 HalAreaConfig[] halAreaConfigs = config.getAreaConfigs(); in unsubscribeProperty() local
895 if (halAreaConfigs.length == 0) { in unsubscribeProperty()
902 for (int i = 0; i < halAreaConfigs.length; i++) { in unsubscribeProperty()
903 if (!isPropIdAreaIdReadable(config, halAreaConfigs[i].getAccess())) { in unsubscribeProperty()
907 halAreaConfigs[i].getAreaId()) in unsubscribeProperty()
912 halAreaConfigs[i].getAreaId()); in unsubscribeProperty()
/packages/services/Car/service/src/com/android/car/hal/fakevhal/
DFakeVehicleStub.java330 HalAreaConfig[] halAreaConfigs = halPropConfig.getAreaConfigs(); in getAccess() local
331 for (int i = 0; i < halAreaConfigs.length; i++) { in getAccess()
332 if (halAreaConfigs[i].getAreaId() != areaId) { in getAccess()
335 int areaAccess = halAreaConfigs[i].getAccess(); in getAccess()