Home
last modified time | relevance | path

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

/system/bt/gd/hci/fuzz/
Dfuzz_hci_layer.cc131 auto handler_pair = event_handlers_.find(static_cast<EventCode>(fdp.ConsumeIntegral<uint8_t>())); in injectEvent() local
132 if (handler_pair != event_handlers_.end()) { in injectEvent()
133 InvokeIfValid<EventPacketView>(handler_pair->second, GetArbitraryBytes(&fdp)); in injectEvent()
138 …auto handler_pair = le_event_handlers_.find(static_cast<SubeventCode>(fdp.ConsumeIntegral<uint8_t>… in injectLeEvent() local
139 if (handler_pair != le_event_handlers_.end()) { in injectLeEvent()
140 InvokeIfValid<LeMetaEventView>(handler_pair->second, GetArbitraryBytes(&fdp)); in injectLeEvent()