Searched refs:HandleEvent (Results 1 – 5 of 5) sorted by relevance
70 ret = HandleEvent(); in WaitForAndHandleEvent()110 auto ret = HandleEvent(); in TEST_F()
76 Result<void> TrustyMetrics::HandleEvent() { in HandleEvent() function in android::trusty::metrics::TrustyMetrics
251 void SecurityManagerImpl::HandleEvent(T packet) { in HandleEvent() function in bluetooth::security::internal::SecurityManagerImpl289 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 …]
218 void HandleEvent(T packet);
38 Result<void> HandleEvent();