Loading system/gd/hal/hci_hal.h +2 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,7 @@ class HciHalCallbacks { // Abstraction Layer (HAL). Dealing only in HCI packets and events simplifies // the stack and abstracts away power management, initialization, and other // implementation-specific details related to the hardware. // LINT.IfChange class HciHal : public ::bluetooth::Module { public: static const ModuleFactory Factory; Loading Loading @@ -88,6 +89,7 @@ class HciHal : public ::bluetooth::Module { // Packets must be processed in order. virtual void sendScoData(HciPacket data) = 0; }; // LINT.ThenChange(fuzz/fuzz_hci_hal.h) } // namespace hal } // namespace bluetooth system/gd/hci/hci_layer.h +2 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,7 @@ namespace bluetooth { namespace hci { class HciLayer : public Module, public CommandInterface<CommandPacketBuilder> { // LINT.IfChange public: HciLayer(); virtual ~HciLayer(); Loading Loading @@ -88,6 +89,7 @@ class HciLayer : public Module, public CommandInterface<CommandPacketBuilder> { static const ModuleFactory Factory; protected: // Lint.ThenChange(fuzz/fuzz_hci_layer.h) void ListDependencies(ModuleList* list) override; void Start() override; Loading Loading
system/gd/hal/hci_hal.h +2 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,7 @@ class HciHalCallbacks { // Abstraction Layer (HAL). Dealing only in HCI packets and events simplifies // the stack and abstracts away power management, initialization, and other // implementation-specific details related to the hardware. // LINT.IfChange class HciHal : public ::bluetooth::Module { public: static const ModuleFactory Factory; Loading Loading @@ -88,6 +89,7 @@ class HciHal : public ::bluetooth::Module { // Packets must be processed in order. virtual void sendScoData(HciPacket data) = 0; }; // LINT.ThenChange(fuzz/fuzz_hci_hal.h) } // namespace hal } // namespace bluetooth
system/gd/hci/hci_layer.h +2 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,7 @@ namespace bluetooth { namespace hci { class HciLayer : public Module, public CommandInterface<CommandPacketBuilder> { // LINT.IfChange public: HciLayer(); virtual ~HciLayer(); Loading Loading @@ -88,6 +89,7 @@ class HciLayer : public Module, public CommandInterface<CommandPacketBuilder> { static const ModuleFactory Factory; protected: // Lint.ThenChange(fuzz/fuzz_hci_layer.h) void ListDependencies(ModuleList* list) override; void Start() override; Loading