Home
last modified time | relevance | path

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

/system/bt/vendor_libs/test_vendor_lib/model/devices/
Dcar_kit.cc36 link_layer_controller_.RegisterEventChannel( in CarKit()
Dhci_socket_device.cc95 RegisterEventChannel([this](std::shared_ptr<std::vector<uint8_t>> packet) { in HciSocketDevice()
/system/bt/vendor_libs/test_vendor_lib/model/controller/
Ddual_mode_controller.h88 void RegisterEventChannel(
Dlink_layer_controller.h99 void RegisterEventChannel(
Ddual_mode_controller.cc349 void DualModeController::RegisterEventChannel( in RegisterEventChannel() function in test_vendor_lib::DualModeController
359 link_layer_controller_.RegisterEventChannel(send_event_); in RegisterEventChannel()
Dlink_layer_controller.cc1154 void LinkLayerController::RegisterEventChannel( in RegisterEventChannel() function in test_vendor_lib::LinkLayerController
/system/bt/test/rootcanal/
Dbluetooth_hci.cc110 controller_->RegisterEventChannel( in initialize_impl()