Home
last modified time | relevance | path

Searched refs:test_vendor_lib (Results 1 – 25 of 85) sorted by relevance

1234

/system/bt/vendor_libs/test_vendor_lib/desktop/
Dtest_environment.h46 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_};
Dtest_environment.cc32 using test_vendor_lib::AsyncTaskId;
33 using test_vendor_lib::DualModeController;
34 using test_vendor_lib::TaskCallback;
/system/bt/test/rootcanal/
Dbluetooth_hci.h76 test_vendor_lib::AsyncManager async_manager_;
83 std::shared_ptr<test_vendor_lib::DualModeController> controller_;
85 test_vendor_lib::TestChannelTransport test_channel_transport_;
86 test_vendor_lib::TestChannelTransport remote_hci_transport_;
87 test_vendor_lib::TestChannelTransport remote_link_layer_transport_;
89 test_vendor_lib::TestModel test_model_{
90 [this](std::chrono::milliseconds delay, const test_vendor_lib::TaskCallback& task) {
95 const test_vendor_lib::TaskCallback& task) {
99 [this](test_vendor_lib::AsyncTaskId task) { async_manager_.CancelAsyncTask(task); },
103 test_vendor_lib::TestCommandHandler test_channel_{test_model_};
/system/bt/vendor_libs/test_vendor_lib/model/devices/
Dscripted_beacon.h26 using android::bluetooth::test_vendor_lib::model::devices::ScriptedBeaconBleAdProto::PlaybackEvent;
28 namespace test_vendor_lib {
71 android::bluetooth::test_vendor_lib::model::devices::
78 …android::bluetooth::test_vendor_lib::model::devices::ScriptedBeaconBleAdProto::BleAdvertisementLis…
Dserver_port_factory.h24 namespace test_vendor_lib {
Dclassic.h24 namespace test_vendor_lib {
Dpolled_socket.h29 namespace test_vendor_lib {
Dhci_protocol.h22 namespace test_vendor_lib {
Dbeacon_swarm.h24 namespace test_vendor_lib {
Dhci_protocol.cc26 namespace test_vendor_lib { namespace
Dremote_loopback_device.h24 namespace test_vendor_lib {
Dkeyboard.h26 namespace test_vendor_lib {
Dloopback.h24 namespace test_vendor_lib {
Dbeacon.h24 namespace test_vendor_lib {
Dsniffer.h26 namespace test_vendor_lib {
/system/bt/vendor_libs/test_vendor_lib/test/
Dlink_layer_socket_device_test.cc40 using test_vendor_lib::packets::CommandBuilder;
41 using test_vendor_lib::packets::CommandView;
42 using test_vendor_lib::packets::LinkLayerPacketBuilder;
43 using test_vendor_lib::packets::LinkLayerPacketView;
44 using test_vendor_lib::packets::PacketView;
45 using test_vendor_lib::packets::View;
49 namespace test_vendor_lib { namespace
/system/bt/vendor_libs/
DAndroid.bp2 "test_vendor_lib",
/system/bt/vendor_libs/test_vendor_lib/include/
Dphy.h19 namespace test_vendor_lib {
Dsco.h21 namespace test_vendor_lib {
Dhci.h20 namespace test_vendor_lib {
Dinquiry.h19 namespace test_vendor_lib {
Dle_advertisement.h21 namespace test_vendor_lib {
Dacl.h21 namespace test_vendor_lib {
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Dacl_connection.h24 namespace test_vendor_lib {
Dacl_connection.cc21 namespace test_vendor_lib { namespace

1234