Home
last modified time | relevance | path

Searched defs:onHalEvent (Results 1 – 10 of 10) sorted by relevance

/hardware/interfaces/uwb/aidl/android/hardware/uwb/
DIUwbClientCallback.aidl44 void onHalEvent(in UwbEvent event, in UwbStatus status); in onHalEvent() method
/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/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
DVehicleHal.h95 const HalEventFunction& onHalEvent, in init()
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
DGeneratorHub.cpp31 GeneratorHub::GeneratorHub(const OnHalEvent& onHalEvent) : mOnHalEvent(onHalEvent) { in GeneratorHub()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/GeneratorHub/src/
DGeneratorHub.cpp32 GeneratorHub::GeneratorHub(OnHalEvent&& onHalEvent) : mOnHalEvent(onHalEvent) { in GeneratorHub()
/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/aidl/impl/fake_impl/GeneratorHub/test/
DFakeVehicleHalValueGeneratorsTest.cpp86 void onHalEvent(const VehiclePropValue& event) { in onHalEvent() function in android::hardware::automotive::vehicle::fake::FakeVehicleHalValueGeneratorsTest
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/
DVehicleHalManager.cpp449 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.cpp144 void onHalEvent(VehiclePropValuePtr v) { in onHalEvent() function in __anonf43038720111::DefaultVhalImplTest