Home
last modified time | relevance | path

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

/system/bt/gd/hci/
Dhci_layer.h103 struct hal_callbacks;
105 hal_callbacks* hal_callbacks_;
Dhci_layer.cc227 struct HciLayer::hal_callbacks : public hal::HciHalCallbacks { struct in bluetooth::hci::HciLayer
228 hal_callbacks(HciLayer& module) : module_(module) {} in hal_callbacks() argument
359 hal_callbacks_ = new hal_callbacks(*this); in Start()