Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Bluetooth/system/gd/hci/
Dhci_layer_unittest.cc155 auto debug_info_view = ControllerDebugInfoView::Create(VendorCommandView::Create(*sent_command)); in TEST_F()
165 auto debug_info_view = ControllerDebugInfoView::Create(VendorCommandView::Create(*sent_command)); in TEST_F()
183 auto debug_info_view = ControllerDebugInfoView::Create(VendorCommandView::Create(*sent_command)); in TEST_F()
Dhci_layer_test.cc313 auto debug = ControllerDebugInfoView::Create(VendorCommandView::Create(*sent_command)); in TEST_F()
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/hci/BluetoothGeneratedPacketsHci_h/gen/hci/
Dhci_packets.h17024ControllerDebugInfoView : public VendorCommandView { public:static ControllerDebugInfoView Create(… in CreateOptional()
17026ControllerDebugInfoView FromBytes(std::vector<uint8_t> bytes) {auto vec = std::make_shared<std::v… in CreateOptional()
17038 explicit ControllerDebugInfoView(VendorCommandView parent) : VendorCommandView(std::move(parent)) {… in CreateOptional() function
44274 static std::unique_ptr<ControllerDebugInfoBuilder> FromView(ControllerDebugInfoView view) {if (!vie… in Create()
44295 …pareBytes(std::vector<uint8_t> captured_packet) {ControllerDebugInfoView view = ControllerDebugInf…
44298 …to vec = std::vector<uint8_t>(data, data + size);ControllerDebugInfoView view = ControllerDebugInf…