Home
last modified time | relevance | path

Searched defs:vendorErrorCode (Results 1 – 5 of 5) sorted by relevance

/packages/services/Car/car-lib/src/android/car/hardware/property/
DPropertyNotAvailableException.java36 PropertyNotAvailableException(int propertyId, int areaId, int vendorErrorCode) { in PropertyNotAvailableException()
44 int vendorErrorCode) { in PropertyNotAvailableException()
DCarInternalErrorException.java37 CarInternalErrorException(int propertyId, int areaId, int vendorErrorCode) { in CarInternalErrorException()
DCarPropertyManager.java2845 int vendorErrorCode = CarPropertyErrorCodes.getVhalVendorErrorCode(e.errorCode); in handleCarServiceSpecificException() local
/packages/services/Car/car-lib/src/com/android/car/internal/property/
DCarPropertyErrorCodes.java82 int vendorErrorCode, int systemErrorCode) { in CarPropertyErrorCodes()
271 int vendorErrorCode = in.readInt(); in CarPropertyErrorCodes() local
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiMonitor.java346 public void broadcastWpsFailEvent(String iface, int cfgError, int vendorErrorCode) { in broadcastWpsFailEvent()