Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dcontroller.cc775 module_.GetHandler()->BindOnce(check_complete<SetEventMaskCompleteView>)); in set_event_mask()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h5561SetEventMaskCompleteView : public CommandCompleteView { public:static SetEventMaskCompleteView Cre… in CreateOptional()
5563SetEventMaskCompleteView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()
5577 explicit SetEventMaskCompleteView(CommandCompleteView parent) : CommandCompleteView(std::move(paren… in CreateOptional() function
25619 static std::unique_ptr<SetEventMaskCompleteBuilder> FromView(SetEventMaskCompleteView view) {if (!v… in Create()
25640 …areBytes(std::vector<uint8_t> captured_packet) {SetEventMaskCompleteView view = SetEventMaskComple…
25643 …o vec = std::vector<uint8_t>(data, data + size);SetEventMaskCompleteView view = SetEventMaskComple…