Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer.h164 struct hal_callbacks;
166 hal_callbacks* hal_callbacks_;
Dhci_layer.cc585 struct HciLayer::hal_callbacks : public hal::HciHalCallbacks { struct in bluetooth::hci::HciLayer
586 explicit hal_callbacks(HciLayer& module) : module_(module) {} in hal_callbacks() function
949 hal_callbacks_ = new hal_callbacks(*this); in Start()