Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/property/
DPropertyHalServiceConfigs.java291 Slogf.w(TAG, "halPropId: " + halPropIdToName(halPropId) + " is not supported," in getReadPermission()
300 String halPropIdName = halPropIdToName(halPropId); in getVendorReadPermission()
330 Slogf.w(TAG, "halPropId: " + halPropIdToName(halPropId) + " is not supported," in getWritePermission()
339 String halPropIdName = halPropIdToName(halPropId); in getVendorWritePermission()
365 Slogf.v(TAG, "propId is not readable: " + halPropIdToName(halPropId)); in isReadable()
381 Slogf.v(TAG, "propId is not writable: " + halPropIdToName(halPropId)); in isWritable()
423 + "permissions overwritten: " + halPropIdToName(propId)); in customizeVendorPermission()
462 public String halPropIdToName(int halPropId) { in halPropIdToName() method in PropertyHalServiceConfigs
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java646 halPropIdToName(halPropValue.getPropId()), halPropValue.getAreaId()); in parseGetAsyncResults()
1301 Slogf.d(TAG, "takeSupportedProperties: %s", halPropIdToName(halPropId)); in takeProperties()
1306 halPropIdToName(halPropId)); in takeProperties()
1433 halPropIdToName(halPropId)); in updateSubscriptionRateLocked()
1479 halPropIdToName(halPropId)); in onHalEvents()
1959 private String halPropIdToName(int halPropId) { in halPropIdToName() method in PropertyHalService
1960 return mPropertyHalServiceConfigs.halPropIdToName(halPropId); in halPropIdToName()