Searched refs:rx_multibuf_allocator (Results 1 – 12 of 12) sorted by relevance
/external/pigweed/pw_bluetooth_proxy/ |
D | basic_l2cap_channel.cc | 28 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()
|
D | rfcomm_channel.cc | 170 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()
|
D | l2cap_coc.cc | 80 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()
|
D | proxy_host.cc | 335 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()
|
D | l2cap_channel.cc | 307 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()
|
D | acl_data_channel.cc | 681 auto* multibuf_allocator = channel->channel().rx_multibuf_allocator(); in HandleAclData()
|
/external/pigweed/pw_bluetooth_proxy/public/pw_bluetooth_proxy/internal/ |
D | l2cap_coc_internal.h | 26 pw::multibuf::MultiBufAllocator& rx_multibuf_allocator, in Create() argument 34 return L2capCoc::Create(rx_multibuf_allocator, in Create()
|
D | l2cap_channel.h | 193 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/ |
D | proxy_host.h | 158 pw::multibuf::MultiBufAllocator& rx_multibuf_allocator, 213 multibuf::MultiBufAllocator& rx_multibuf_allocator, 335 multibuf::MultiBufAllocator& rx_multibuf_allocator,
|
D | basic_l2cap_channel.h | 28 multibuf::MultiBufAllocator* rx_multibuf_allocator, 50 multibuf::MultiBufAllocator* rx_multibuf_allocator,
|
D | rfcomm_channel.h | 84 multibuf::MultiBufAllocator& rx_multibuf_allocator, 103 multibuf::MultiBufAllocator& rx_multibuf_allocator,
|
D | l2cap_coc.h | 93 pw::multibuf::MultiBufAllocator& rx_multibuf_allocator, 115 explicit L2capCoc(pw::multibuf::MultiBufAllocator& rx_multibuf_allocator,
|