/system/bt/vendor_libs/test_vendor_lib/desktop/ |
D | test_environment.h | 46 test_vendor_lib::AsyncManager async_manager_; 53 std::shared_ptr<test_vendor_lib::DualModeController> controller_; 55 test_vendor_lib::TestChannelTransport test_channel_transport_; 56 test_vendor_lib::TestChannelTransport remote_hci_transport_; 57 test_vendor_lib::TestChannelTransport remote_link_layer_transport_; 59 test_vendor_lib::TestModel test_model_{ 60 [this](std::chrono::milliseconds delay, const test_vendor_lib::TaskCallback& task) { 65 const test_vendor_lib::TaskCallback& task) { 69 [this](test_vendor_lib::AsyncTaskId task) { async_manager_.CancelAsyncTask(task); }, 73 test_vendor_lib::TestCommandHandler test_channel_{test_model_};
|
D | test_environment.cc | 33 using test_vendor_lib::AsyncTaskId; 34 using test_vendor_lib::DualModeController; 35 using test_vendor_lib::TaskCallback;
|
/system/bt/test/rootcanal/ |
D | bluetooth_hci.h | 64 test_vendor_lib::AsyncManager async_manager_; 71 std::shared_ptr<test_vendor_lib::DualModeController> controller_; 73 test_vendor_lib::TestChannelTransport test_channel_transport_; 74 test_vendor_lib::TestChannelTransport remote_hci_transport_; 75 test_vendor_lib::TestChannelTransport remote_link_layer_transport_; 77 test_vendor_lib::TestModel test_model_{ 78 [this](std::chrono::milliseconds delay, const test_vendor_lib::TaskCallback& task) { 83 const test_vendor_lib::TaskCallback& task) { 87 [this](test_vendor_lib::AsyncTaskId task) { async_manager_.CancelAsyncTask(task); }, 91 test_vendor_lib::TestCommandHandler test_channel_{test_model_};
|
/system/bt/vendor_libs/test_vendor_lib/packets/ |
D | Android.bp | 38 "system/bt/vendor_libs/test_vendor_lib/include", 39 "system/bt/vendor_libs/test_vendor_lib/", 73 "system/bt/vendor_libs/test_vendor_lib", 74 "system/bt/vendor_libs/test_vendor_lib/include",
|
D | base_packet_builder.h | 25 namespace test_vendor_lib {
|
/system/bt/vendor_libs/test_vendor_lib/packets/hci/ |
D | acl_packet_view.cc | 22 using test_vendor_lib::acl::BroadcastFlagsType; 23 using test_vendor_lib::acl::PacketBoundaryFlagsType; 25 namespace test_vendor_lib { namespace
|
D | acl_packet_builder.cc | 22 using test_vendor_lib::acl::BroadcastFlagsType; 23 using test_vendor_lib::acl::PacketBoundaryFlagsType; 25 namespace test_vendor_lib { namespace
|
D | command_packet_builder.cc | 22 using test_vendor_lib::hci::OpCode; 24 namespace test_vendor_lib { namespace
|
D | sco_packet_view.cc | 21 using test_vendor_lib::sco::PacketStatusFlagsType; 23 namespace test_vendor_lib { namespace
|
D | sco_packet_builder.cc | 22 using test_vendor_lib::sco::PacketStatusFlagsType; 24 namespace test_vendor_lib { namespace
|
D | hci_packet_builder.h | 23 namespace test_vendor_lib {
|
D | hci_packet_builder.cc | 21 namespace test_vendor_lib { namespace
|
/system/bt/vendor_libs/test_vendor_lib/test/ |
D | link_layer_socket_device_test.cc | 43 using test_vendor_lib::packets::CommandBuilder; 44 using test_vendor_lib::packets::CommandView; 45 using test_vendor_lib::packets::LinkLayerPacketBuilder; 46 using test_vendor_lib::packets::LinkLayerPacketView; 47 using test_vendor_lib::packets::PacketView; 48 using test_vendor_lib::packets::View; 52 namespace test_vendor_lib { namespace
|
/system/bt/vendor_libs/test_vendor_lib/packets/hci/test/ |
D | acl_builder_test.cc | 28 using test_vendor_lib::acl::BroadcastFlagsType; 29 using test_vendor_lib::acl::PacketBoundaryFlagsType; 43 namespace test_vendor_lib { namespace
|
/system/bt/vendor_libs/ |
D | Android.bp | 2 "test_vendor_lib",
|
/system/bt/vendor_libs/test_vendor_lib/model/controller/ |
D | acl_connection.cc | 27 namespace test_vendor_lib {} // namespace test_vendor_lib namespace
|
/system/bt/vendor_libs/test_vendor_lib/include/ |
D | phy.h | 19 namespace test_vendor_lib {
|
D | sco.h | 21 namespace test_vendor_lib {
|
D | inquiry.h | 19 namespace test_vendor_lib {
|
D | le_advertisement.h | 21 namespace test_vendor_lib {
|
D | acl.h | 21 namespace test_vendor_lib {
|
/system/bt/vendor_libs/test_vendor_lib/include/hci/ |
D | le_sub_event_code.h | 20 namespace test_vendor_lib {
|
D | status.h | 20 namespace test_vendor_lib {
|
/system/bt/vendor_libs/test_vendor_lib/model/devices/ |
D | server_port_factory.h | 24 namespace test_vendor_lib {
|
D | classic.h | 24 namespace test_vendor_lib {
|