Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/hci/
Dhci_interface.h39 class HciInterface : public CommandInterface<CommandBuilder> {
41 HciInterface() = default;
42 virtual ~HciInterface() = default;
119 explicit CommandInterfaceImpl(HciInterface& hci) : hci_(hci) {} in CommandInterfaceImpl()
133 HciInterface& hci_;
Dhci_layer_mock.h32 class MockHciLayer : public HciInterface {
Dhci_layer.h44 class HciLayer : public Module, public HciInterface {
/packages/modules/Bluetooth/system/main/shim/
Dentry.h42 class HciInterface; variable
70 hci::HciInterface* GetHciLayer();
Dentry.cc58 hci::HciInterface* GetHciLayer() { in GetHciLayer()
/packages/modules/Bluetooth/system/test/mock/
Dmock_main_shim_entry.cc53 hci::HciInterface* GetHciLayer() { return hci::testing::mock_hci_layer_; } in GetHciLayer()