Home
last modified time | relevance | path

Searched refs:test_channel_ (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/bt/vendor_libs/test_vendor_lib/desktop/
H A Dtest_environment.cc49 test_channel_.HandleCommand(name, args); in initialize()
74 test_channel_.RegisterSendResponse( in SetUpHciServer()
100 test_channel_.RegisterSendResponse( in SetUpLinkLayerServer()
157 test_channel_.RegisterSendResponse([](const std::string& response) { in SetUpTestChannel()
160 test_channel_.AddPhy({"BR_EDR"}); in SetUpTestChannel()
161 test_channel_.AddPhy({"LOW_ENERGY"}); in SetUpTestChannel()
162 test_channel_.SetTimerPeriod({"5"}); in SetUpTestChannel()
163 test_channel_.StartTimer({}); in SetUpTestChannel()
165 test_channel_.FromFile(default_commands_file_); in SetUpTestChannel()
188 test_channel_.RegisterSendResponse( in SetUpTestChannel()
H A Dtest_environment.h96 test_vendor_lib::TestCommandHandler test_channel_{test_model_};
/aosp12/system/bt/test/rootcanal/
H A Dbluetooth_hci.cc101 [this, name, args]() { test_channel_.HandleCommand(name, args); }); in initialize_impl()
191 test_channel_.RegisterSendResponse([](const std::string& response) { in initialize_impl()
204 test_channel_.Add({"beacon", "be:ac:10:00:00:01", "1000"}); in initialize_impl()
206 test_channel_.Add({"beacon", "be:ac:10:00:00:02", "1000"}); in initialize_impl()
208 test_channel_.Add( in initialize_impl()
213 test_channel_.List({}); in initialize_impl()
289 test_channel_.RegisterSendResponse([](const std::string& response) { in SetUpHciServer()
316 test_channel_.RegisterSendResponse([](const std::string& response) { in SetUpLinkLayerServer()
377 test_channel_.RegisterSendResponse([](const std::string& response) { in SetUpTestChannel()
394 test_channel_.RegisterSendResponse( in SetUpTestChannel()
H A Dbluetooth_hci.h117 test_vendor_lib::TestCommandHandler test_channel_{test_model_};
/aosp12/frameworks/native/libs/vr/libpdx_uds/
H A Dservice_framework_tests.cpp99 if (test_channel_ == channel) in OnChannelClose()
100 test_channel_ = nullptr; in OnChannelClose()
106 test_channel_ = message.GetChannel<TestChannel>(); in HandleImpulse()
131 test_channel_ = message.GetChannel<TestChannel>(); in HandleMessage()
140 if (test_channel_) in HandleMessage()
141 REPLY_MESSAGE_RETURN(message, test_channel_->channel_id(), {}); in HandleMessage()
235 std::shared_ptr<TestChannel> test_channel_; member in __anon398fcdbf0110::TestService