/hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/ |
D | VehicleHal.h | 95 const HalEventFunction& onHalEvent, in init() argument 98 mOnHalEvent = onHalEvent; in init()
|
D | VehicleHalManager.h | 88 void onHalEvent(VehiclePropValuePtr v);
|
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/ |
D | GeneratorHub.cpp | 31 GeneratorHub::GeneratorHub(const OnHalEvent& onHalEvent) : mOnHalEvent(onHalEvent) { in GeneratorHub() argument
|
D | GeneratorHub.h | 60 GeneratorHub(const OnHalEvent& onHalEvent);
|
/hardware/interfaces/uwb/aidl/aidl_api/android.hardware.uwb/current/android/hardware/uwb/ |
D | IUwbClientCallback.aidl | 40 …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/ |
D | IUwbClientCallback.aidl | 40 …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/ |
D | IUwbClientCallback.aidl | 44 void onHalEvent(in UwbEvent event, in UwbStatus status); in onHalEvent() method
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/GeneratorHub/src/ |
D | GeneratorHub.cpp | 32 GeneratorHub::GeneratorHub(OnHalEvent&& onHalEvent) : mOnHalEvent(onHalEvent) { in GeneratorHub() argument
|
/hardware/interfaces/uwb/aidl/default/src/ |
D | uwb_chip.rs | 84 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/ |
D | GeneratorHub.h | 49 explicit GeneratorHub(OnHalEvent&& onHalEvent);
|
/hardware/nxp/uwb/aidl/ |
D | uwb_chip.h | 51 auto ret = mClientCallback->onHalEvent((UwbEvent)event, in eventCallback()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/GeneratorHub/test/ |
D | FakeVehicleHalValueGeneratorsTest.cpp | 50 [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/ |
D | VtsHalUwbTargetTest.cpp | 57 ScopedAStatus onHalEvent(UwbEvent uwb_event, UwbStatus uwb_status) override { in onHalEvent() function in UwbClientCallback
|
/hardware/interfaces/automotive/vehicle/2.0/default/common/src/ |
D | VehicleHalManager.cpp | 425 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/ |
D | DefaultVhalImpl_test.cpp | 119 std::bind(&DefaultVhalImplTest::onHalEvent, this, std::placeholders::_1), in initHal() 144 void onHalEvent(VehiclePropValuePtr v) { in onHalEvent() function in __anonf43038720111::DefaultVhalImplTest
|