Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dcontroller_test.cc228 auto view = SetEventMaskView::Create(command); in HandleCommand()
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Ddual_mode_controller.cc979 auto command_view = bluetooth::hci::SetEventMaskView::Create(command); in SetEventMask()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h5542SetEventMaskView : public CommandView { public:static SetEventMaskView Create(CommandView parent){… in CreateOptional()
5544 static SetEventMaskView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::vec… in CreateOptional()
5558 explicit SetEventMaskView(CommandView parent) : CommandView(std::move(parent)) { was_validated_ = f… in CreateOptional() function
25584 static std::unique_ptr<SetEventMaskBuilder> FromView(SetEventMaskView view) {if (!view.IsValid()) r… in Create()
25605 …oid CompareBytes(std::vector<uint8_t> captured_packet) {SetEventMaskView view = SetEventMaskView::…
25608 …ze) {auto vec = std::vector<uint8_t>(data, data + size);SetEventMaskView view = SetEventMaskView::…