Lines Matching defs:impl
55 struct AclManager::impl { struct in bluetooth::hci::AclManager
56 impl(const AclManager& acl_manager) : acl_manager_(acl_manager) {} in impl() function
58 void Start() { in Start()
76 void Stop() { in Stop()
96 void dequeue_and_route_acl_packet_to_connection() { in dequeue_and_route_acl_packet_to_connection()
117 const AclManager& acl_manager_;
119 classic_impl* classic_impl_ = nullptr;
120 le_impl* le_impl_ = nullptr;
121 os::Handler* handler_ = nullptr;
122 Controller* controller_ = nullptr;
123 HciLayer* hci_layer_ = nullptr;
124 RoundRobinScheduler* round_robin_scheduler_ = nullptr;
125 common::BidiQueueEnd<AclBuilder, AclView>* hci_queue_end_ = nullptr;
126 std::atomic_bool enqueue_registered_ = false;
127 uint16_t default_link_policy_settings_ = 0xffff;
128 mutable std::mutex dumpsys_mutex_;