Searched refs:onPropertySetError (Results 1 – 7 of 7) sorted by relevance
/packages/services/Car/service/src/com/android/car/hal/ |
D | HalClient.java | 219 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
|
D | PropertyHalService.java | 104 void onPropertySetError(int property, int area); in onPropertySetError() method 333 listener.onPropertySetError(property, area); in handlePropertySetError()
|
D | VehicleHal.java | 454 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/ |
D | EvsVehicleListener.h | 46 Return<void> onPropertySetError(StatusCode /* errorCode */, in onPropertySetError() function
|
/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/test/ |
D | MockedVehicleHal.java | 129 callback.onPropertySetError(errorCode, propertyId, areaId); in injectError()
|
/packages/services/Car/service/src/com/android/car/ |
D | CarPropertyService.java | 394 public void onPropertySetError(int property, int area) { in onPropertySetError() method in CarPropertyService
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/input/ |
D | InputTestFragment.java | 214 public void onPropertySetError(int errorCode, int propId, int areaId) {}
|