Home
last modified time | relevance | path

Searched refs:rx_multibuf_allocator (Results 1 – 12 of 12) sorted by relevance

/external/pigweed/pw_bluetooth_proxy/
Dbasic_l2cap_channel.cc28 multibuf::MultiBufAllocator* rx_multibuf_allocator, in Create() argument
44 rx_multibuf_allocator, in Create()
100 multibuf::MultiBufAllocator* rx_multibuf_allocator, in BasicL2capChannel() argument
110 rx_multibuf_allocator, in BasicL2capChannel()
Drfcomm_channel.cc170 multibuf::MultiBufAllocator& rx_multibuf_allocator, in Create() argument
184 rx_multibuf_allocator, in Create()
284 PW_CHECK(rx_multibuf_allocator()); in SendPayloadFromControllerToClient()
286 rx_multibuf_allocator()->AllocateContiguous(payload.size()); in SendPayloadFromControllerToClient()
313 multibuf::MultiBufAllocator& rx_multibuf_allocator, in RfcommChannel() argument
321 &rx_multibuf_allocator, in RfcommChannel()
Dl2cap_coc.cc80 pw::multibuf::MultiBufAllocator& rx_multibuf_allocator, in Create() argument
104 /*rx_multibuf_allocator=*/rx_multibuf_allocator, in Create()
118 PW_CHECK(rx_multibuf_allocator()); in ReplenishRxCredits()
121 local_cid(), additional_rx_credits, *rx_multibuf_allocator()); in ReplenishRxCredits()
247 rx_multibuf_allocator()->AllocateContiguous(rx_sdu_bytes_remaining_); in DoHandlePduFromController()
303 L2capCoc::L2capCoc(pw::multibuf::MultiBufAllocator& rx_multibuf_allocator, in L2capCoc() argument
312 &rx_multibuf_allocator, in L2capCoc()
Dproxy_host.cc335 pw::multibuf::MultiBufAllocator& rx_multibuf_allocator, in AcquireL2capCoc() argument
353 return L2capCocInternal::Create(rx_multibuf_allocator, in AcquireL2capCoc()
375 multibuf::MultiBufAllocator& rx_multibuf_allocator, in AcquireBasicL2capChannel() argument
390 &rx_multibuf_allocator, in AcquireBasicL2capChannel()
442 multibuf::MultiBufAllocator& rx_multibuf_allocator, in AcquireRfcommChannel() argument
455 rx_multibuf_allocator, in AcquireRfcommChannel()
Dl2cap_channel.cc307 multibuf::MultiBufAllocator* rx_multibuf_allocator, in L2capChannel() argument
322 rx_multibuf_allocator_(rx_multibuf_allocator), in L2capChannel()
503 rx_multibuf_allocator()->AllocateContiguous(payload.size()); in SendPayloadToClient()
Dacl_data_channel.cc681 auto* multibuf_allocator = channel->channel().rx_multibuf_allocator(); in HandleAclData()
/external/pigweed/pw_bluetooth_proxy/public/pw_bluetooth_proxy/internal/
Dl2cap_coc_internal.h26 pw::multibuf::MultiBufAllocator& rx_multibuf_allocator, in Create() argument
34 return L2capCoc::Create(rx_multibuf_allocator, in Create()
Dl2cap_channel.h193 multibuf::MultiBufAllocator* rx_multibuf_allocator() const { in rx_multibuf_allocator() function
206 multibuf::MultiBufAllocator* rx_multibuf_allocator,
/external/pigweed/pw_bluetooth_proxy/public/pw_bluetooth_proxy/
Dproxy_host.h158 pw::multibuf::MultiBufAllocator& rx_multibuf_allocator,
213 multibuf::MultiBufAllocator& rx_multibuf_allocator,
335 multibuf::MultiBufAllocator& rx_multibuf_allocator,
Dbasic_l2cap_channel.h28 multibuf::MultiBufAllocator* rx_multibuf_allocator,
50 multibuf::MultiBufAllocator* rx_multibuf_allocator,
Drfcomm_channel.h84 multibuf::MultiBufAllocator& rx_multibuf_allocator,
103 multibuf::MultiBufAllocator& rx_multibuf_allocator,
Dl2cap_coc.h93 pw::multibuf::MultiBufAllocator& rx_multibuf_allocator,
115 explicit L2capCoc(pw::multibuf::MultiBufAllocator& rx_multibuf_allocator,