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.h60 const allocator_t *buffer_allocator_interface);
Dhci_packet_parser.h99 allocator_t *buffer_allocator_interface
Dhci_layer.h106 const allocator_t *buffer_allocator_interface,
/system/bt/hci/src/
Dhci_packet_parser.c248 allocator_t *buffer_allocator_interface) { in hci_packet_parser_get_test_interface() argument
249 buffer_allocator = buffer_allocator_interface; in hci_packet_parser_get_test_interface()
Dpacket_fragmenter.c224 const allocator_t *buffer_allocator_interface) { in packet_fragmenter_get_test_interface() argument
226 buffer_allocator = buffer_allocator_interface; in packet_fragmenter_get_test_interface()
Dhci_layer.c790 const allocator_t *buffer_allocator_interface, in hci_layer_get_test_interface() argument
798 buffer_allocator = buffer_allocator_interface; in hci_layer_get_test_interface()