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.h104 allocator_t *buffer_allocator_interface
Dhci_layer.h106 const allocator_t *buffer_allocator_interface,
/system/bt/hci/src/
Dpacket_fragmenter.c245 const allocator_t *buffer_allocator_interface) { in packet_fragmenter_get_test_interface() argument
247 buffer_allocator = buffer_allocator_interface; in packet_fragmenter_get_test_interface()
Dhci_packet_parser.c268 allocator_t *buffer_allocator_interface) { in hci_packet_parser_get_test_interface() argument
269 buffer_allocator = buffer_allocator_interface; in hci_packet_parser_get_test_interface()
Dhci_layer.c840 const allocator_t *buffer_allocator_interface, in hci_layer_get_test_interface() argument
848 buffer_allocator = buffer_allocator_interface; in hci_layer_get_test_interface()