Searched refs:ShimAclConnection (Results 1 – 1 of 1) sorted by relevance
/system/bt/main/shim/ |
D | acl.cc | 252 class ShimAclConnection { class 254 ShimAclConnection(const HciHandle handle, SendDataUpwards send_data_upwards, in ShimAclConnection() function in ShimAclConnection 264 handler_, common::Bind(&ShimAclConnection::data_ready_callback, in ShimAclConnection() 268 virtual ~ShimAclConnection() { in ~ShimAclConnection() 364 handler_, common::Bind(&ShimAclConnection::handle_enqueue, in RegisterEnqueue() 372 : public ShimAclConnection, 381 : ShimAclConnection(connection->GetHandle(), send_data_upwards, handler, in ClassicShimAclConnection() 590 : public ShimAclConnection, 599 : ShimAclConnection(connection->GetHandle(), send_data_upwards, handler, in LeShimAclConnection()
|