Home
last modified time | relevance | path

Searched refs:HandleEvent (Results 1 – 5 of 5) sorted by relevance

/system/core/trusty/metrics/
Dmetrics_test.cpp70 ret = HandleEvent(); in WaitForAndHandleEvent()
110 auto ret = HandleEvent(); in TEST_F()
Dmetrics.cpp76 Result<void> TrustyMetrics::HandleEvent() { in HandleEvent() function in android::trusty::metrics::TrustyMetrics
/system/bt/gd/security/internal/
Dsecurity_manager_impl.cc251 void SecurityManagerImpl::HandleEvent(T packet) { in HandleEvent() function in bluetooth::security::internal::SecurityManagerImpl
289 HandleEvent<hci::PinCodeRequestView>(hci::PinCodeRequestView::Create(event)); in OnHciEventReceived()
292 HandleEvent(hci::LinkKeyRequestView::Create(event)); in OnHciEventReceived()
295 HandleEvent(hci::LinkKeyNotificationView::Create(event)); in OnHciEventReceived()
298 HandleEvent(hci::IoCapabilityRequestView::Create(event)); in OnHciEventReceived()
301 HandleEvent(hci::IoCapabilityResponseView::Create(event)); in OnHciEventReceived()
304 HandleEvent(hci::SimplePairingCompleteView::Create(event)); in OnHciEventReceived()
307 HandleEvent(hci::RemoteOobDataRequestView::Create(event)); in OnHciEventReceived()
310 HandleEvent(hci::UserPasskeyNotificationView::Create(event)); in OnHciEventReceived()
313 HandleEvent(hci::KeypressNotificationView::Create(event)); in OnHciEventReceived()
[all …]
Dsecurity_manager_impl.h218 void HandleEvent(T packet);
/system/core/trusty/metrics/include/trusty/metrics/
Dmetrics.h38 Result<void> HandleEvent();