Home
last modified time | relevance | path

Searched refs:onHalEvent (Results 1 – 15 of 15) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleHal.h95 const HalEventFunction& onHalEvent, in init() argument
98 mOnHalEvent = onHalEvent; in init()
DVehicleHalManager.h88 void onHalEvent(VehiclePropValuePtr v);
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DGeneratorHub.cpp31 GeneratorHub::GeneratorHub(const OnHalEvent& onHalEvent) : mOnHalEvent(onHalEvent) { in GeneratorHub() argument
DGeneratorHub.h60 GeneratorHub(const OnHalEvent& onHalEvent);
/hardware/interfaces/uwb/aidl/aidl_api/android.hardware.uwb/current/android/hardware/uwb/
DIUwbClientCallback.aidl40 …oneway void onHalEvent(in android.hardware.uwb.UwbEvent event, in android.hardware.uwb.UwbStatus s… in onHalEvent() method
/hardware/interfaces/uwb/aidl/aidl_api/android.hardware.uwb/1/android/hardware/uwb/
DIUwbClientCallback.aidl40 …oneway void onHalEvent(in android.hardware.uwb.UwbEvent event, in android.hardware.uwb.UwbStatus s… in onHalEvent() method
/hardware/interfaces/uwb/aidl/android/hardware/uwb/
DIUwbClientCallback.aidl44 void onHalEvent(in UwbEvent event, in UwbStatus status); in onHalEvent() method
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/GeneratorHub/src/
DGeneratorHub.cpp32 GeneratorHub::GeneratorHub(OnHalEvent&& onHalEvent) : mOnHalEvent(onHalEvent) { in GeneratorHub() argument
/hardware/interfaces/uwb/aidl/default/src/
Duwb_chip.rs84 callbacks.onHalEvent(UwbEvent::CLOSE_CPLT, UwbStatus::OK)?; in close()
249 callbacks.onHalEvent(UwbEvent::OPEN_CPLT, UwbStatus::OK)?; in open()
278 callbacks.onHalEvent(UwbEvent::POST_INIT_CPLT, UwbStatus::OK)?; in coreInit()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/GeneratorHub/include/
DGeneratorHub.h49 explicit GeneratorHub(OnHalEvent&& onHalEvent);
/hardware/nxp/uwb/aidl/
Duwb_chip.h51 auto ret = mClientCallback->onHalEvent((UwbEvent)event, in eventCallback()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/GeneratorHub/test/
DFakeVehicleHalValueGeneratorsTest.cpp50 [this](const VehiclePropValue& event) { return onHalEvent(event); }); in SetUp()
86 void onHalEvent(const VehiclePropValue& event) { in onHalEvent() function in android::hardware::automotive::vehicle::fake::FakeVehicleHalValueGeneratorsTest
/hardware/interfaces/uwb/aidl/vts/
DVtsHalUwbTargetTest.cpp57 ScopedAStatus onHalEvent(UwbEvent uwb_event, UwbStatus uwb_status) override { in onHalEvent() function in UwbClientCallback
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleHalManager.cpp425 std::bind(&VehicleHalManager::onHalEvent, this, _1), in init()
449 void VehicleHalManager::onHalEvent(VehiclePropValuePtr v) { in onHalEvent() function in android::hardware::automotive::vehicle::V2_0::VehicleHalManager
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/tests/
DDefaultVhalImpl_test.cpp119 std::bind(&DefaultVhalImplTest::onHalEvent, this, std::placeholders::_1), in initHal()
144 void onHalEvent(VehiclePropValuePtr v) { in onHalEvent() function in __anonf43038720111::DefaultVhalImplTest