Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DHalClient.java219 mCallback.onPropertySetError(obj.errorCode, obj.propId, obj.areaId); in handleMessage()
250 public void onPropertySetError(int errorCode, int propId, int areaId) { in onPropertySetError() method in HalClient.VehicleCallback
DPropertyHalService.java104 void onPropertySetError(int property, int area); in onPropertySetError() method
333 listener.onPropertySetError(property, area); in handlePropertySetError()
DVehicleHal.java454 public void onPropertySetError(int errorCode, int propId, int areaId) { in onPropertySetError() method in VehicleHal
645 onPropertySetError(errorId, propId, zoneId); in injectOnPropertySetError()
/packages/services/Car/evs/app/
DEvsVehicleListener.h46 Return<void> onPropertySetError(StatusCode /* errorCode */, in onPropertySetError() function
/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/test/
DMockedVehicleHal.java129 callback.onPropertySetError(errorCode, propertyId, areaId); in injectError()
/packages/services/Car/service/src/com/android/car/
DCarPropertyService.java394 public void onPropertySetError(int property, int area) { in onPropertySetError() method in CarPropertyService
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/input/
DInputTestFragment.java214 public void onPropertySetError(int errorCode, int propId, int areaId) {}