Searched defs:onHalEvent (Results 1 – 10 of 10) sorted by relevance
44 void onHalEvent(in UwbEvent event, in UwbStatus status); in onHalEvent() method
40 …oneway void onHalEvent(in android.hardware.uwb.UwbEvent event, in android.hardware.uwb.UwbStatus s… in onHalEvent() method
95 const HalEventFunction& onHalEvent, in init()
31 GeneratorHub::GeneratorHub(const OnHalEvent& onHalEvent) : mOnHalEvent(onHalEvent) { in GeneratorHub()
32 GeneratorHub::GeneratorHub(OnHalEvent&& onHalEvent) : mOnHalEvent(onHalEvent) { in GeneratorHub()
57 ScopedAStatus onHalEvent(UwbEvent uwb_event, UwbStatus uwb_status) override { in onHalEvent() function in UwbClientCallback
86 void onHalEvent(const VehiclePropValue& event) { in onHalEvent() function in android::hardware::automotive::vehicle::fake::FakeVehicleHalValueGeneratorsTest
449 void VehicleHalManager::onHalEvent(VehiclePropValuePtr v) { in onHalEvent() function in android::hardware::automotive::vehicle::V2_0::VehicleHalManager
144 void onHalEvent(VehiclePropValuePtr v) { in onHalEvent() function in __anonf43038720111::DefaultVhalImplTest