Home
last modified time | relevance | path

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

/aosp12/system/bt/test/mock/
H A Dmock_hci_layer.h147 const allocator_t* buffer_allocator_interface,
150 body{[](const allocator_t* buffer_allocator_interface,
156 const allocator_t* buffer_allocator_interface, in operator()
159 return body(buffer_allocator_interface, btsnoop_interface, in operator()
H A Dmock_hci_layer.cc117 const allocator_t* buffer_allocator_interface, in hci_layer_get_test_interface() argument
122 buffer_allocator_interface, btsnoop_interface, in hci_layer_get_test_interface()
H A Dmock_hci_packet_parser.cc38 allocator_t* buffer_allocator_interface) { in hci_packet_parser_get_test_interface() argument
/aosp12/system/bt/stack/test/common/
H A Dmock_hci_packet_parser.cc38 allocator_t* buffer_allocator_interface) { in hci_packet_parser_get_test_interface() argument
/aosp12/system/bt/hci/include/
H A Dpacket_fragmenter.h64 const allocator_t* buffer_allocator_interface);
H A Dhci_layer.h90 const allocator_t* buffer_allocator_interface,
H A Dhci_packet_parser.h99 allocator_t* buffer_allocator_interface);
/aosp12/system/bt/hci/src/
H A Dhci_packet_parser.cc325 allocator_t* buffer_allocator_interface) { in hci_packet_parser_get_test_interface() argument
326 buffer_allocator = buffer_allocator_interface; in hci_packet_parser_get_test_interface()
H A Dpacket_fragmenter.cc506 const allocator_t* buffer_allocator_interface) { in packet_fragmenter_get_test_interface() argument
508 buffer_allocator = buffer_allocator_interface; in packet_fragmenter_get_test_interface()
H A Dhci_layer.cc913 const allocator_t* buffer_allocator_interface, in hci_layer_get_test_interface() argument
916 buffer_allocator = buffer_allocator_interface; in hci_layer_get_test_interface()