Home
last modified time | relevance | path

Searched refs:DualModeController (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/bt/vendor_libs/test_vendor_lib/model/controller/
H A Ddual_mode_controller.cc54 std::string DualModeController::GetTypeString() const { in GetTypeString()
58 void DualModeController::IncomingPacket( in IncomingPacket()
63 void DualModeController::TimerTick() { in TimerTick()
80 DualModeController::DualModeController(const std::string& properties_filename, uint16_t num_keys) in DualModeController() function in test_vendor_lib::DualModeController
310 void DualModeController::RegisterTaskScheduler( in RegisterTaskScheduler()
364 void DualModeController::HandleIso( in HandleIso()
401 void DualModeController::RegisterEventChannel( in RegisterEventChannel()
414 void DualModeController::RegisterAclChannel( in RegisterAclChannel()
426 void DualModeController::RegisterScoChannel( in RegisterScoChannel()
438 void DualModeController::RegisterIsoChannel( in RegisterIsoChannel()
[all …]
H A Ddual_mode_controller.h50 class DualModeController : public Device {
57DualModeController(const std::string& properties_filename = std::string(kControllerPropertiesFile),
60 ~DualModeController() = default;
594 DualModeController(const DualModeController& cmdPckt) = delete;
595 DualModeController& operator=(const DualModeController& cmdPckt) = delete;
/aosp12/system/bt/vendor_libs/test_vendor_lib/desktop/
H A Dtest_environment.h41 controller_(std::make_shared<test_vendor_lib::DualModeController>(
63 std::shared_ptr<test_vendor_lib::DualModeController> controller_;
/aosp12/system/bt/vendor_libs/test_vendor_lib/model/devices/
H A Dhci_socket_device.h27 class HciSocketDevice : public DualModeController {
H A Dhci_socket_device.cc118 DualModeController::TimerTick(); in TimerTick()
/aosp12/system/bt/test/rootcanal/
H A Dbluetooth_hci.h83 std::shared_ptr<test_vendor_lib::DualModeController> controller_;
H A Dbluetooth_hci.cc37 using test_vendor_lib::DualModeController;
104 controller_ = std::make_shared<DualModeController>(); in initialize_impl()