Home
last modified time | relevance | path

Searched refs:buffer_allocator_interface (Results 1 – 6 of 6) sorted by relevance

/system/bt/hci/include/
Dpacket_fragmenter.h64 const allocator_t* buffer_allocator_interface);
Dhci_layer.h89 const allocator_t* buffer_allocator_interface,
Dhci_packet_parser.h91 allocator_t* buffer_allocator_interface);
/system/bt/hci/src/
Dpacket_fragmenter.cc260 const allocator_t* buffer_allocator_interface) { in packet_fragmenter_get_test_interface() argument
262 buffer_allocator = buffer_allocator_interface; in packet_fragmenter_get_test_interface()
Dhci_packet_parser.cc292 allocator_t* buffer_allocator_interface) { in hci_packet_parser_get_test_interface() argument
293 buffer_allocator = buffer_allocator_interface; in hci_packet_parser_get_test_interface()
Dhci_layer.cc734 const allocator_t* buffer_allocator_interface, in hci_layer_get_test_interface() argument
737 buffer_allocator = buffer_allocator_interface; in hci_layer_get_test_interface()