Home
last modified time | relevance | path

Searched defs:onHalError (Results 1 – 11 of 11) sorted by relevance

/packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/
DIVehicleNetworkListener.aidl28 void onHalError(int errorCode, int property, int operation) = 1; in onHalError() method
DVehicleNetwork.java52 void onHalError(int errorCode, int property, int operation); in onHalError() method
625 public void onHalError(int errorCode, int property, int operation) { in onHalError() method in VehicleNetwork.IVehicleNetworkListenerImpl
/packages/services/Car/tests/libvehiclenetwork-native-test/
DVehicleNetworkTestListener.h64 virtual void onHalError(int32_t /*errorCode*/, int32_t /*property*/, int32_t /*operation*/) { in onHalError() function
DIVehicleNetworkTestListener.h49 virtual void onHalError(int32_t errorCode, int32_t property, int32_t operation) { in onHalError() function
/packages/services/Car/libvehiclenetwork/native/
DIVehicleNetworkListener.cpp66 virtual void onHalError(int32_t errorCode, int32_t property, int32_t operation) { in onHalError() function in android::BpVehicleNetworkListener
DVehicleNetwork.cpp320 void VehicleNetwork::onHalError(int32_t errorCode, int32_t property, int32_t operation) { in onHalError() function in android::VehicleNetwork
/packages/services/Car/tests/libvehiclenetwork-java-test/src/com/android/car/vehiclenetwork/libtest/
DVehicleNetworkTest.java215 public void onHalError(int errorCode, int property, int operation) { in onHalError() method in VehicleNetworkTest.TestListener
DVehicleNetworkMockedTest.java382 public void onHalError(int errorCode, int property, int operation) { in onHalError() method in VehicleNetworkMockedTest.EventListener
/packages/services/Car/libvehiclenetwork/libvehiclenetwork-audio-helper/src/
DVehicleNetworkAudioHelper.cpp230 void VehicleNetworkAudioHelper::onHalError(int32_t /*errorCode*/, int32_t /*property*/, in onHalError() function in android::VehicleNetworkAudioHelper
/packages/services/Car/service/src/com/android/car/hal/
DVehicleHal.java292 public void onHalError(int errorCode, int property, int operation) { in onHalError() method in VehicleHal
/packages/services/Car/vehicle_network_service/
DVehicleNetworkService.cpp984 status_t VehicleNetworkService::onHalError(int32_t errorCode, int32_t property, int32_t operation, in onHalError() function in android::VehicleNetworkService