Home
last modified time | relevance | path

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

/packages/services/Car/evs/app/
DEvsVehicleListener.h46 Return<void> onPropertySetError(StatusCode /* errorCode */, in onPropertySetError() function
/packages/services/Car/service/src/com/android/car/hal/
DPropertyHalService.java104 void onPropertySetError(int property, int area); in onPropertySetError() method
DHalClient.java250 public void onPropertySetError(int errorCode, int propId, int areaId) { in onPropertySetError() method in HalClient.VehicleCallback
DVehicleHal.java455 public void onPropertySetError(int errorCode, int propId, int areaId) { in onPropertySetError() method in VehicleHal
/packages/services/Car/service/src/com/android/car/
DCarPropertyService.java399 public void onPropertySetError(int property, int area) { in onPropertySetError() method in CarPropertyService